C# Class iTextSharp.text.ListItem

A ListItem is a Paragraph that can be added to a List.
Inheritance: Paragraph
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
symbol Chunk

Méthodes publiques

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

Method Details

AdjustListSymbolFont() public méthode

public AdjustListSymbolFont ( ) : void
Résultat void

ListItem() public méthode

Constructs a ListItem.
public ListItem ( ) : System
Résultat System

ListItem() public méthode

Constructs a ListItem with a certain Chunk.
public ListItem ( Chunk chunk ) : System
chunk Chunk a Chunk
Résultat System

ListItem() public méthode

Constructs a ListItem with a certain Phrase.
public ListItem ( Phrase phrase ) : System
phrase Phrase a Phrase
Résultat System

ListItem() public méthode

Constructs a ListItem with a certain leading.
public ListItem ( float leading ) : System
leading float the leading
Résultat System

ListItem() public méthode

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

ListItem() public méthode

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

ListItem() public méthode

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

ListItem() public méthode

Constructs a ListItem with a certain string.
public ListItem ( string str ) : System
str string a string
Résultat System

ListItem() public méthode

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

SetIndentationLeft() public méthode

public SetIndentationLeft ( float indentation, bool autoindent ) : void
indentation float
autoindent bool
Résultat void

Property Details

symbol protected_oe property

this is the symbol that wil proceed the listitem.
protected Chunk,iTextSharp.text symbol
Résultat Chunk