TabStop Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text
iTextSharp.text.TabStop[[TabStop]]
end
Members
Properties
Public properties
Methods
Public Static methods
Public methods
Returns | Name |
---|
float | GetPosition (float tabPosition, float currentPosition, float anchorPosition) |
Details
Nested types
Enums
Constructors
TabStop [1/7]
Source code
public TabStop(float position)
Arguments
Type | Name | Description |
---|
float | position | |
TabStop [2/7]
Source code
public TabStop(float position, IDrawInterface leader)
Arguments
TabStop [3/7]
Source code
public TabStop(float position, Alignment alignment)
Arguments
Type | Name | Description |
---|
float | position | |
Alignment | alignment | |
TabStop [4/7]
Source code
public TabStop(float position, Alignment alignment, char anchorChar)
Arguments
Type | Name | Description |
---|
float | position | |
Alignment | alignment | |
char | anchorChar | |
TabStop [5/7]
Source code
public TabStop(float position, IDrawInterface leader, Alignment alignment)
Arguments
Type | Name | Description |
---|
float | position | |
IDrawInterface | leader | |
Alignment | alignment | |
TabStop [6/7]
Source code
public TabStop(float position, IDrawInterface leader, Alignment alignment, char anchorChar)
Arguments
Type | Name | Description |
---|
float | position | |
IDrawInterface | leader | |
Alignment | alignment | |
char | anchorChar | |
TabStop [7/7]
Source code
public TabStop(TabStop tabStop)
Arguments
Methods
NewInstance
Source code
public static TabStop NewInstance(float currentPosition, float tabInterval)
Arguments
Type | Name | Description |
---|
float | currentPosition | |
float | tabInterval | |
GetPosition
Source code
public virtual float GetPosition(float tabPosition, float currentPosition, float anchorPosition)
Arguments
Type | Name | Description |
---|
float | tabPosition | |
float | currentPosition | |
float | anchorPosition | |
Properties
Position
public virtual float Position { get; set; }
Align
public virtual Alignment Align { get; set; }
Leader
public virtual IDrawInterface Leader { get; set; }
AnchorChar
public virtual char AnchorChar { get; set; }
Generated with ModularDoc