Exemple #1
0
 /**
  * Default constructor
  *
  */
 public RtfParserState()
 {
     this.text             = new StringBuilder();
     this.ctrlWordHandlers = new Stack();
     this.properties       = new RtfProperty();
     this.destination      = RtfDestinationNull.GetInstance();
     this.newGroup         = false;
 }
 /// <summary>
 /// Default constructor
 /// </summary>
 public RtfParserState()
 {
     Text             = new StringBuilder();
     CtrlWordHandlers = new Stack();
     Properties       = new RtfProperty();
     Destination      = RtfDestinationNull.GetInstance();
     NewGroup         = false;
 }