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

A ListItem is a Paragraph that can be added to a List.
Наследование: Paragraph
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
symbol Chunk

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

Метод Описание
AdjustListSymbolFont ( ) : void
ListItem ( ) : System

Constructs a ListItem.

ListItem ( Chunk chunk ) : System

Constructs a ListItem with a certain Chunk.

ListItem ( Phrase phrase ) : System

Constructs a ListItem with a certain Phrase.

ListItem ( float leading ) : System

Constructs a ListItem with a certain leading.

ListItem ( float leading, Chunk chunk ) : System

Constructs a ListItem with a certain Chunk and a certain leading.

ListItem ( float leading, string str ) : System

Constructs a ListItem with a certain string and a certain leading.

ListItem ( float leading, string str, Font font ) : System

Constructs a ListItem with a certain leading, string and Font.

ListItem ( string str ) : System

Constructs a ListItem with a certain string.

ListItem ( string str, Font font ) : System

Constructs a ListItem with a certain string and a certain Font.

SetIndentationLeft ( float indentation, bool autoindent ) : void

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

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

public AdjustListSymbolFont ( ) : void
Результат void

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

Constructs a ListItem.
public ListItem ( ) : System
Результат System

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

Constructs a ListItem with a certain Chunk.
public ListItem ( Chunk chunk ) : System
chunk Chunk a Chunk
Результат System

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

Constructs a ListItem with a certain Phrase.
public ListItem ( Phrase phrase ) : System
phrase Phrase a Phrase
Результат System

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

Constructs a ListItem with a certain leading.
public ListItem ( float leading ) : System
leading float the leading
Результат System

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

Constructs a ListItem with a certain Chunk and a certain leading.
public ListItem ( float leading, Chunk chunk ) : System
leading float the leading
chunk Chunk a Chunk
Результат System

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

Constructs a ListItem with a certain string and a certain leading.
public ListItem ( float leading, string str ) : System
leading float the leading
str string a string
Результат System

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

Constructs a ListItem with a certain leading, string and Font.
public ListItem ( float leading, string str, Font font ) : System
leading float the leading
str string a string
font Font a Font
Результат System

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

Constructs a ListItem with a certain string.
public ListItem ( string str ) : System
str string a string
Результат System

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

Constructs a ListItem with a certain string and a certain Font.
public ListItem ( string str, Font font ) : System
str string a string
font Font a string
Результат System

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

public SetIndentationLeft ( float indentation, bool autoindent ) : void
indentation float
autoindent bool
Результат void

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

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

this is the symbol that wil proceed the listitem.
protected Chunk,iTextSharp.text symbol
Результат Chunk