Table of Contents

Interface IRtfExtendedElement

Namespace
iTextSharp.text.rtf
Assembly
iTextSharp.LGPLv2.Core.dll

The RtfExtendedElement interface is to be used for elements that also write data into the definition part of the rtf document @author Mark Hall (Mark.Hall@mail.room3b.eu)

public interface IRtfExtendedElement : IRtfBasicElement, IRtfElementInterface
Inherited Members

Methods

WriteDefinition(Stream)

Write the definition part of the element

void WriteDefinition(Stream outp)

Parameters

outp Stream

The OutputStream to write the element definition to