Table of Contents

Class RtfInfoGroup

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

The RtfInfoGroup stores information group elements. @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Thomas Bickel (tmb99@inode.at)

public class RtfInfoGroup : RtfElement, IRtfBasicElement, IRtfElementInterface
Inheritance
RtfInfoGroup
Implements
Inherited Members

Constructors

RtfInfoGroup(RtfDocument)

Constructs a RtfInfoGroup belonging to a RtfDocument

public RtfInfoGroup(RtfDocument doc)

Parameters

doc RtfDocument

The RtfDocument this RtfInfoGroup belongs to

Methods

Add(RtfInfoElement)

Adds an RtfInfoElement to the RtfInfoGroup

public void Add(RtfInfoElement infoElement)

Parameters

infoElement RtfInfoElement

The RtfInfoElement to add

WriteContent(Stream)

Writes the RTF information group and its elements.

public override void WriteContent(Stream outp)

Parameters

outp Stream