C# Class iTextSharp.text.pdf.PdfPageLabels

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

Public Methods

Method Description
AddPageLabel ( PdfPageLabelFormat format ) : void
AddPageLabel ( int page, int numberStyle ) : void
AddPageLabel ( int page, int numberStyle, string text ) : void
AddPageLabel ( int page, int numberStyle, string text, int firstPage ) : void
GetDictionary ( PdfWriter writer ) : PdfDictionary
GetPageLabelFormats ( PdfReader reader ) : PdfPageLabelFormat[]
GetPageLabels ( PdfReader reader ) : String[]
PdfPageLabels ( ) : System
RemovePageLabel ( int page ) : void

Method Details

AddPageLabel() public method

public AddPageLabel ( PdfPageLabelFormat format ) : void
format PdfPageLabelFormat
return void

AddPageLabel() public method

public AddPageLabel ( int page, int numberStyle ) : void
page int
numberStyle int
return void

AddPageLabel() public method

public AddPageLabel ( int page, int numberStyle, string text ) : void
page int
numberStyle int
text string
return void

AddPageLabel() public method

public AddPageLabel ( int page, int numberStyle, string text, int firstPage ) : void
page int
numberStyle int
text string
firstPage int
return void

GetDictionary() public method

public GetDictionary ( PdfWriter writer ) : PdfDictionary
writer PdfWriter
return PdfDictionary

GetPageLabelFormats() public static method

public static GetPageLabelFormats ( PdfReader reader ) : PdfPageLabelFormat[]
reader PdfReader
return PdfPageLabelFormat[]

GetPageLabels() public static method

public static GetPageLabels ( PdfReader reader ) : String[]
reader PdfReader
return String[]

PdfPageLabels() public method

public PdfPageLabels ( ) : System
return System

RemovePageLabel() public method

public RemovePageLabel ( int page ) : void
page int
return void