C# Класс iTextSharp.text.TabStop

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
alignment Alignment
anchorChar char
leader IDrawInterface
position float

Открытые методы

Метод Описание
GetPosition ( float tabPosition, float currentPosition, float anchorPosition ) : float
NewInstance ( float currentPosition, float tabInterval ) : TabStop
TabStop ( TabStop tabStop ) : System
TabStop ( float position ) : System
TabStop ( float position, Alignment alignment ) : System
TabStop ( float position, Alignment alignment, char anchorChar ) : System
TabStop ( float position, IDrawInterface leader ) : System
TabStop ( float position, IDrawInterface leader, Alignment alignment ) : System
TabStop ( float position, IDrawInterface leader, Alignment alignment, char anchorChar ) : System

Описание методов

GetPosition() публичный метод

public GetPosition ( float tabPosition, float currentPosition, float anchorPosition ) : float
tabPosition float
currentPosition float
anchorPosition float
Результат float

NewInstance() публичный статический метод

public static NewInstance ( float currentPosition, float tabInterval ) : TabStop
currentPosition float
tabInterval float
Результат TabStop

TabStop() публичный метод

public TabStop ( TabStop tabStop ) : System
tabStop TabStop
Результат System

TabStop() публичный метод

public TabStop ( float position ) : System
position float
Результат System

TabStop() публичный метод

public TabStop ( float position, Alignment alignment ) : System
position float
alignment Alignment
Результат System

TabStop() публичный метод

public TabStop ( float position, Alignment alignment, char anchorChar ) : System
position float
alignment Alignment
anchorChar char
Результат System

TabStop() публичный метод

public TabStop ( float position, IDrawInterface leader ) : System
position float
leader IDrawInterface
Результат System

TabStop() публичный метод

public TabStop ( float position, IDrawInterface leader, Alignment alignment ) : System
position float
leader IDrawInterface
alignment Alignment
Результат System

TabStop() публичный метод

public TabStop ( float position, IDrawInterface leader, Alignment alignment, char anchorChar ) : System
position float
leader IDrawInterface
alignment Alignment
anchorChar char
Результат System

Описание свойств

alignment защищенное свойство

protected Alignment alignment
Результат Alignment

anchorChar защищенное свойство

protected char anchorChar
Результат char

leader защищенное свойство

protected IDrawInterface leader
Результат IDrawInterface

position защищенное свойство

protected float position
Результат float