HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
This is an Element that contains some meta information about the document. More...
Public Member Functions | |
Meta (int type, string content) | |
Constructs a Meta. More... | |
Meta (string tag, string content) | |
Constructs a Meta. More... | |
bool | Process (IElementListener listener) |
Processes the element by adding it (or the different parts) to a IElementListener. More... | |
bool | IsContent () |
bool | IsNestable () |
StringBuilder | Append (string str) |
appends some text to this Meta. More... | |
override string | ToString () |
Gets the content of the text element. More... | |
Static Public Member Functions | |
static int | GetType (string tag) |
Returns the name of the meta information. More... | |
Properties | |
int | Type [get] |
Gets the type of the text element. More... | |
ArrayList | Chunks [get] |
Gets all the chunks in this element. More... | |
string | Content [get] |
Returns the content of the meta information. More... | |
virtual string | Name [get] |
Returns the name of the meta information. More... | |
![]() | |
int | Type [get] |
Gets the type of the text element. More... | |
ArrayList | Chunks [get] |
Gets all the chunks in this element. More... | |
This is an Element that contains some meta information about the document.
An object of type Meta can not be constructed by the user. Userdefined meta information should be placed in a Header-object. Meta is reserved for: Subject, Keywords, Author, Title, Producer and Creationdate information.
iTextSharp.text.Meta.Meta | ( | int | type, |
string | content | ||
) |
Constructs a Meta.
type | the type of meta-information |
content | the content |
iTextSharp.text.Meta.Meta | ( | string | tag, |
string | content | ||
) |
Constructs a Meta.
tag | the tagname of the meta-information |
content | the content |
StringBuilder iTextSharp.text.Meta.Append | ( | string | str | ) |
|
static |
Returns the name of the meta information.
tag | name to match |
bool iTextSharp.text.Meta.IsContent | ( | ) |
bool iTextSharp.text.Meta.IsNestable | ( | ) |
Implements iTextSharp.text.IElement.
bool iTextSharp.text.Meta.Process | ( | IElementListener | listener | ) |
Processes the element by adding it (or the different parts) to a IElementListener.
listener | the IElementListener |
Implements iTextSharp.text.IElement.
override string iTextSharp.text.Meta.ToString | ( | ) |
Gets the content of the text element.
Implements iTextSharp.text.IElement.
|
get |
Gets all the chunks in this element.
an ArrayList
|
get |
Returns the content of the meta information.
a string
|
get |
Returns the name of the meta information.
a string
|
get |
Gets the type of the text element.
a type