C# Class iTextSharp.text.pdf.FdfWriter

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

Méthodes publiques

Méthode Description
FdfWriter ( ) : System
GetField ( String field ) : String
GetFields ( ) : Object>.Dictionary
RemoveField ( String field ) : bool
SetFieldAsAction ( String field, PdfAction action ) : bool
SetFieldAsName ( String field, String value ) : bool
SetFieldAsString ( String field, String value ) : bool
SetFields ( AcroFields af ) : void
SetFields ( FdfReader fdf ) : void
SetFields ( PdfReader pdf ) : void
WriteTo ( Stream os ) : void

Private Methods

Méthode Description
IterateFields ( Object>.Dictionary values, Object>.Dictionary map, String name ) : void
SetField ( String field, PdfObject value ) : bool

Method Details

FdfWriter() public méthode

public FdfWriter ( ) : System
Résultat System

GetField() public méthode

public GetField ( String field ) : String
field String
Résultat String

GetFields() public méthode

public GetFields ( ) : Object>.Dictionary
Résultat Object>.Dictionary

RemoveField() public méthode

public RemoveField ( String field ) : bool
field String
Résultat bool

SetFieldAsAction() public méthode

public SetFieldAsAction ( String field, PdfAction action ) : bool
field String
action PdfAction
Résultat bool

SetFieldAsName() public méthode

public SetFieldAsName ( String field, String value ) : bool
field String
value String
Résultat bool

SetFieldAsString() public méthode

public SetFieldAsString ( String field, String value ) : bool
field String
value String
Résultat bool

SetFields() public méthode

public SetFields ( AcroFields af ) : void
af AcroFields
Résultat void

SetFields() public méthode

public SetFields ( FdfReader fdf ) : void
fdf FdfReader
Résultat void

SetFields() public méthode

public SetFields ( PdfReader pdf ) : void
pdf PdfReader
Résultat void

WriteTo() public méthode

public WriteTo ( Stream os ) : void
os Stream
Résultat void