public class RtfPageNumberCitation extends RtfContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RTF_FIELD |
static java.lang.String |
RTF_FIELD_PAGEREF_MODEL |
static java.lang.String |
RTF_FIELD_RESULT |
m_attrib, m_parent, m_writer
Constructor and Description |
---|
RtfPageNumberCitation(IRtfPageNumberCitationContainer parent,
java.io.Writer w,
java.lang.String id)
Create an RTF page number citation as a child of given container with default attributes
|
RtfPageNumberCitation(RtfParagraph parent,
java.io.Writer w,
java.lang.String id)
Create an RTF page number citation as a child of given
paragraph, copying its attributes
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty()
true if this element would generate no "useful" RTF content
|
protected void |
writeRtfContent()
write RTF code of all our children
|
addChild, containsText, dump, getChildCount, getChildren, getOptions, okToWriteRtf, setChildren, setOptions, toString
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
public static final java.lang.String RTF_FIELD
public static final java.lang.String RTF_FIELD_PAGEREF_MODEL
public static final java.lang.String RTF_FIELD_RESULT
RtfPageNumberCitation(IRtfPageNumberCitationContainer parent, java.io.Writer w, java.lang.String id) throws java.io.IOException
java.io.IOException
RtfPageNumberCitation(RtfParagraph parent, java.io.Writer w, java.lang.String id) throws java.io.IOException
java.io.IOException
protected void writeRtfContent() throws java.io.IOException
RtfContainer
writeRtfContent
in class RtfContainer
java.io.IOException
public boolean isEmpty()
isEmpty
in class RtfContainer