Skip to main content
Skip table of contents

TabSettings

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
TypeNameMethods
floatTabIntervalget, set
List<TabStop>TabStopsget, set

Methods

Public Static methods
ReturnsName
TabStopgetTabStopNewInstance(float currentPosition, TabSettings tabSettings)
Public methods
ReturnsName
TabStopGetTabStopNewInstance(float currentPosition)

Details

Constructors

TabSettings [1/4]

Source code

public TabSettings()
TabSettings [2/4]

Source code

public TabSettings(List<TabStop> tabStops)
Arguments
TypeNameDescription
List<TabStop>tabStops
TabSettings [3/4]

Source code

public TabSettings(float tabInterval)
Arguments
TypeNameDescription
floattabInterval
TabSettings [4/4]

Source code

public TabSettings(List<TabStop> tabStops, float tabInterval)
Arguments
TypeNameDescription
List<TabStop>tabStops
floattabInterval

Methods

getTabStopNewInstance

Source code

public static TabStop getTabStopNewInstance(float currentPosition, TabSettings tabSettings)
Arguments
TypeNameDescription
floatcurrentPosition
TabSettingstabSettings
GetTabStopNewInstance

Source code

public virtual TabStop GetTabStopNewInstance(float currentPosition)
Arguments
TypeNameDescription
floatcurrentPosition

Properties

TabStops
public virtual List<TabStop> TabStops { get; set; }
TabInterval
public virtual float TabInterval { 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.