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

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

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

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...
 
- 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...
 

Detailed Description

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.

See also
T:iTextSharp.text.Element, T:iTextSharp.text.Header

Constructor & Destructor Documentation

◆ Meta() [1/2]

iTextSharp.text.Meta.Meta ( int  type,
string  content 
)

Constructs a Meta.

Parameters
typethe type of meta-information
contentthe content

◆ Meta() [2/2]

iTextSharp.text.Meta.Meta ( string  tag,
string  content 
)

Constructs a Meta.

Parameters
tagthe tagname of the meta-information
contentthe content

Member Function Documentation

◆ Append()

StringBuilder iTextSharp.text.Meta.Append ( string  str)

appends some text to this Meta.

Parameters
stra string
Returns
a StringBuilder

◆ GetType()

static int iTextSharp.text.Meta.GetType ( string  tag)
static

Returns the name of the meta information.

Parameters
tagname to match
Returns
a string

◆ IsContent()

bool iTextSharp.text.Meta.IsContent ( )
See also
com.lowagie.text.Element::isContent()
Since
iText 2.0.8

Implements iTextSharp.text.IElement.

◆ IsNestable()

bool iTextSharp.text.Meta.IsNestable ( )
See also
com.lowagie.text.Element::isNestable()
Since
iText 2.0.8

Implements iTextSharp.text.IElement.

◆ Process()

bool iTextSharp.text.Meta.Process ( IElementListener  listener)

Processes the element by adding it (or the different parts) to a IElementListener.

Parameters
listenerthe IElementListener
Returns
true if the element was processed successfully

Implements iTextSharp.text.IElement.

◆ ToString()

override string iTextSharp.text.Meta.ToString ( )

Gets the content of the text element.

Returns
the content of the text element

Implements iTextSharp.text.IElement.

Property Documentation

◆ Chunks

ArrayList iTextSharp.text.Meta.Chunks
get

Gets all the chunks in this element.

an ArrayList

◆ Content

string iTextSharp.text.Meta.Content
get

Returns the content of the meta information.

a string

◆ Name

virtual string iTextSharp.text.Meta.Name
get

Returns the name of the meta information.

a string

◆ Type

int iTextSharp.text.Meta.Type
get

Gets the type of the text element.

a type


The documentation for this class was generated from the following file: