C# Class iTextSharp.text.TabSettings

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

Méthodes publiques

Méthode 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 méthode

public GetTabStopNewInstance ( float currentPosition ) : TabStop
currentPosition float
Résultat TabStop

TabSettings() public méthode

public TabSettings ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TabSettings() public méthode

public TabSettings ( List tabStops ) : System.Collections.Generic
tabStops List
Résultat System.Collections.Generic

TabSettings() public méthode

public TabSettings ( List tabStops, float tabInterval ) : System.Collections.Generic
tabStops List
tabInterval float
Résultat System.Collections.Generic

TabSettings() public méthode

public TabSettings ( float tabInterval ) : System.Collections.Generic
tabInterval float
Résultat System.Collections.Generic

getTabStopNewInstance() public static méthode

public static getTabStopNewInstance ( float currentPosition, TabSettings tabSettings ) : TabStop
currentPosition float
tabSettings TabSettings
Résultat TabStop