C# Class iTextSharp.text.pdf.SimpleNamedDestination

Inheritance: ISimpleXMLDocHandler
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method 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

Method Description
CreateDestinationArray ( String value, PdfWriter writer ) : PdfArray
SimpleNamedDestination ( ) : System

Method Details

EndDocument() public method

public EndDocument ( ) : void
return void

EndElement() public method

public EndElement ( String tag ) : void
tag String
return void

EscapeBinaryString() public static method

public static EscapeBinaryString ( String s ) : String
s String
return String

ExportToXML() public static method

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

ExportToXML() public static method

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

GetNamedDestination() public static method

public static GetNamedDestination ( PdfReader reader, bool fromNames ) : string>.Dictionary
reader PdfReader
fromNames bool
return string>.Dictionary

ImportFromXML() public static method

public static ImportFromXML ( Stream inp ) : string>.Dictionary
inp Stream
return string>.Dictionary

ImportFromXML() public static method

public static ImportFromXML ( TextReader inp ) : string>.Dictionary
inp TextReader
return string>.Dictionary

OutputNamedDestinationAsNames() public static method

public static OutputNamedDestinationAsNames ( string>.Dictionary names, PdfWriter writer ) : PdfDictionary
names string>.Dictionary
writer PdfWriter
return PdfDictionary

OutputNamedDestinationAsStrings() public static method

public static OutputNamedDestinationAsStrings ( string>.Dictionary names, PdfWriter writer ) : PdfDictionary
names string>.Dictionary
writer PdfWriter
return PdfDictionary

StartDocument() public method

public StartDocument ( ) : void
return void

StartElement() public method

public StartElement ( String tag, string>.IDictionary h ) : void
tag String
h string>.IDictionary
return void

Text() public method

public Text ( String str ) : void
str String
return void

UnEscapeBinaryString() public static method

public static UnEscapeBinaryString ( String s ) : String
s String
return String