C# 클래스 iTextSharp.text.pdf.PdfArray

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

보호된 프로퍼티들

프로퍼티 타입 설명
arrayList ArrayList

공개 메소드들

메소드 설명
Add ( PdfObject obj ) : bool
Add ( float values ) : bool
Add ( int values ) : bool
Add ( int index, PdfObject element ) : void
AddFirst ( PdfObject obj ) : void
Contains ( PdfObject obj ) : bool
GetAsArray ( int idx ) : PdfArray
GetAsBoolean ( int idx ) : PdfBoolean
GetAsDict ( int idx ) : PdfDictionary
GetAsIndirectObject ( int idx ) : PdfIndirectReference
GetAsName ( int idx ) : PdfName
GetAsNumber ( int idx ) : PdfNumber
GetAsStream ( int idx ) : PdfStream
GetAsString ( int idx ) : PdfString
GetDirectObject ( int idx ) : PdfObject
GetListIterator ( ) : ListIterator
IsEmpty ( ) : bool
PdfArray ( ) : System
PdfArray ( ArrayList l ) : System
PdfArray ( PdfArray array ) : System
PdfArray ( PdfObject obj ) : System
PdfArray ( float values ) : System
PdfArray ( int values ) : System
Remove ( int idx ) : PdfObject
ToPdf ( PdfWriter writer, Stream os ) : void
ToString ( ) : string
this ( int idx ) : PdfObject

메소드 상세

Add() 공개 메소드

public Add ( PdfObject obj ) : bool
obj PdfObject
리턴 bool

Add() 공개 메소드

public Add ( float values ) : bool
values float
리턴 bool

Add() 공개 메소드

public Add ( int values ) : bool
values int
리턴 bool

Add() 공개 메소드

public Add ( int index, PdfObject element ) : void
index int
element PdfObject
리턴 void

AddFirst() 공개 메소드

public AddFirst ( PdfObject obj ) : void
obj PdfObject
리턴 void

Contains() 공개 메소드

public Contains ( PdfObject obj ) : bool
obj PdfObject
리턴 bool

GetAsArray() 공개 메소드

public GetAsArray ( int idx ) : PdfArray
idx int
리턴 PdfArray

GetAsBoolean() 공개 메소드

public GetAsBoolean ( int idx ) : PdfBoolean
idx int
리턴 PdfBoolean

GetAsDict() 공개 메소드

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

GetAsIndirectObject() 공개 메소드

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

GetAsName() 공개 메소드

public GetAsName ( int idx ) : PdfName
idx int
리턴 PdfName

GetAsNumber() 공개 메소드

public GetAsNumber ( int idx ) : PdfNumber
idx int
리턴 PdfNumber

GetAsStream() 공개 메소드

public GetAsStream ( int idx ) : PdfStream
idx int
리턴 PdfStream

GetAsString() 공개 메소드

public GetAsString ( int idx ) : PdfString
idx int
리턴 PdfString

GetDirectObject() 공개 메소드

public GetDirectObject ( int idx ) : PdfObject
idx int
리턴 PdfObject

GetListIterator() 공개 메소드

public GetListIterator ( ) : ListIterator
리턴 System.util.ListIterator

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

PdfArray() 공개 메소드

public PdfArray ( ) : System
리턴 System

PdfArray() 공개 메소드

public PdfArray ( ArrayList l ) : System
l ArrayList
리턴 System

PdfArray() 공개 메소드

public PdfArray ( PdfArray array ) : System
array PdfArray
리턴 System

PdfArray() 공개 메소드

public PdfArray ( PdfObject obj ) : System
obj PdfObject
리턴 System

PdfArray() 공개 메소드

public PdfArray ( float values ) : System
values float
리턴 System

PdfArray() 공개 메소드

public PdfArray ( int values ) : System
values int
리턴 System

Remove() 공개 메소드

public Remove ( int idx ) : PdfObject
idx int
리턴 PdfObject

ToPdf() 공개 메소드

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int idx ) : PdfObject
idx int
리턴 PdfObject

프로퍼티 상세

arrayList 보호되어 있는 프로퍼티

protected ArrayList arrayList
리턴 ArrayList