iText 5

TabStop (1)

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

Type

Name

Methods

Alignment

Align

get, set

char

AnchorChar

get, set

IDrawInterface

Leader

get, set

float

Position

get, set

Methods

Public Static methods

Returns

Name

TabStop

NewInstance

(float currentPosition, float tabInterval)

Public methods

Returns

Name

float

GetPosition

(float tabPosition, float currentPosition, float anchorPosition)

Details

Nested types

Enums
  • Alignment

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

Type

Name

Description

float

position

IDrawInterface

leader

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

Type

Name

Description

TabStop

tabStop

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