HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Interface for a text element. More...
Public Member Functions | |
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... | |
Properties | |
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.
bool iTextSharp.text.IElement.IsContent | ( | ) |
Checks if this element is a content object. If not, it's a metadata object.
Implemented in iTextSharp.text.Section, iTextSharp.text.Row, iTextSharp.text.Rectangle, iTextSharp.text.Phrase, iTextSharp.text.pdf.PdfPTable, iTextSharp.text.pdf.MultiColumnText, iTextSharp.text.pdf.draw.VerticalPositionMark, iTextSharp.text.Meta, iTextSharp.text.MarkedObject, iTextSharp.text.List, iTextSharp.text.html.simpleparser.IncCell, iTextSharp.text.Chunk, and iTextSharp.text.Annotation.
bool iTextSharp.text.IElement.IsNestable | ( | ) |
Checks if this element is nestable.
Implemented in iTextSharp.text.Table, iTextSharp.text.SimpleTable, iTextSharp.text.Section, iTextSharp.text.Row, iTextSharp.text.Rectangle, iTextSharp.text.Phrase, iTextSharp.text.pdf.PdfPTable, iTextSharp.text.pdf.MultiColumnText, iTextSharp.text.pdf.draw.VerticalPositionMark, iTextSharp.text.Meta, iTextSharp.text.MarkedObject, iTextSharp.text.List, iTextSharp.text.Image, iTextSharp.text.html.simpleparser.IncCell, iTextSharp.text.Chunk, iTextSharp.text.Chapter, and iTextSharp.text.Annotation.
bool iTextSharp.text.IElement.Process | ( | IElementListener | listener | ) |
Processes the element by adding it (or the different parts) to an IElementListener.
listener | an IElementListener |
Implemented in iTextSharp.text.Table, iTextSharp.text.Section, iTextSharp.text.Row, iTextSharp.text.Rectangle, iTextSharp.text.Phrase, iTextSharp.text.pdf.PdfPTable, iTextSharp.text.pdf.MultiColumnText, iTextSharp.text.pdf.draw.VerticalPositionMark, iTextSharp.text.Meta, iTextSharp.text.MarkedSection, iTextSharp.text.MarkedObject, iTextSharp.text.List, iTextSharp.text.html.simpleparser.IncCell, iTextSharp.text.Chunk, iTextSharp.text.Cell, iTextSharp.text.Annotation, and iTextSharp.text.Anchor.
string iTextSharp.text.IElement.ToString | ( | ) |
Gets the content of the text element.
Implemented in iTextSharp.text.Section, iTextSharp.text.Row, iTextSharp.text.RectangleReadOnly, iTextSharp.text.Rectangle, iTextSharp.text.Phrase, iTextSharp.text.pdf.MultiColumnText, iTextSharp.text.Meta, iTextSharp.text.html.simpleparser.IncCell, iTextSharp.text.Chunk, and iTextSharp.text.Annotation.
|
get |
Gets all the chunks in this element.
an ArrayList
|
get |
Gets the type of the text element.
a type