Home
last modified time | relevance | path

Searched refs:getRtfDocument (Results 1 – 6 of 6) sorted by relevance

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationListTable.java122 this.rtfParser.getRtfDocument().add(this.newList); in closeDestination()
147 this.newList = new RtfList(this.rtfParser.getRtfDocument()); in handleControlWord()
365 this.rtfParser.getRtfDocument().add(this.newList); in handleCloseGroup()
H A DRtfDestinationInfo.java121 RtfDocument rtfDoc = this.rtfParser.getRtfDocument(); in handleCloseGroup()
H A DRtfDestinationShppict.java692 this.rtfParser.getRtfDocument().add(new RtfDirectContent("{")); in writeText()
696 this.rtfParser.getRtfDocument().add(new RtfDirectContent(value)); in writeText()
H A DRtfDestinationDocument.java140 this.rtfDoc = parser.getRtfDocument(); in RtfDestinationDocument()
163 this.rtfDoc = parser.getRtfDocument(); in setParser()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/ctrlwords/
H A DRtfCtrlWordHandler.java220 …RtfParser.outputDebug(this.rtfParser.getRtfDocument(), this.rtfParser.getLevel()+1, "RtfCtrlWordHa… in handleControlword()
289 …RtfParser.outputDebug(this.rtfParser.getRtfDocument(), this.rtfParser.getLevel()+1, "RtfCtrlWordHa… in handleControlword()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfParser.java1098 public RtfDocument getRtfDocument() { in getRtfDocument() method in RtfParser