This is an Element that contains some userdefined meta information about the document.
More...
|
override 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...
|
|
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...
|
|
|
static int | GetType (string tag) |
| Returns the name of the meta information. More...
|
|
This is an Element that contains some userdefined meta information about the document.
<strong>
Header header =
new Header(
"inspired by",
"William Shakespeare");</strong>
◆ Header()
iTextSharp.text.Header.Header |
( |
string |
name, |
|
|
string |
content |
|
) |
| |
Constructs a Header.
- Parameters
-
name | the name of the meta-information |
content | the content |
◆ Name
override string iTextSharp.text.Header.Name |
|
get |
Returns the name of the meta information.
a string
The documentation for this class was generated from the following file: