C# Class iTextSharp.text.ElementTags

A class that contains all the possible tagnames and their attributes.
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Свойство Type Description
GENERICTAG string
LOCALDESTINATION string
LOCALGOTO string
REMOTEGOTO string
SUBSUPSCRIPT string

Méthodes publiques

Méthode Description
AlignmentValue ( String alignment ) : int
GetAlignment ( int alignment ) : string

Translates the alignment value to a String value.

Method Details

AlignmentValue() public static méthode

public static AlignmentValue ( String alignment ) : int
alignment String
Résultat int

GetAlignment() public static méthode

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

Property Details

GENERICTAG public_oe static_oe property

attribute of the chunk tag
public static string GENERICTAG
Résultat string

LOCALDESTINATION public_oe static_oe property

attribute of the chunk tag
public static string LOCALDESTINATION
Résultat string

LOCALGOTO public_oe static_oe property

attribute of the chunk tag
public static string LOCALGOTO
Résultat string

REMOTEGOTO public_oe static_oe property

attribute of the chunk tag
public static string REMOTEGOTO
Résultat string

SUBSUPSCRIPT public_oe static_oe property

attribute of the chunk tag
public static string SUBSUPSCRIPT
Résultat string