C# Class iTextSharp.text.pdf.PdfDictionary

Inheritance: PdfObject
显示文件 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
CATALOG PdfName
FONT PdfName
OUTLINES PdfName
PAGE PdfName
PAGES PdfName

Protected Properties

Property Type Description
hashMap PdfObject>.Dictionary

Public Methods

Method Description
Clear ( ) : void
Contains ( PdfName key ) : bool
Get ( PdfName key ) : PdfObject
GetAsArray ( PdfName key ) : PdfArray
GetAsBoolean ( PdfName key ) : PdfBoolean
GetAsDict ( PdfName key ) : PdfDictionary
GetAsIndirectObject ( PdfName key ) : PdfIndirectReference
GetAsName ( PdfName key ) : PdfName
GetAsNumber ( PdfName key ) : PdfNumber
GetAsStream ( PdfName key ) : PdfStream
GetAsString ( PdfName key ) : PdfString
GetDirectObject ( PdfName key ) : PdfObject
GetEnumerator ( ) : PdfObject>.Enumerator.Dictionary
IsCatalog ( ) : bool
IsFont ( ) : bool
IsOutlineTree ( ) : bool
IsPage ( ) : bool
IsPages ( ) : bool
Merge ( PdfDictionary other ) : void
MergeDifferent ( PdfDictionary other ) : void
PdfDictionary ( ) : System
PdfDictionary ( PdfName type ) : System
Put ( PdfName key, PdfObject value ) : void
PutEx ( PdfName key, PdfObject value ) : void
Remove ( PdfName key ) : void
ToPdf ( PdfWriter writer, Stream os ) : void
ToString ( ) : String

Method Details

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( PdfName key ) : bool
key PdfName
return bool

Get() public method

public Get ( PdfName key ) : PdfObject
key PdfName
return PdfObject

GetAsArray() public method

public GetAsArray ( PdfName key ) : PdfArray
key PdfName
return PdfArray

GetAsBoolean() public method

public GetAsBoolean ( PdfName key ) : PdfBoolean
key PdfName
return PdfBoolean

GetAsDict() public method

public GetAsDict ( PdfName key ) : PdfDictionary
key PdfName
return PdfDictionary

GetAsIndirectObject() public method

public GetAsIndirectObject ( PdfName key ) : PdfIndirectReference
key PdfName
return PdfIndirectReference

GetAsName() public method

public GetAsName ( PdfName key ) : PdfName
key PdfName
return PdfName

GetAsNumber() public method

public GetAsNumber ( PdfName key ) : PdfNumber
key PdfName
return PdfNumber

GetAsStream() public method

public GetAsStream ( PdfName key ) : PdfStream
key PdfName
return PdfStream

GetAsString() public method

public GetAsString ( PdfName key ) : PdfString
key PdfName
return PdfString

GetDirectObject() public method

public GetDirectObject ( PdfName key ) : PdfObject
key PdfName
return PdfObject

GetEnumerator() public method

public GetEnumerator ( ) : PdfObject>.Enumerator.Dictionary
return PdfObject>.Enumerator.Dictionary

IsCatalog() public method

public IsCatalog ( ) : bool
return bool

IsFont() public method

public IsFont ( ) : bool
return bool

IsOutlineTree() public method

public IsOutlineTree ( ) : bool
return bool

IsPage() public method

public IsPage ( ) : bool
return bool

IsPages() public method

public IsPages ( ) : bool
return bool

Merge() public method

public Merge ( PdfDictionary other ) : void
other PdfDictionary
return void

MergeDifferent() public method

public MergeDifferent ( PdfDictionary other ) : void
other PdfDictionary
return void

PdfDictionary() public method

public PdfDictionary ( ) : System
return System

PdfDictionary() public method

public PdfDictionary ( PdfName type ) : System
type PdfName
return System

Put() public method

public Put ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
return void

PutEx() public method

public PutEx ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
return void

Remove() public method

public Remove ( PdfName key ) : void
key PdfName
return void

ToPdf() public method

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

ToString() public method

public ToString ( ) : String
return String

Property Details

CATALOG public_oe static_oe property

public static PdfName,iTextSharp.text.pdf CATALOG
return PdfName

FONT public_oe static_oe property

public static PdfName,iTextSharp.text.pdf FONT
return PdfName

OUTLINES public_oe static_oe property

public static PdfName,iTextSharp.text.pdf OUTLINES
return PdfName

PAGE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PAGE
return PdfName

PAGES public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PAGES
return PdfName

hashMap protected_oe property

protected Dictionary hashMap
return PdfObject>.Dictionary