HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.Header Class Reference

This is an Element that contains some userdefined meta information about the document. More...

Inheritance diagram for iTextSharp.text.Header:
iTextSharp.text.Meta iTextSharp.text.IElement

Public Member Functions

 Header (string name, string content)
 Constructs a Header. More...
 
- Public Member Functions inherited from iTextSharp.text.Meta
 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...
 

Properties

override string Name [get]
 Returns the name of the meta information. More...
 
- Properties inherited from iTextSharp.text.Meta
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...
 
- 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from iTextSharp.text.Meta
static int GetType (string tag)
 Returns the name of the meta information. More...
 

Detailed Description

This is an Element that contains some userdefined meta information about the document.

<strong>Header header = new Header("inspired by", "William Shakespeare");</strong>
Header(string name, string content)
Constructs a Header.
Definition: Header.cs:78

Constructor & Destructor Documentation

◆ Header()

iTextSharp.text.Header.Header ( string  name,
string  content 
)

Constructs a Header.

Parameters
namethe name of the meta-information
contentthe content

Property Documentation

◆ 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: