Class RomanList
- Namespace
- iTextSharp.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
A special-version of LIST which use roman-letters. @see com.lowagie.text.List @version 2003-06-22 @author Michael Niedermair
public class RomanList : List, ITextElementArray, IElement
- Inheritance
-
RomanList
- Implements
- Inherited Members
Constructors
RomanList()
Initialization
public RomanList()
RomanList(bool, int)
Initialization
public RomanList(bool romanlower, int symbolIndent)
Parameters
RomanList(int)
Initialization
public RomanList(int symbolIndent)
Parameters
symbolIndent
intindent
Methods
Add(IElement)
Adds an Object to the List .
public override bool Add(IElement o)
Parameters
o
IElementthe object to add.
Returns
- bool
true if adding the object succeeded