HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.ZapfDingbatsList Class Reference
Inheritance diagram for iTextSharp.text.ZapfDingbatsList:
iTextSharp.text.List iTextSharp.text.ITextElementArray iTextSharp.text.IElement

Public Member Functions

 ZapfDingbatsList (int zn)
 
 ZapfDingbatsList (int zn, int symbolIndent)
 
override bool Add (Object o)
 
- Public Member Functions inherited from iTextSharp.text.List
 List ()
 
 List (float symbolIndent)
 
 List (bool numbered)
 
 List (bool numbered, bool lettered)
 
 List (bool numbered, float symbolIndent)
 Constructs a List. More...
 
 List (bool numbered, bool lettered, float symbolIndent)
 Constructs a List. More...
 
bool Process (IElementListener listener)
 Processes the element by adding it (or the different parts) to an IElementListener. More...
 
void NormalizeIndentation ()
 
void SetListSymbol (string symbol)
 Sets the listsymbol. More...
 
bool IsContent ()
 
bool IsNestable ()
 
virtual bool IsEmpty ()
 
String getPostSymbol ()
 
- Public Member Functions inherited from iTextSharp.text.IElement
string ToString ()
 Gets the content of the text element. More...
 

Protected Attributes

int zn
 
- Protected Attributes inherited from iTextSharp.text.List
ArrayList list = new ArrayList()
 This is the ArrayList containing the different ListItems. More...
 
bool numbered = false
 
bool lettered = false
 
bool lowercase = false
 
bool autoindent = false
 
bool alignindent = false
 
int first = 1
 This variable indicates the first number of a numbered list. More...
 
Chunk symbol = new Chunk("-")
 This is the listsymbol of a list that is not numbered. More...
 
String preSymbol = ""
 
String postSymbol = ". "
 
float indentationLeft = 0
 The indentation of this list on the left side. More...
 
float indentationRight = 0
 The indentation of this list on the right side. More...
 
float symbolIndent = 0
 The indentation of the listitems. More...
 

Properties

int CharNumber [get, set]
 
- Properties inherited from iTextSharp.text.List
int Type [get]
 Gets the type of the text element. More...
 
ArrayList Chunks [get]
 Gets all the chunks in this element. More...
 
bool Numbered [get, set]
 
bool Lettered [get, set]
 
bool Lowercase [get, set]
 
bool Autoindent [get, set]
 
bool Alignindent [get, set]
 
int First [get, set]
 Get/set the first number More...
 
Chunk ListSymbol [set]
 Sets the symbol More...
 
float IndentationLeft [get, set]
 Get/set the indentation of this paragraph on the left side. More...
 
float IndentationRight [get, set]
 Get/set the indentation of this paragraph on the right side. More...
 
float SymbolIndent [get, set]
 Gets the symbol indentation. More...
 
ArrayList Items [get]
 Gets all the items in the list. More...
 
int Size [get]
 Gets the size of the list. More...
 
float TotalLeading [get]
 Gets the leading of the first listitem. More...
 
Chunk Symbol [get, set]
 Get/set the symbol indentation. More...
 
String PostSymbol [get, set]
 
String PreSymbol [get, set]
 
- Properties inherited from iTextSharp.text.IElement
int Type [get]
 Gets the type of the text element. More...
 
ArrayList Chunks [get]
 Gets all the chunks in this element. More...
 

Additional Inherited Members

- Static Public Attributes inherited from iTextSharp.text.List
const bool ORDERED = true
 
const bool UNORDERED = false
 
const bool NUMERICAL = false
 
const bool ALPHABETICAL = true
 
const bool UPPERCASE = false
 
const bool LOWERCASE = true
 

Detailed Description

A special-version of LIST whitch use zapfdingbats-letters.

See also
com.lowagie.text.List
Author
Michael Niedermair and Bruno Lowagie

Constructor & Destructor Documentation

◆ ZapfDingbatsList() [1/2]

iTextSharp.text.ZapfDingbatsList.ZapfDingbatsList ( int  zn)

Creates a ZapfDingbatsList

Parameters
zna char-number

◆ ZapfDingbatsList() [2/2]

iTextSharp.text.ZapfDingbatsList.ZapfDingbatsList ( int  zn,
int  symbolIndent 
)

Creates a ZapfDingbatsList

Parameters
zna char-number
symbolIndentindent

Member Function Documentation

◆ Add()

override bool iTextSharp.text.ZapfDingbatsList.Add ( Object  o)
virtual

Adds an Object to the List.

Parameters
othe object to add.
Returns
true if adding the object succeeded

Reimplemented from iTextSharp.text.List.

Member Data Documentation

◆ zn

int iTextSharp.text.ZapfDingbatsList.zn
protected

char-number in zapfdingbats

Property Documentation

◆ CharNumber

int iTextSharp.text.ZapfDingbatsList.CharNumber
getset

set the char-number

Parameters
zna char-number

The documentation for this class was generated from the following file: