Class RtfPageNumberCitation
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPageNumberCitation
Page number citation container.
This work was authored by Christopher Scott (scottc@westinghouse.com) and Boris Pouderous (boris.pouderous@free.fr).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringconstant for fieldstatic final Stringconstant for field pageref modelstatic final Stringconstant for field resultFields inherited from class RtfElement
attrib, parent, writer -
Method Summary
Methods inherited from class RtfContainer
addChild, findChildren, getChildCount, getChildren, okToWriteRtf, setChildren, setOptions, toStringMethods inherited from class RtfElement
close, getParentOfClass, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
-
Field Details
-
RTF_FIELD
-
RTF_FIELD_PAGEREF_MODEL
-
RTF_FIELD_RESULT
-
-
Method Details
-
writeRtfContent
Write the content- Overrides:
writeRtfContentin classRtfContainer- Throws:
IOException- for I/O problems
-
isEmpty
public boolean isEmpty()- Overrides:
isEmptyin classRtfContainer- Returns:
- true if this element would generate no "useful" RTF content
-