C# Class iTextSharp.text.pdf.SimpleNamedDestination

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

Méthodes publiques

Méthode Description
EndDocument ( ) : void
EndElement ( String tag ) : void
EscapeBinaryString ( String s ) : String
ExportToXML ( string>.Dictionary names, Stream outp, String encoding, bool onlyASCII ) : void
ExportToXML ( string>.Dictionary names, TextWriter wrt, String encoding, bool onlyASCII ) : void
GetNamedDestination ( PdfReader reader, bool fromNames ) : string>.Dictionary
ImportFromXML ( Stream inp ) : string>.Dictionary
ImportFromXML ( TextReader inp ) : string>.Dictionary
OutputNamedDestinationAsNames ( string>.Dictionary names, PdfWriter writer ) : PdfDictionary
OutputNamedDestinationAsStrings ( string>.Dictionary names, PdfWriter writer ) : PdfDictionary
StartDocument ( ) : void
StartElement ( String tag, string>.IDictionary h ) : void
Text ( String str ) : void
UnEscapeBinaryString ( String s ) : String

Private Methods

Méthode Description
CreateDestinationArray ( String value, PdfWriter writer ) : PdfArray
SimpleNamedDestination ( ) : System

Method Details

EndDocument() public méthode

public EndDocument ( ) : void
Résultat void

EndElement() public méthode

public EndElement ( String tag ) : void
tag String
Résultat void

EscapeBinaryString() public static méthode

public static EscapeBinaryString ( String s ) : String
s String
Résultat String

ExportToXML() public static méthode

public static ExportToXML ( string>.Dictionary names, Stream outp, String encoding, bool onlyASCII ) : void
names string>.Dictionary
outp Stream
encoding String
onlyASCII bool
Résultat void

ExportToXML() public static méthode

public static ExportToXML ( string>.Dictionary names, TextWriter wrt, String encoding, bool onlyASCII ) : void
names string>.Dictionary
wrt System.IO.TextWriter
encoding String
onlyASCII bool
Résultat void

GetNamedDestination() public static méthode

public static GetNamedDestination ( PdfReader reader, bool fromNames ) : string>.Dictionary
reader PdfReader
fromNames bool
Résultat string>.Dictionary

ImportFromXML() public static méthode

public static ImportFromXML ( Stream inp ) : string>.Dictionary
inp Stream
Résultat string>.Dictionary

ImportFromXML() public static méthode

public static ImportFromXML ( TextReader inp ) : string>.Dictionary
inp TextReader
Résultat string>.Dictionary

OutputNamedDestinationAsNames() public static méthode

public static OutputNamedDestinationAsNames ( string>.Dictionary names, PdfWriter writer ) : PdfDictionary
names string>.Dictionary
writer PdfWriter
Résultat PdfDictionary

OutputNamedDestinationAsStrings() public static méthode

public static OutputNamedDestinationAsStrings ( string>.Dictionary names, PdfWriter writer ) : PdfDictionary
names string>.Dictionary
writer PdfWriter
Résultat PdfDictionary

StartDocument() public méthode

public StartDocument ( ) : void
Résultat void

StartElement() public méthode

public StartElement ( String tag, string>.IDictionary h ) : void
tag String
h string>.IDictionary
Résultat void

Text() public méthode

public Text ( String str ) : void
str String
Résultat void

UnEscapeBinaryString() public static méthode

public static UnEscapeBinaryString ( String s ) : String
s String
Résultat String