C# Class iTextSharp.text.pdf.PdfArray

Inheritance: PdfObject
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
arrayList ArrayList

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( PdfObject obj ) : bool
obj PdfObject
return bool

Add() public method

public Add ( float values ) : bool
values float
return bool

Add() public method

public Add ( int values ) : bool
values int
return bool

Add() public method

public Add ( int index, PdfObject element ) : void
index int
element PdfObject
return void

AddFirst() public method

public AddFirst ( PdfObject obj ) : void
obj PdfObject
return void

Contains() public method

public Contains ( PdfObject obj ) : bool
obj PdfObject
return bool

GetAsArray() public method

public GetAsArray ( int idx ) : PdfArray
idx int
return PdfArray

GetAsBoolean() public method

public GetAsBoolean ( int idx ) : PdfBoolean
idx int
return PdfBoolean

GetAsDict() public method

public GetAsDict ( int idx ) : PdfDictionary
idx int
return PdfDictionary

GetAsIndirectObject() public method

public GetAsIndirectObject ( int idx ) : PdfIndirectReference
idx int
return PdfIndirectReference

GetAsName() public method

public GetAsName ( int idx ) : PdfName
idx int
return PdfName

GetAsNumber() public method

public GetAsNumber ( int idx ) : PdfNumber
idx int
return PdfNumber

GetAsStream() public method

public GetAsStream ( int idx ) : PdfStream
idx int
return PdfStream

GetAsString() public method

public GetAsString ( int idx ) : PdfString
idx int
return PdfString

GetDirectObject() public method

public GetDirectObject ( int idx ) : PdfObject
idx int
return PdfObject

GetListIterator() public method

public GetListIterator ( ) : ListIterator
return System.util.ListIterator

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

PdfArray() public method

public PdfArray ( ) : System
return System

PdfArray() public method

public PdfArray ( ArrayList l ) : System
l ArrayList
return System

PdfArray() public method

public PdfArray ( PdfArray array ) : System
array PdfArray
return System

PdfArray() public method

public PdfArray ( PdfObject obj ) : System
obj PdfObject
return System

PdfArray() public method

public PdfArray ( float values ) : System
values float
return System

PdfArray() public method

public PdfArray ( int values ) : System
values int
return System

Remove() public method

public Remove ( int idx ) : PdfObject
idx int
return PdfObject

ToPdf() public method

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int idx ) : PdfObject
idx int
return PdfObject

Property Details

arrayList protected_oe property

protected ArrayList arrayList
return ArrayList