Class RtfFootnoteSetting
java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.document.RtfFootnoteSetting
- All Implemented Interfaces:
RtfBasicElement, RtfExtendedElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static final byte[]Constant for the right marginprivate static final byte[]Constant for the page heightprivate static final byte[]Constant for the left marginprivate static final byte[]private static final byte[]Constant for the page widthprivate final intThe page width to useFields inherited from class RtfElement
document, inHeader, inTableFields inherited from interface RtfBasicElement
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new RtfPageSetting object belonging to a RtfDocument. -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteContent(OutputStream out) unusedvoidwriteDefinition(OutputStream result) Writes the page size / page margin definitionMethods inherited from class RtfElement
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RtfBasicElement
setInHeader, setInTable, setRtfDocument
-
Field Details
-
FOOTNOTE_BOTTOM
private static final byte[] FOOTNOTE_BOTTOMConstant for the page height -
FOOTNOTE_START
private static final byte[] FOOTNOTE_STARTConstant for the page width -
FOOTNOTE_CONTINUOUS
private static final byte[] FOOTNOTE_CONTINUOUSConstant for the left margin -
FOOTNOTE_ARABIC
private static final byte[] FOOTNOTE_ARABICConstant for the right margin -
FOOTNOTE_SEP
private static final byte[] FOOTNOTE_SEP -
FOOTNOTE_ANCHOR
private static final byte[] FOOTNOTE_ANCHOR -
footnoteStart
private final int footnoteStartThe page width to use- See Also:
-
-
Constructor Details
-
RtfFootnoteSetting
Constructs a new RtfPageSetting object belonging to a RtfDocument.- Parameters:
doc- The RtfDocument this RtfPageSetting belongs to
-
-
Method Details
-
writeContent
unused- Specified by:
writeContentin interfaceRtfBasicElement- Specified by:
writeContentin classRtfElement- Parameters:
out- TheOutputStreamto write the content to- Throws:
IOException
-
writeDefinition
Writes the page size / page margin definition- Specified by:
writeDefinitionin interfaceRtfExtendedElement- Parameters:
result- TheOutputStreamto write the element definition to- Throws:
IOException
-