C# Class iTextSharp.text.pdf.PRAcroForm

Inheritance: PdfDictionary
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
GetField ( String name ) : FieldInformation
GetRefByName ( String name ) : PRIndirectReference
PRAcroForm ( PdfReader reader ) : System
ReadAcroForm ( PdfDictionary root ) : void

Protected Methods

Method Description
IterateFields ( PdfArray fieldlist, PRIndirectReference fieldDict, String parentPath ) : void
MergeAttrib ( PdfDictionary parent, PdfDictionary child ) : PdfDictionary
PushAttrib ( PdfDictionary dict ) : void

Method Details

GetField() public method

public GetField ( String name ) : FieldInformation
name String
return FieldInformation

GetRefByName() public method

public GetRefByName ( String name ) : PRIndirectReference
name String
return PRIndirectReference

IterateFields() protected method

protected IterateFields ( PdfArray fieldlist, PRIndirectReference fieldDict, String parentPath ) : void
fieldlist PdfArray
fieldDict PRIndirectReference
parentPath String
return void

MergeAttrib() protected method

protected MergeAttrib ( PdfDictionary parent, PdfDictionary child ) : PdfDictionary
parent PdfDictionary
child PdfDictionary
return PdfDictionary

PRAcroForm() public method

public PRAcroForm ( PdfReader reader ) : System
reader PdfReader
return System

PushAttrib() protected method

protected PushAttrib ( PdfDictionary dict ) : void
dict PdfDictionary
return void

ReadAcroForm() public method

public ReadAcroForm ( PdfDictionary root ) : void
root PdfDictionary
return void