Home
last modified time | relevance | path

Searched refs:handleCloseGroup (Results 1 – 10 of 10) sorted by relevance

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationNull.java123 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationNull
H A DRtfDestinationInfo.java107 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationInfo
H A DRtfDestination.java114 public abstract boolean handleCloseGroup(); in handleCloseGroup() method in RtfDestination
H A DRtfDestinationColorTable.java172 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationColorTable
H A DRtfDestinationListTable.java360 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationListTable
H A DRtfDestinationStylesheetTable.java296 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationStylesheetTable
H A DRtfDestinationFontTable.java231 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationFontTable
H A DRtfDestinationShppict.java229 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationShppict
H A DRtfDestinationDocument.java215 public boolean handleCloseGroup() { in handleCloseGroup() method in RtfDestinationDocument
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfParser.java932 public int handleCloseGroup() { in handleCloseGroup() method in RtfParser
949 handled = dest.handleCloseGroup(); in handleCloseGroup()
1213 this.handleCloseGroup(); in tokenise()