HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.ITextElementArray Interface Reference

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

Inheritance diagram for iTextSharp.text.ITextElementArray:
iTextSharp.text.IElement iTextSharp.text.Cell iTextSharp.text.List iTextSharp.text.Phrase iTextSharp.text.Section iTextSharp.text.SimpleCell iTextSharp.text.SimpleTable iTextSharp.text.html.simpleparser.IncCell iTextSharp.text.rtf.table.RtfCell iTextSharp.text.GreekList iTextSharp.text.RomanList iTextSharp.text.ZapfDingbatsList iTextSharp.text.ZapfDingbatsNumberList iTextSharp.text.Anchor iTextSharp.text.Paragraph iTextSharp.text.Chapter

Public Member Functions

bool Add (Object o)
 Adds an object to the TextElementArray. More...
 
- Public Member Functions inherited from iTextSharp.text.IElement
bool Process (IElementListener listener)
 Processes the element by adding it (or the different parts) to an IElementListener. More...
 
bool IsContent ()
 
bool IsNestable ()
 
string ToString ()
 Gets the content of the text element. More...
 

Additional Inherited Members

- Properties inherited from iTextSharp.text.IElement
int Type [get]
 Gets the type of the text element. More...
 
ArrayList Chunks [get]
 Gets all the chunks in this element. More...
 

Detailed Description

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

See also
T:iTextSharp.text.Phrase, T:iTextSharp.text.Paragraph, T:iTextSharp.text.Section, T:iTextSharp.text.ListItem, T:iTextSharp.text.Chapter, T:iTextSharp.text.Anchor, T:iTextSharp.text.Cell

Member Function Documentation

◆ Add()

bool iTextSharp.text.ITextElementArray.Add ( Object  o)

The documentation for this interface was generated from the following file: