Table of Contents

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

romanlower bool

roman-char in lowercase

symbolIndent int

indent

RomanList(int)

Initialization

public RomanList(int symbolIndent)

Parameters

symbolIndent int

indent

Methods

Add(IElement)

Adds an Object to the List .

public override bool Add(IElement o)

Parameters

o IElement

the object to add.

Returns

bool

true if adding the object succeeded