C# Class iTextSharp.text.ElementTags

A class that contains all the possible tagnames and their attributes.
Show file 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 static property

attribute of the chunk tag
public static string GENERICTAG
return string

LOCALDESTINATION public static property

attribute of the chunk tag
public static string LOCALDESTINATION
return string

LOCALGOTO public static property

attribute of the chunk tag
public static string LOCALGOTO
return string

REMOTEGOTO public static property

attribute of the chunk tag
public static string REMOTEGOTO
return string

SUBSUPSCRIPT public static property

attribute of the chunk tag
public static string SUBSUPSCRIPT
return string