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, toStringclose, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNSpublic 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.IOExceptionRtfPageNumberCitation(RtfParagraph parent, java.io.Writer w, java.lang.String id) throws java.io.IOException
java.io.IOExceptionprotected void writeRtfContent()
throws java.io.IOException
RtfContainerwriteRtfContent in class RtfContainerjava.io.IOExceptionpublic boolean isEmpty()
isEmpty in class RtfContainer