|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lowagie.text.Chunk
com.lowagie.text.rtf.field.RtfField
com.lowagie.text.rtf.field.RtfPageNumber
public class RtfPageNumber
The RtfPageNumber provides the page number field in rtf documents.
| Field Summary |
|---|
| Fields inherited from class com.lowagie.text.rtf.field.RtfField |
|---|
document |
| Fields inherited from class com.lowagie.text.Chunk |
|---|
ACTION, attributes, BACKGROUND, COLOR, content, ENCODING, GENERICTAG, HSCALE, HYPHENATION, IMAGE, LOCALDESTINATION, LOCALGOTO, markupAttributes, NEWLINE, NEWPAGE, NEXTPAGE, OBJECT_REPLACEMENT_CHARACTER, PDFANNOTATION, REMOTEGOTO, SKEW, SPLITCHARACTER, SUBSUPSCRIPT, TEXTRENDERMODE, UNDERLINE |
| Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement |
|---|
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR |
| Constructor Summary | |
|---|---|
RtfPageNumber()
Constructs a RtfPageNumber. |
|
RtfPageNumber(Font font)
Constructs a RtfPageNumber with a specified Font. |
|
RtfPageNumber(RtfDocument doc)
Constructs a RtfPageNumber object. |
|
RtfPageNumber(RtfDocument doc,
Font font)
Constructs a RtfPageNumber object with a specific font. |
|
| Method Summary | |
|---|---|
protected byte[] |
writeFieldInstContent()
Writes the field instruction content |
protected byte[] |
writeFieldResultContent()
Writes the field result content |
| Methods inherited from class com.lowagie.text.rtf.field.RtfField |
|---|
isEmpty, isFieldAlt, isFieldDirty, isFieldEdit, isFieldLocked, isFieldPrivate, setFieldAlt, setFieldDirty, setFieldEdit, setFieldLocked, setFieldPrivate, setInHeader, setInTable, setRtfDocument, write |
| Methods inherited from class com.lowagie.text.Chunk |
|---|
addToArray, append, content, font, getAttributes, getChunks, getHorizontalScaling, getImage, getKeySet, getMarkupAttribute, getMarkupAttributeNames, getMarkupAttributes, getTextRise, getWidthPoint, hasAttributes, isTag, process, setAction, setAnchor, setAnchor, setAnnotation, setBackground, setBackground, setFont, setGenericTag, setHorizontalScaling, setHyphenation, setLocalDestination, setLocalGoto, setMarkupAttribute, setMarkupAttributes, setNewPage, setRemoteGoto, setRemoteGoto, setSkew, setSplitCharacter, setTextRenderMode, setTextRise, setUnderline, setUnderline, toString, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RtfPageNumber()
public RtfPageNumber(Font font)
font - public RtfPageNumber(RtfDocument doc)
doc - The RtfDocument this RtfPageNumber belongs to
public RtfPageNumber(RtfDocument doc,
Font font)
doc - The RtfDocument this RtfPageNumber belongs tofont - The Font to use| Method Detail |
|---|
protected byte[] writeFieldInstContent()
throws IOException
writeFieldInstContent in class RtfFieldIOException
protected byte[] writeFieldResultContent()
throws IOException
writeFieldResultContent in class RtfFieldIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||