|
|
||||||||
| 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.AbstractRtfField
com.lowagie.text.rtf.GenericRtfField
com.lowagie.text.rtf.RtfPageNumber
public class RtfPageNumber
A rtf page number field. ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2. This class is based on the RtfWriter-package from Mark Hall.
| Field Summary | |
|---|---|
private String |
content
Deprecated. |
| Fields inherited from class com.lowagie.text.rtf.GenericRtfField |
|---|
fieldInst, fieldResult |
| Fields inherited from class com.lowagie.text.Chunk |
|---|
ACTION, attributes, BACKGROUND, COLOR, ENCODING, font, GENERICTAG, HSCALE, HYPHENATION, IMAGE, LOCALDESTINATION, LOCALGOTO, NEWLINE, NEWPAGE, NEXTPAGE, OBJECT_REPLACEMENT_CHARACTER, PDFANNOTATION, REMOTEGOTO, SKEW, SPLITCHARACTER, SUBSUPSCRIPT, TEXTRENDERMODE, UNDERLINE |
| Fields inherited from interface com.lowagie.text.Element |
|---|
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE |
| Constructor Summary | |
|---|---|
RtfPageNumber(String content,
Font contentFont)
Deprecated. construct a RtfPageNumber. |
|
| Method Summary | |
|---|---|
String |
toString()
Deprecated. Returns the content of this Chunk. |
void |
write(RtfWriter writer,
OutputStream out)
Deprecated. write this RtfField into a stream using the writer given as first argument. |
| Methods inherited from class com.lowagie.text.rtf.GenericRtfField |
|---|
writeRtfFieldInitializationStuff, writeRtfFieldResultStuff |
| Methods inherited from class com.lowagie.text.rtf.AbstractRtfField |
|---|
content, getContent, isAlt, isDirty, isLocked, isPrivate, setAlt, setDirty, setEdited, setLocked, setPrivate, wasEdited, writeRtfFieldBegin, writeRtfFieldEnd, writeRtfFieldInstBegin, writeRtfFieldInstEnd, writeRtfFieldModifiers, writeRtfFieldResultBegin, writeRtfFieldResultEnd |
| Methods inherited from class com.lowagie.text.Chunk |
|---|
addToArray, append, font, getAttributes, getChunks, getFont, getHorizontalScaling, getImage, getKeySet, getTextRise, getWidthPoint, hasAttributes, isContent, isEmpty, isNestable, process, setAction, setAnchor, setAnchor, setAnnotation, setAttributes, setBackground, setBackground, setFont, setGenericTag, setHorizontalScaling, setHyphenation, setLocalDestination, setLocalGoto, setNewPage, setRemoteGoto, setRemoteGoto, setSkew, setSplitCharacter, setTextRenderMode, setTextRise, setUnderline, setUnderline, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String content
| Constructor Detail |
|---|
public RtfPageNumber(String content,
Font contentFont)
content - the String that will be displayed in front of the page numbercontentFont - the font to use to display this page number| Method Detail |
|---|
public void write(RtfWriter writer,
OutputStream out)
throws IOException
write in interface RtfFieldwrite in class AbstractRtfFieldwriter - the RtfWriter to use to write this RtfFieldout - the Stream to write this RtfField into.
IOExceptionpublic String toString()
ChunkChunk.
toString in interface ElementtoString in class ChunkStringElement.toString()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||