Table of Contents

Interface ITextElementArray

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

Interface for a text element to which other objects can be added.

public interface ITextElementArray : IElement
Inherited Members

Methods

Add(IElement)

Adds an object to the TextElementArray.

bool Add(IElement o)

Parameters

o IElement

an object that has to be added

Returns

bool

true if the addition succeeded; false otherwise