C# Class iTextSharp.text.TabStop

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Свойство Type Description
alignment Alignment
anchorChar char
leader IDrawInterface
position float

Méthodes publiques

Méthode Description
GetPosition ( float tabPosition, float currentPosition, float anchorPosition ) : float
NewInstance ( float currentPosition, float tabInterval ) : TabStop
TabStop ( TabStop tabStop ) : System
TabStop ( float position ) : System
TabStop ( float position, Alignment alignment ) : System
TabStop ( float position, Alignment alignment, char anchorChar ) : System
TabStop ( float position, IDrawInterface leader ) : System
TabStop ( float position, IDrawInterface leader, Alignment alignment ) : System
TabStop ( float position, IDrawInterface leader, Alignment alignment, char anchorChar ) : System

Method Details

GetPosition() public méthode

public GetPosition ( float tabPosition, float currentPosition, float anchorPosition ) : float
tabPosition float
currentPosition float
anchorPosition float
Résultat float

NewInstance() public static méthode

public static NewInstance ( float currentPosition, float tabInterval ) : TabStop
currentPosition float
tabInterval float
Résultat TabStop

TabStop() public méthode

public TabStop ( TabStop tabStop ) : System
tabStop TabStop
Résultat System

TabStop() public méthode

public TabStop ( float position ) : System
position float
Résultat System

TabStop() public méthode

public TabStop ( float position, Alignment alignment ) : System
position float
alignment Alignment
Résultat System

TabStop() public méthode

public TabStop ( float position, Alignment alignment, char anchorChar ) : System
position float
alignment Alignment
anchorChar char
Résultat System

TabStop() public méthode

public TabStop ( float position, IDrawInterface leader ) : System
position float
leader IDrawInterface
Résultat System

TabStop() public méthode

public TabStop ( float position, IDrawInterface leader, Alignment alignment ) : System
position float
leader IDrawInterface
alignment Alignment
Résultat System

TabStop() public méthode

public TabStop ( float position, IDrawInterface leader, Alignment alignment, char anchorChar ) : System
position float
leader IDrawInterface
alignment Alignment
anchorChar char
Résultat System

Property Details

alignment protected_oe property

protected Alignment alignment
Résultat Alignment

anchorChar protected_oe property

protected char anchorChar
Résultat char

leader protected_oe property

protected IDrawInterface leader
Résultat IDrawInterface

position protected_oe property

protected float position
Résultat float