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

Public Member Functions

 RomanList ()
 
 RomanList (int symbolIndent)
 
 RomanList (bool romanlower, 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...
 

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
 
- 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 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...
 

Detailed Description

A special-version of LIST which use roman-letters.

See also
com.lowagie.text.List
Version
2003-06-22
Author
Michael Niedermair

Constructor & Destructor Documentation

◆ RomanList() [1/3]

iTextSharp.text.RomanList.RomanList ( )

Initialization

◆ RomanList() [2/3]

iTextSharp.text.RomanList.RomanList ( int  symbolIndent)

Initialization

Parameters
symbolIndentindent

◆ RomanList() [3/3]

iTextSharp.text.RomanList.RomanList ( bool  romanlower,
int  symbolIndent 
)

Initialization

Parameters
romanlowerroman-char in lowercase
symbolIndentindent

Member Function Documentation

◆ Add()

override bool iTextSharp.text.RomanList.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.


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