C# Class iTextSharp.text.GreekList

Inheritance: List
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Add ( IElement o ) : bool
GreekList ( ) : System
GreekList ( bool greeklower, int symbolIndent ) : System
GreekList ( int symbolIndent ) : System

Protected Methods

Method Description
SetGreekFont ( ) : void

Method Details

Add() public method

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

GreekList() public method

public GreekList ( ) : System
return System

GreekList() public method

public GreekList ( bool greeklower, int symbolIndent ) : System
greeklower bool
symbolIndent int
return System

GreekList() public method

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

SetGreekFont() protected method

protected SetGreekFont ( ) : void
return void