Package com.lowagie.text.rtf.document
Class RtfFootnoteSetting
java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.document.RtfFootnoteSetting
- All Implemented Interfaces:
RtfBasicElement
,RtfExtendedElement
,com.lowagie.text.RtfElementInterface
-
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 int
The page width to useFields inherited from class com.lowagie.text.rtf.RtfElement
document, inHeader, inTable
Fields inherited from interface com.lowagie.text.rtf.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 TypeMethodDescriptionvoid
writeContent
(OutputStream out) unusedvoid
writeDefinition
(OutputStream result) Writes the page size / page margin definitionMethods inherited from class com.lowagie.text.rtf.RtfElement
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.lowagie.text.rtf.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:
writeContent
in interfaceRtfBasicElement
- Specified by:
writeContent
in classRtfElement
- Parameters:
out
- TheOutputStream
to write the content to- Throws:
IOException
-
writeDefinition
Writes the page size / page margin definition- Specified by:
writeDefinition
in interfaceRtfExtendedElement
- Parameters:
result
- TheOutputStream
to write the element definition to- Throws:
IOException
-