com.lowagie.text.rtf
Interface RtfExtendedElement
- All Superinterfaces:
- RtfBasicElement, RtfElementInterface
- All Known Implementing Classes:
- RtfCell, RtfCodePage, RtfColor, RtfColorList, RtfFont, RtfFontList, RtfList, RtfListLevel, RtfListTable, RtfPageSetting, RtfParagraphStyle, RtfPictureList, RtfStylesheetList
public interface RtfExtendedElement
- extends RtfBasicElement
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 $
- Author:
- Mark Hall (Mark.Hall@mail.room3b.eu), Thomas Bickel (tmb99@inode.at)
Method Summary |
void |
writeDefinition(java.io.OutputStream out)
Write the definition part of the element |
writeDefinition
void writeDefinition(java.io.OutputStream out)
throws java.io.IOException
- Write the definition part of the element
- Parameters:
out
- The OutputStream
to write the element definition to
- Throws:
java.io.IOException
iText 2.1.7