public class RtfPageNumber extends RtfContainer
Page number container.
This work was authored by Christopher Scott (scottc@westinghouse.com).
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
RTF_FIELD |
constant for field
|
static java.lang.String |
RTF_FIELD_PAGE |
constant for field on page
|
static java.lang.String |
RTF_FIELD_RESULT |
constant for field result
|
attrib, parent, writer
Modifier and Type | Method | Description |
---|---|---|
boolean |
isEmpty() |
|
protected void |
writeRtfContent() |
Write our attributes and content
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addChild, findChildren, getChildCount, getChildren, okToWriteRtf, setChildren, setOptions, toString
close, getParentOfClass, getRtfAttributes, newLine, 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_PAGE
public static final java.lang.String RTF_FIELD_RESULT
protected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfContainer
java.io.IOException
- for I/O problemspublic boolean isEmpty()
isEmpty
in class RtfContainer
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.