C# Класс iTextSharp.text.Meta

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.
Наследование: IElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Append ( string str ) : StringBuilder

appends some text to this Meta.

GetType ( string tag ) : int

Returns the name of the meta information.

IsContent ( ) : bool
IsNestable ( ) : bool
Meta ( int type, string content ) : System

Constructs a Meta.

Meta ( string tag, string content ) : System

Constructs a Meta.

Process ( IElementListener listener ) : bool

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

ToString ( ) : string

Описание методов

Append() публичный метод

appends some text to this Meta.
public Append ( string str ) : StringBuilder
str string a string
Результат StringBuilder

GetType() публичный статический метод

Returns the name of the meta information.
public static GetType ( string tag ) : int
tag string name to match
Результат int

IsContent() публичный метод

public IsContent ( ) : bool
Результат bool

IsNestable() публичный метод

public IsNestable ( ) : bool
Результат bool

Meta() публичный метод

Constructs a Meta.
public Meta ( int type, string content ) : System
type int the type of meta-information
content string the content
Результат System

Meta() публичный метод

Constructs a Meta.
public Meta ( string tag, string content ) : System
tag string the tagname of the meta-information
content string the content
Результат System

Process() публичный метод

Processes the element by adding it (or the different parts) to a IElementListener.
public Process ( IElementListener listener ) : bool
listener IElementListener the IElementListener
Результат bool

ToString() публичный метод

public ToString ( ) : string
Результат string