Package com.lowagie.text.rtf
Interface RtfExtendedElement
- All Superinterfaces:
RtfBasicElement
,com.lowagie.text.RtfElementInterface
- All Known Implementing Classes:
RtfCell
,RtfCodePage
,RtfColor
,RtfColorList
,RtfFont
,RtfFontList
,RtfFootnoteSetting
,RtfList
,RtfListLevel
,RtfListTable
,RtfPageSetting
,RtfParagraphStyle
,RtfPictureList
,RtfStylesheetList
The RtfExtendedElement interface is to be used for elements that also
write data into the definition part of the rtf document
- Version:
- $Id: RtfExtendedElement.java 3373 2008-05-12 16:21:24Z xlv $
-
Field Summary
Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Write the definition part of the elementMethods inherited from interface com.lowagie.text.rtf.RtfBasicElement
setInHeader, setInTable, setRtfDocument, writeContent
-
Method Details
-
writeDefinition
Write the definition part of the element- Parameters:
out
- TheOutputStream
to write the element definition to- Throws:
IOException
-