C# Class iTextSharp.text.ElementTags

A class that contains all the possible tagnames and their attributes.
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6

Public Properties

Property Type Description
GENERICTAG string
LOCALDESTINATION string
LOCALGOTO string
REMOTEGOTO string
SUBSUPSCRIPT string

Public Methods

Method Description
AlignmentValue ( String alignment ) : int
GetAlignment ( int alignment ) : string

Translates the alignment value to a String value.

Method Details

AlignmentValue() public static method

public static AlignmentValue ( String alignment ) : int
alignment String
return int

GetAlignment() public static method

Translates the alignment value to a String value.
public static GetAlignment ( int alignment ) : string
alignment int the alignment value
return string

Property Details

GENERICTAG public_oe static_oe property

attribute of the chunk tag
public static string GENERICTAG
return string

LOCALDESTINATION public_oe static_oe property

attribute of the chunk tag
public static string LOCALDESTINATION
return string

LOCALGOTO public_oe static_oe property

attribute of the chunk tag
public static string LOCALGOTO
return string

REMOTEGOTO public_oe static_oe property

attribute of the chunk tag
public static string REMOTEGOTO
return string

SUBSUPSCRIPT public_oe static_oe property

attribute of the chunk tag
public static string SUBSUPSCRIPT
return string