C# Class iTextSharp.text.RomanList

Inheritance: List
Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Add ( IElement o ) : bool
RomanList ( ) : System
RomanList ( bool romanlower, int symbolIndent ) : System
RomanList ( int symbolIndent ) : System

Method Details

Add() public method

public Add ( IElement o ) : bool
o IElement
return bool

RomanList() public method

public RomanList ( ) : System
return System

RomanList() public method

public RomanList ( bool romanlower, int symbolIndent ) : System
romanlower bool
symbolIndent int
return System

RomanList() public method

public RomanList ( int symbolIndent ) : System
symbolIndent int
return System