C# Class iTextSharp.text.TabSettings

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

Public Methods

Method Description
GetTabStopNewInstance ( float currentPosition ) : TabStop
TabSettings ( ) : System.Collections.Generic
TabSettings ( List tabStops ) : System.Collections.Generic
TabSettings ( List tabStops, float tabInterval ) : System.Collections.Generic
TabSettings ( float tabInterval ) : System.Collections.Generic
getTabStopNewInstance ( float currentPosition, TabSettings tabSettings ) : TabStop

Method Details

GetTabStopNewInstance() public method

public GetTabStopNewInstance ( float currentPosition ) : TabStop
currentPosition float
return TabStop

TabSettings() public method

public TabSettings ( ) : System.Collections.Generic
return System.Collections.Generic

TabSettings() public method

public TabSettings ( List tabStops ) : System.Collections.Generic
tabStops List
return System.Collections.Generic

TabSettings() public method

public TabSettings ( List tabStops, float tabInterval ) : System.Collections.Generic
tabStops List
tabInterval float
return System.Collections.Generic

TabSettings() public method

public TabSettings ( float tabInterval ) : System.Collections.Generic
tabInterval float
return System.Collections.Generic

getTabStopNewInstance() public static method

public static getTabStopNewInstance ( float currentPosition, TabSettings tabSettings ) : TabStop
currentPosition float
tabSettings TabSettings
return TabStop