C# 클래스 iTextSharp.text.pdf.AcroFields.Item

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetMerged() 공개 메소드

public GetMerged ( int idx ) : PdfDictionary
idx int
리턴 PdfDictionary

GetPage() 공개 메소드

public GetPage ( int idx ) : int
idx int
리턴 int

GetTabOrder() 공개 메소드

public GetTabOrder ( int idx ) : int
idx int
리턴 int

GetValue() 공개 메소드

public GetValue ( int idx ) : PdfDictionary
idx int
리턴 PdfDictionary

GetWidget() 공개 메소드

public GetWidget ( int idx ) : PdfDictionary
idx int
리턴 PdfDictionary

GetWidgetRef() 공개 메소드

public GetWidgetRef ( int idx ) : PdfIndirectReference
idx int
리턴 PdfIndirectReference

MarkUsed() 공개 메소드

public MarkUsed ( AcroFields parentFields, int writeFlags ) : void
parentFields AcroFields
writeFlags int
리턴 void

WriteToAll() 공개 메소드

public WriteToAll ( PdfName key, PdfObject value, int writeFlags ) : void
key PdfName
value PdfObject
writeFlags int
리턴 void

프로퍼티 상세

merged 공개적으로 프로퍼티

public ArrayList,System.Collections merged
리턴 System.Collections.ArrayList

page 공개적으로 프로퍼티

public ArrayList,System.Collections page
리턴 System.Collections.ArrayList

tabOrder 공개적으로 프로퍼티

public ArrayList,System.Collections tabOrder
리턴 System.Collections.ArrayList

values 공개적으로 프로퍼티

public ArrayList,System.Collections values
리턴 System.Collections.ArrayList

widget_refs 공개적으로 프로퍼티

public ArrayList,System.Collections widget_refs
리턴 System.Collections.ArrayList

widgets 공개적으로 프로퍼티

public ArrayList,System.Collections widgets
리턴 System.Collections.ArrayList