|
HiraokaHyperTools.iTextSharp-LGPL
0.3.0
|
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... | |
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... | |
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.