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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
> |
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
tabSettings) |
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Constructors
TabSettings [1/4]
Source code
public TabSettings()
TabSettings [2/4]
Source code
public TabSettings(List<TabStop> tabStops)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
> |
tabStops |
TabSettings [3/4]
Source code
public TabSettings(float tabInterval)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tabInterval |
TabSettings [4/4]
Source code
public TabSettings(List<TabStop> tabStops, float tabInterval)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
> |
tabStops |
|
|
|
tabInterval |
Methods
getTabStopNewInstance
Source code
public static TabStop getTabStopNewInstance(float currentPosition, TabSettings tabSettings)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
currentPosition |
|
|
|
tabSettings |
GetTabStopNewInstance
Source code
public virtual TabStop GetTabStopNewInstance(float currentPosition)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
currentPosition |
Properties
TabStops
public virtual List<TabStop> TabStops { get; set; }
TabInterval
public virtual float TabInterval { get; set; }
Generated with ModularDoc