C# Class iTextSharp.text.List

A List contains several ListItems.
Inheritance: ITextElementArray, IIndentable
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

Adds an Object to the List.
public Add ( Object o ) : bool
o Object the object to add
Résultat bool

IsContent() public méthode

public IsContent ( ) : bool
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

IsNestable() public méthode

public IsNestable ( ) : bool
Résultat bool

List() public méthode

public List ( ) : System
Résultat System

List() public méthode

public List ( bool numbered ) : System
numbered bool
Résultat System

List() public méthode

public List ( bool numbered, bool lettered ) : System
numbered bool
lettered bool
Résultat System

List() public méthode

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
Résultat System

List() public méthode

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
Résultat System

List() public méthode

public List ( float symbolIndent ) : System
symbolIndent float
Résultat System

NormalizeIndentation() public méthode

public NormalizeIndentation ( ) : void
Résultat void

Process() public méthode

Processes the element by adding it (or the different parts) to an IElementListener.
public Process ( IElementListener listener ) : bool
listener IElementListener an IElementListener
Résultat bool

SetListSymbol() public méthode

Sets the listsymbol.
This is a shortcut for SetListSymbol(Chunk symbol).
public SetListSymbol ( string symbol ) : void
symbol string a string
Résultat void

getPostSymbol() public méthode

public getPostSymbol ( ) : String
Résultat String

Property Details

alignindent protected_oe property

protected bool alignindent
Résultat bool

autoindent protected_oe property

protected bool autoindent
Résultat bool

first protected_oe property

This variable indicates the first number of a numbered list.
protected int first
Résultat int

indentationLeft protected_oe property

The indentation of this list on the left side.
protected float indentationLeft
Résultat float

indentationRight protected_oe property

The indentation of this list on the right side.
protected float indentationRight
Résultat float

lettered protected_oe property

protected bool lettered
Résultat bool

list protected_oe property

This is the ArrayList containing the different ListItems.
protected ArrayList list
Résultat ArrayList

lowercase protected_oe property

protected bool lowercase
Résultat bool

numbered protected_oe property

protected bool numbered
Résultat bool

postSymbol protected_oe property

protected String postSymbol
Résultat String

preSymbol protected_oe property

protected String preSymbol
Résultat String

symbol protected_oe property

This is the listsymbol of a list that is not numbered.
protected Chunk,iTextSharp.text symbol
Résultat Chunk

symbolIndent protected_oe property

The indentation of the listitems.
protected float symbolIndent
Résultat float