Skip to main content
Skip table of contents

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
TypeNameMethods
AlignmentAlignget, set
charAnchorCharget, set
IDrawInterfaceLeaderget, set
floatPositionget, set

Methods

Public Static methods
ReturnsName
TabStopNewInstance(float currentPosition, float tabInterval)
Public methods
ReturnsName
floatGetPosition(float tabPosition, float currentPosition, float anchorPosition)

Details

Nested types

Enums
  • Alignment

Constructors

TabStop [1/7]

Source code

public TabStop(float position)
Arguments
TypeNameDescription
floatposition
TabStop [2/7]

Source code

public TabStop(float position, IDrawInterface leader)
Arguments
TypeNameDescription
floatposition
IDrawInterfaceleader
TabStop [3/7]

Source code

public TabStop(float position, Alignment alignment)
Arguments
TypeNameDescription
floatposition
Alignmentalignment
TabStop [4/7]

Source code

public TabStop(float position, Alignment alignment, char anchorChar)
Arguments
TypeNameDescription
floatposition
Alignmentalignment
charanchorChar
TabStop [5/7]

Source code

public TabStop(float position, IDrawInterface leader, Alignment alignment)
Arguments
TypeNameDescription
floatposition
IDrawInterfaceleader
Alignmentalignment
TabStop [6/7]

Source code

public TabStop(float position, IDrawInterface leader, Alignment alignment, char anchorChar)
Arguments
TypeNameDescription
floatposition
IDrawInterfaceleader
Alignmentalignment
charanchorChar
TabStop [7/7]

Source code

public TabStop(TabStop tabStop)
Arguments
TypeNameDescription
TabStoptabStop

Methods

NewInstance

Source code

public static TabStop NewInstance(float currentPosition, float tabInterval)
Arguments
TypeNameDescription
floatcurrentPosition
floattabInterval
GetPosition

Source code

public virtual float GetPosition(float tabPosition, float currentPosition, float anchorPosition)
Arguments
TypeNameDescription
floattabPosition
floatcurrentPosition
floatanchorPosition

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.