C# Class iTextSharp.text.pdf.AcroFields.Item

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Свойство Type Description
merged System.Collections.ArrayList
page System.Collections.ArrayList
tabOrder System.Collections.ArrayList
values System.Collections.ArrayList
widget_refs System.Collections.ArrayList
widgets System.Collections.ArrayList

Méthodes publiques

Méthode Description
GetMerged ( int idx ) : PdfDictionary
GetPage ( int idx ) : int
GetTabOrder ( int idx ) : int
GetValue ( int idx ) : PdfDictionary
GetWidget ( int idx ) : PdfDictionary
GetWidgetRef ( int idx ) : PdfIndirectReference
MarkUsed ( AcroFields parentFields, int writeFlags ) : void
WriteToAll ( PdfName key, PdfObject value, int writeFlags ) : void

Private Methods

Méthode Description
AddMerged ( PdfDictionary mergeDict ) : void
AddPage ( int pg ) : void
AddTabOrder ( int order ) : void
AddValue ( PdfDictionary value ) : void
AddWidget ( PdfDictionary widget ) : void
AddWidgetRef ( PdfIndirectReference widgRef ) : void
ForcePage ( int idx, int pg ) : void
Remove ( int killIdx ) : void

Method Details

GetMerged() public méthode

public GetMerged ( int idx ) : PdfDictionary
idx int
Résultat PdfDictionary

GetPage() public méthode

public GetPage ( int idx ) : int
idx int
Résultat int

GetTabOrder() public méthode

public GetTabOrder ( int idx ) : int
idx int
Résultat int

GetValue() public méthode

public GetValue ( int idx ) : PdfDictionary
idx int
Résultat PdfDictionary

GetWidget() public méthode

public GetWidget ( int idx ) : PdfDictionary
idx int
Résultat PdfDictionary

GetWidgetRef() public méthode

public GetWidgetRef ( int idx ) : PdfIndirectReference
idx int
Résultat PdfIndirectReference

MarkUsed() public méthode

public MarkUsed ( AcroFields parentFields, int writeFlags ) : void
parentFields AcroFields
writeFlags int
Résultat void

WriteToAll() public méthode

public WriteToAll ( PdfName key, PdfObject value, int writeFlags ) : void
key PdfName
value PdfObject
writeFlags int
Résultat void

Property Details

merged public_oe property

public ArrayList,System.Collections merged
Résultat System.Collections.ArrayList

page public_oe property

public ArrayList,System.Collections page
Résultat System.Collections.ArrayList

tabOrder public_oe property

public ArrayList,System.Collections tabOrder
Résultat System.Collections.ArrayList

values public_oe property

public ArrayList,System.Collections values
Résultat System.Collections.ArrayList

widget_refs public_oe property

public ArrayList,System.Collections widget_refs
Résultat System.Collections.ArrayList

widgets public_oe property

public ArrayList,System.Collections widgets
Résultat System.Collections.ArrayList