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
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
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