| com.lowagie.text.rtf.RtfBasicElement
All known Subclasses: com.lowagie.text.rtf.RtfAddableElement, com.lowagie.text.rtf.field.RtfField, com.lowagie.text.rtf.headerfooter.RtfHeaderFooterGroup, com.lowagie.text.rtf.headerfooter.RtfHeaderFooter, com.lowagie.text.rtf.RtfElement,
RtfBasicElement | public interface RtfBasicElement (Code) | | The RtfBasicElement interface defines the interface for elements that can
be added to the RtfWriter.
version: $Id: RtfBasicElement.java 2808 2007-05-30 10:58:16Z psoares33 $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at) |
CLOSE_GROUP | final public static byte[] CLOSE_GROUP(Code) | | Constant for the end of an rtf group
|
COMMA_DELIMITER | final public static byte[] COMMA_DELIMITER(Code) | | Constant for a comma delimiter in rtf
|
DELIMITER | final public static byte[] DELIMITER(Code) | | Constant for a delimiter in rtf
|
OPEN_GROUP | final public static byte[] OPEN_GROUP(Code) | | Constant for the beginning of a rtf group
|
TWIPS_FACTOR | final public static double TWIPS_FACTOR(Code) | | The factor to use for translating from iText to rtf measurments
|
setInHeader | public void setInHeader(boolean inHeader)(Code) | | Sets whether this RtfBasicElement is in a header
Parameters: inHeader - Whether this RtfBasicElement is in a header |
setInTable | public void setInTable(boolean inTable)(Code) | | Sets whether this RtfBasicElement is in a table
Parameters: inTable - Whether this RtfBasicElement is in a table |
setRtfDocument | public void setRtfDocument(RtfDocument doc)(Code) | | Sets the RtfDocument this RtfElement belongs to
Parameters: doc - The RtfDocument to use |
|
|