HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Public Member Functions | |
MarkedObject (IElement element) | |
virtual bool | Process (IElementListener listener) |
bool | IsContent () |
bool | IsNestable () |
virtual void | SetMarkupAttribute (String key, String value) |
![]() | |
string | ToString () |
Gets the content of the text element. More... | |
Protected Member Functions | |
MarkedObject () | |
Properties | |
virtual ArrayList | Chunks [get] |
virtual int | Type [get] |
virtual Properties | MarkupAttributes [get] |
![]() | |
int | Type [get] |
Gets the type of the text element. More... | |
ArrayList | Chunks [get] |
Gets all the chunks in this element. More... | |
Wrapper that allows to add properties to 'basic building block' objects. Before iText 1.5 every 'basic building block' implemented the MarkupAttributes interface. By setting attributes, you could add markup to the corresponding XML and/or HTML tag. This functionality was hardly used by anyone, so it was removed, and replaced by the MarkedObject functionality.
|
protected |
This constructor is for internal use only.
iTextSharp.text.MarkedObject.MarkedObject | ( | IElement | element | ) |
Creates a MarkedObject.
bool iTextSharp.text.MarkedObject.IsContent | ( | ) |
bool iTextSharp.text.MarkedObject.IsNestable | ( | ) |
Implements iTextSharp.text.IElement.
|
virtual |
Processes the element by adding it (or the different parts) to an ElementListener
.
listener | an ElementListener |
true
if the element was processed successfully Implements iTextSharp.text.IElement.
Reimplemented in iTextSharp.text.MarkedSection.
|
virtual |
|
get |
Gets all the chunks in this element.
ArrayList
|
get |
|
get |
Gets the type of the text element.