C# Class iTextSharp.text.ZapfDingbatsNumberList

Inheritance: List
Mostra file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
type int

Public Methods

Method Description
Add ( IElement o ) : bool
ZapfDingbatsNumberList ( int type ) : System
ZapfDingbatsNumberList ( int type, int symbolIndent ) : System

Method Details

Add() public method

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

ZapfDingbatsNumberList() public method

public ZapfDingbatsNumberList ( int type ) : System
type int
return System

ZapfDingbatsNumberList() public method

public ZapfDingbatsNumberList ( int type, int symbolIndent ) : System
type int
symbolIndent int
return System

Property Details

type protected_oe property

protected int type
return int