com.lowagie.text.rtf

Interface RtfExtendedElement

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 2808 2007-05-30 10:58:16Z psoares33 $

Author: Mark Hall (mhall@edu.uni-klu.ac.at) Thomas Bickel (tmb99@inode.at)

Method Summary
byte[]writeDefinition()
Return the definition part of the element in a byte array
voidwriteDefinition(OutputStream out)
Write the definition part of the element

Method Detail

writeDefinition

public byte[] writeDefinition()

Deprecated: replaced by writeDefinition

Return the definition part of the element in a byte array

Returns: A byte array containing the definition data of the Element

writeDefinition

public void writeDefinition(OutputStream out)
Write the definition part of the element