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

A List contains several ListItems.
Наследование: ITextElementArray, IIndentable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
alignindent bool
autoindent bool
first int
indentationLeft float
indentationRight float
lettered bool
list ArrayList
lowercase bool
numbered bool
postSymbol String
preSymbol String
symbol Chunk
symbolIndent float

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

Метод Описание
Add ( Object o ) : bool

Adds an Object to the List.

IsContent ( ) : bool
IsEmpty ( ) : bool
IsNestable ( ) : bool
List ( ) : System
List ( bool numbered ) : System
List ( bool numbered, bool lettered ) : System
List ( bool numbered, bool lettered, float symbolIndent ) : System

Constructs a List.

List ( bool numbered, float symbolIndent ) : System

Constructs a List.

the parameter symbolIndent is important for instance when generating PDF-documents; it indicates the indentation of the listsymbol.

List ( float symbolIndent ) : System
NormalizeIndentation ( ) : void
Process ( IElementListener listener ) : bool

Processes the element by adding it (or the different parts) to an IElementListener.

SetListSymbol ( string symbol ) : void

Sets the listsymbol.

This is a shortcut for SetListSymbol(Chunk symbol).

getPostSymbol ( ) : String

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

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

Adds an Object to the List.
public Add ( Object o ) : bool
o Object the object to add
Результат bool

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

public IsContent ( ) : bool
Результат bool

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

public IsEmpty ( ) : bool
Результат bool

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

public IsNestable ( ) : bool
Результат bool

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

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

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

public List ( bool numbered ) : System
numbered bool
Результат System

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

public List ( bool numbered, bool lettered ) : System
numbered bool
lettered bool
Результат System

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

Constructs a List.
public List ( bool numbered, bool lettered, float symbolIndent ) : System
numbered bool a bool
lettered bool a bool
symbolIndent float the indentation that has to be used for the listsymbol
Результат System

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

Constructs a List.
the parameter symbolIndent is important for instance when generating PDF-documents; it indicates the indentation of the listsymbol.
public List ( bool numbered, float symbolIndent ) : System
numbered bool a bool
symbolIndent float the indentation that has to be used for the listsymbol
Результат System

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

public List ( float symbolIndent ) : System
symbolIndent float
Результат System

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

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

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

Processes the element by adding it (or the different parts) to an IElementListener.
public Process ( IElementListener listener ) : bool
listener IElementListener an IElementListener
Результат bool

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

Sets the listsymbol.
This is a shortcut for SetListSymbol(Chunk symbol).
public SetListSymbol ( string symbol ) : void
symbol string a string
Результат void

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

public getPostSymbol ( ) : String
Результат String

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

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

protected bool alignindent
Результат bool

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

protected bool autoindent
Результат bool

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

This variable indicates the first number of a numbered list.
protected int first
Результат int

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

The indentation of this list on the left side.
protected float indentationLeft
Результат float

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

The indentation of this list on the right side.
protected float indentationRight
Результат float

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

protected bool lettered
Результат bool

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

This is the ArrayList containing the different ListItems.
protected ArrayList list
Результат ArrayList

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

protected bool lowercase
Результат bool

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

protected bool numbered
Результат bool

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

protected String postSymbol
Результат String

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

protected String preSymbol
Результат String

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

This is the listsymbol of a list that is not numbered.
protected Chunk,iTextSharp.text symbol
Результат Chunk

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

The indentation of the listitems.
protected float symbolIndent
Результат float