TabSettings Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text
iTextSharp.text.TabSettings[[TabSettings]]
end
Members
Properties
Public properties
Methods
Public Static methods
Public methods
Details
Constructors
TabSettings [1/4]
Source code
public TabSettings()
TabSettings [2/4]
Source code
public TabSettings(List<TabStop> tabStops)
Arguments
Type | Name | Description |
---|
List <TabStop > | tabStops | |
TabSettings [3/4]
Source code
public TabSettings(float tabInterval)
Arguments
Type | Name | Description |
---|
float | tabInterval | |
TabSettings [4/4]
Source code
public TabSettings(List<TabStop> tabStops, float tabInterval)
Arguments
Type | Name | Description |
---|
List <TabStop > | tabStops | |
float | tabInterval | |
Methods
getTabStopNewInstance
Source code
public static TabStop getTabStopNewInstance(float currentPosition, TabSettings tabSettings)
Arguments
Type | Name | Description |
---|
float | currentPosition | |
TabSettings | tabSettings | |
GetTabStopNewInstance
Source code
public virtual TabStop GetTabStopNewInstance(float currentPosition)
Arguments
Type | Name | Description |
---|
float | currentPosition | |
Properties
TabStops
public virtual List<TabStop> TabStops { get; set; }
TabInterval
public virtual float TabInterval { get; set; }
Generated with ModularDoc