C# Class iTextSharp.text.pdf.PdfPageLabels

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddPageLabel ( PdfPageLabelFormat format ) : void
format PdfPageLabelFormat
Résultat void

AddPageLabel() public méthode

public AddPageLabel ( int page, int numberStyle ) : void
page int
numberStyle int
Résultat void

AddPageLabel() public méthode

public AddPageLabel ( int page, int numberStyle, string text ) : void
page int
numberStyle int
text string
Résultat void

AddPageLabel() public méthode

public AddPageLabel ( int page, int numberStyle, string text, int firstPage ) : void
page int
numberStyle int
text string
firstPage int
Résultat void

GetDictionary() public méthode

public GetDictionary ( PdfWriter writer ) : PdfDictionary
writer PdfWriter
Résultat PdfDictionary

GetPageLabelFormats() public static méthode

public static GetPageLabelFormats ( PdfReader reader ) : PdfPageLabelFormat[]
reader PdfReader
Résultat PdfPageLabelFormat[]

GetPageLabels() public static méthode

public static GetPageLabels ( PdfReader reader ) : String[]
reader PdfReader
Résultat String[]

PdfPageLabels() public méthode

public PdfPageLabels ( ) : System
Résultat System

RemovePageLabel() public méthode

public RemovePageLabel ( int page ) : void
page int
Résultat void