com.lowagie.text.rtf
public interface RtfExtendedElement extends RtfBasicElement
Version: $Id: RtfExtendedElement.java 2808 2007-05-30 10:58:16Z psoares33 $
| Method Summary | |
|---|---|
| byte[] | writeDefinition()
Return the definition part of the element in a byte array
|
| void | writeDefinition(OutputStream out)
Write the definition part of the element |
Deprecated: replaced by writeDefinition
Return the definition part of the element in a byte arrayReturns: A byte array containing the definition data of the Element