C# Class iTextSharp.text.TabStop

ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Property Type Description
alignment Alignment
anchorChar char
leader IDrawInterface
position float

Public Methods

Method 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 method

public GetPosition ( float tabPosition, float currentPosition, float anchorPosition ) : float
tabPosition float
currentPosition float
anchorPosition float
return float

NewInstance() public static method

public static NewInstance ( float currentPosition, float tabInterval ) : TabStop
currentPosition float
tabInterval float
return TabStop

TabStop() public method

public TabStop ( TabStop tabStop ) : System
tabStop TabStop
return System

TabStop() public method

public TabStop ( float position ) : System
position float
return System

TabStop() public method

public TabStop ( float position, Alignment alignment ) : System
position float
alignment Alignment
return System

TabStop() public method

public TabStop ( float position, Alignment alignment, char anchorChar ) : System
position float
alignment Alignment
anchorChar char
return System

TabStop() public method

public TabStop ( float position, IDrawInterface leader ) : System
position float
leader IDrawInterface
return System

TabStop() public method

public TabStop ( float position, IDrawInterface leader, Alignment alignment ) : System
position float
leader IDrawInterface
alignment Alignment
return System

TabStop() public method

public TabStop ( float position, IDrawInterface leader, Alignment alignment, char anchorChar ) : System
position float
leader IDrawInterface
alignment Alignment
anchorChar char
return System

Property Details

alignment protected_oe property

protected Alignment alignment
return Alignment

anchorChar protected_oe property

protected char anchorChar
return char

leader protected_oe property

protected IDrawInterface leader
return IDrawInterface

position protected_oe property

protected float position
return float