|
![]() |
||||||||
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
public class GenericRtfField
This class implements a generic RtfField. This class is based on the RtfWriter-package from Mark Hall. ONLY FOR USE WITH THE RtfWriter NOT with the RtfWriter2.
Field Summary | |
---|---|
protected java.lang.String |
fieldInst
Deprecated. Field Initialization Stuff. |
protected java.lang.String |
fieldResult
Deprecated. Field Result Stuff. |
Fields inherited from class com.lowagie.text.Chunk |
---|
ACTION, attributes, BACKGROUND, COLOR, content, 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 | |
---|---|
GenericRtfField(java.lang.String fieldInst,
java.lang.String fieldResult)
Deprecated. public constructor, set the data that is to be written into the Field Initialization Stuff and Field Result parts of the RtfField. |
|
GenericRtfField(java.lang.String fieldInst,
java.lang.String fieldResult,
Font font)
Deprecated. public constructor, set the data that is to be written into the Field Initialization Stuff and Field Result parts of the RtfField. |
Method Summary | |
---|---|
void |
writeRtfFieldInitializationStuff(java.io.OutputStream out)
Deprecated. method for writing custom stuff to the Field Initialization Stuff part of an RtfField. |
void |
writeRtfFieldResultStuff(java.io.OutputStream out)
Deprecated. method for writing custom stuff to the Field Result part of an RtfField. |
Methods inherited from class com.lowagie.text.rtf.AbstractRtfField |
---|
content, getContent, isAlt, isDirty, isLocked, isPrivate, setAlt, setDirty, setEdited, setLocked, setPrivate, wasEdited, write, 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, toString, type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String fieldInst
protected java.lang.String fieldResult
Constructor Detail |
---|
public GenericRtfField(java.lang.String fieldInst, java.lang.String fieldResult)
fieldInst
- data to be written into the Field
Initialization Stuff part of the RtfField.fieldResult
- data to be written into the Field Result
part of the RtfField.public GenericRtfField(java.lang.String fieldInst, java.lang.String fieldResult, Font font)
fieldInst
- data to be written into the Field
Initialization Stuff part of the RtfField.fieldResult
- data to be written into the Field Result
part of the RtfField.font
- Method Detail |
---|
public void writeRtfFieldInitializationStuff(java.io.OutputStream out) throws java.io.IOException
writeRtfFieldInitializationStuff
in class AbstractRtfField
out
-
java.io.IOException
public void writeRtfFieldResultStuff(java.io.OutputStream out) throws java.io.IOException
writeRtfFieldResultStuff
in class AbstractRtfField
out
-
java.io.IOException
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |