HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Interface for a text element to which other objects can be added. More...
Public Member Functions | |
bool | Add (Object o) |
Adds an object to the TextElementArray. More... | |
![]() | |
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 | |
![]() | |
int | Type [get] |
Gets the type of the text element. More... | |
ArrayList | Chunks [get] |
Gets all the chunks in this element. More... | |
Interface for a text element to which other objects can be added.
bool iTextSharp.text.ITextElementArray.Add | ( | Object | o | ) |
Adds an object to the TextElementArray.
o | an object that has to be added |
Implemented in iTextSharp.text.ZapfDingbatsNumberList, iTextSharp.text.ZapfDingbatsList, iTextSharp.text.SimpleTable, iTextSharp.text.SimpleCell, iTextSharp.text.Section, iTextSharp.text.RomanList, iTextSharp.text.Phrase, iTextSharp.text.Paragraph, iTextSharp.text.List, iTextSharp.text.html.simpleparser.IncCell, iTextSharp.text.GreekList, and iTextSharp.text.Cell.