Namespace: iTextSharp.text.rtf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public abstract class RtfAddableElement : Chunk, 
	IRtfBasicElement, IRtfElementInterface
Visual Basic
Public MustInherit Class RtfAddableElement _
	Inherits Chunk _
	Implements IRtfBasicElement, IRtfElementInterface
Visual C++
public ref class RtfAddableElement abstract : public Chunk, 
	IRtfBasicElement, IRtfElementInterface

Inheritance Hierarchy

See Also