Home
last modified time | relevance | path

Searched refs:getRtfParagraphStyle (Results 1 – 4 of 4) sorted by relevance

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/text/
H A DRtfParagraph.java98 …this.paragraphStyle = this.document.getDocumentHeader().getRtfParagraphStyle(((RtfParagraphStyle) … in RtfParagraph()
102 …RtfParagraphStyle(this.document, this.document.getDocumentHeader().getRtfParagraphStyle("Normal")); in RtfParagraph()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/document/
H A DRtfDocumentHeader.java251 public RtfParagraphStyle getRtfParagraphStyle(String styleName) { in getRtfParagraphStyle() method in RtfDocumentHeader
252 return this.stylesheetList.getRtfParagraphStyle(styleName); in getRtfParagraphStyle()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/style/
H A DRtfStylesheetList.java137 public RtfParagraphStyle getRtfParagraphStyle(String styleName) { in getRtfParagraphStyle() method in RtfStylesheetList
H A DRtfParagraphStyle.java556 …if(this.basedOnName != null && this.document.getDocumentHeader().getRtfParagraphStyle(this.basedOn… in handleInheritance()
557 … this.baseStyle = this.document.getDocumentHeader().getRtfParagraphStyle(this.basedOnName); in handleInheritance()