RtfProperty
112113114115116117118119120
* */ public RtfParserState() { this.text = new StringBuffer(); this.ctrlWordHandlers = new Stack(); this.properties = new RtfProperty(); this.destination = RtfDestinationNull.getInstance(); this.newGroup = false; }