C# 클래스 iTextSharp.text.pdf.SimpleNamedDestination

상속: ISimpleXMLDocHandler
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateDestinationArray ( String value, PdfWriter writer ) : PdfArray
SimpleNamedDestination ( ) : System

메소드 상세

EndDocument() 공개 메소드

public EndDocument ( ) : void
리턴 void

EndElement() 공개 메소드

public EndElement ( String tag ) : void
tag String
리턴 void

EscapeBinaryString() 공개 정적인 메소드

public static EscapeBinaryString ( String s ) : String
s String
리턴 String

ExportToXML() 공개 정적인 메소드

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

ExportToXML() 공개 정적인 메소드

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

GetNamedDestination() 공개 정적인 메소드

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

ImportFromXML() 공개 정적인 메소드

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

ImportFromXML() 공개 정적인 메소드

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

OutputNamedDestinationAsNames() 공개 정적인 메소드

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

OutputNamedDestinationAsStrings() 공개 정적인 메소드

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

StartDocument() 공개 메소드

public StartDocument ( ) : void
리턴 void

StartElement() 공개 메소드

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

Text() 공개 메소드

public Text ( String str ) : void
str String
리턴 void

UnEscapeBinaryString() 공개 정적인 메소드

public static UnEscapeBinaryString ( String s ) : String
s String
리턴 String