C# Class iTextSharp.text.pdf.PdfDictionary

Inheritance: PdfObject
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Свойство Type Description
CATALOG PdfName
FONT PdfName
OUTLINES PdfName
PAGE PdfName
PAGES PdfName

Protected Properties

Свойство Type Description
hashMap PdfObject>.Dictionary

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( PdfName key ) : bool
key PdfName
Résultat bool

Get() public méthode

public Get ( PdfName key ) : PdfObject
key PdfName
Résultat PdfObject

GetAsArray() public méthode

public GetAsArray ( PdfName key ) : PdfArray
key PdfName
Résultat PdfArray

GetAsBoolean() public méthode

public GetAsBoolean ( PdfName key ) : PdfBoolean
key PdfName
Résultat PdfBoolean

GetAsDict() public méthode

public GetAsDict ( PdfName key ) : PdfDictionary
key PdfName
Résultat PdfDictionary

GetAsIndirectObject() public méthode

public GetAsIndirectObject ( PdfName key ) : PdfIndirectReference
key PdfName
Résultat PdfIndirectReference

GetAsName() public méthode

public GetAsName ( PdfName key ) : PdfName
key PdfName
Résultat PdfName

GetAsNumber() public méthode

public GetAsNumber ( PdfName key ) : PdfNumber
key PdfName
Résultat PdfNumber

GetAsStream() public méthode

public GetAsStream ( PdfName key ) : PdfStream
key PdfName
Résultat PdfStream

GetAsString() public méthode

public GetAsString ( PdfName key ) : PdfString
key PdfName
Résultat PdfString

GetDirectObject() public méthode

public GetDirectObject ( PdfName key ) : PdfObject
key PdfName
Résultat PdfObject

GetEnumerator() public méthode

public GetEnumerator ( ) : PdfObject>.Enumerator.Dictionary
Résultat PdfObject>.Enumerator.Dictionary

IsCatalog() public méthode

public IsCatalog ( ) : bool
Résultat bool

IsFont() public méthode

public IsFont ( ) : bool
Résultat bool

IsOutlineTree() public méthode

public IsOutlineTree ( ) : bool
Résultat bool

IsPage() public méthode

public IsPage ( ) : bool
Résultat bool

IsPages() public méthode

public IsPages ( ) : bool
Résultat bool

Merge() public méthode

public Merge ( PdfDictionary other ) : void
other PdfDictionary
Résultat void

MergeDifferent() public méthode

public MergeDifferent ( PdfDictionary other ) : void
other PdfDictionary
Résultat void

PdfDictionary() public méthode

public PdfDictionary ( ) : System
Résultat System

PdfDictionary() public méthode

public PdfDictionary ( PdfName type ) : System
type PdfName
Résultat System

Put() public méthode

public Put ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
Résultat void

PutEx() public méthode

public PutEx ( PdfName key, PdfObject value ) : void
key PdfName
value PdfObject
Résultat void

Remove() public méthode

public Remove ( PdfName key ) : void
key PdfName
Résultat void

ToPdf() public méthode

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

CATALOG public_oe static_oe property

public static PdfName,iTextSharp.text.pdf CATALOG
Résultat PdfName

FONT public_oe static_oe property

public static PdfName,iTextSharp.text.pdf FONT
Résultat PdfName

OUTLINES public_oe static_oe property

public static PdfName,iTextSharp.text.pdf OUTLINES
Résultat PdfName

PAGE public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PAGE
Résultat PdfName

PAGES public_oe static_oe property

public static PdfName,iTextSharp.text.pdf PAGES
Résultat PdfName

hashMap protected_oe property

protected Dictionary hashMap
Résultat PdfObject>.Dictionary