Class RtfFootnoteSetting
java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.document.RtfFootnoteSetting
- All Implemented Interfaces:
RtfBasicElement, RtfExtendedElement
- Author:
- Michael Joyce (ubermichael@gmail.com)
-
Field Summary
Fields 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
-
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
-