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

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

공개 메소드들

메소드 설명
EliminatePages ( Object>.IList list, int pageRange ) : void
EndDocument ( ) : void
EndElement ( String tag ) : void
EscapeBinaryString ( String s ) : String
ExportToXML ( Object>.IList list, Stream outp, String encoding, bool onlyASCII ) : void
ExportToXML ( Object>.IList list, TextWriter wrt, String encoding, bool onlyASCII ) : void
ExportToXMLNode ( Object>.IList list, TextWriter outp, int indent, bool onlyASCII ) : void
GetBookmark ( PdfReader reader ) : Object>>.IList
GetBookmark ( PdfReader reader, PdfDictionary outline, bool includeRoot ) : Object>>.IList
GetVal ( Object>.Dictionary map, string key ) : string
ImportFromXML ( Stream inp ) : Object>>.IList
ImportFromXML ( TextReader inp ) : Object>>.IList
IterateOutlines ( PdfWriter writer, PdfIndirectReference parent, Object>.IList kids, bool namedAsNames ) : Object[]
ShiftPageNumbers ( Object>.IList list, int pageShift, int pageRange ) : void
StartDocument ( ) : void
StartElement ( String tag, string>.IDictionary h ) : void
Text ( String str ) : void
UnEscapeBinaryString ( String s ) : String

비공개 메소드들

메소드 설명
BookmarkDepth ( PdfReader reader, PdfDictionary outline, IntHashtable pages, bool processCurrentOutlineOnly ) : Object>>.IList
CreateOutlineAction ( PdfDictionary outline, Object>.Dictionary map, PdfWriter writer, bool namedAsNames ) : void
GetNumber ( PdfIndirectReference indirect ) : int
MakeBookmarkParam ( PdfArray dest, IntHashtable pages ) : String
MapGotoBookmark ( Object>.Dictionary map, PdfObject dest, IntHashtable pages ) : void
SimpleBookmark ( ) : System

메소드 상세

EliminatePages() 공개 정적인 메소드

public static EliminatePages ( Object>.IList list, int pageRange ) : void
list Object>.IList
pageRange int
리턴 void

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 ( Object>.IList list, Stream outp, String encoding, bool onlyASCII ) : void
list Object>.IList
outp Stream
encoding String
onlyASCII bool
리턴 void

ExportToXML() 공개 정적인 메소드

public static ExportToXML ( Object>.IList list, TextWriter wrt, String encoding, bool onlyASCII ) : void
list Object>.IList
wrt System.IO.TextWriter
encoding String
onlyASCII bool
리턴 void

ExportToXMLNode() 공개 정적인 메소드

public static ExportToXMLNode ( Object>.IList list, TextWriter outp, int indent, bool onlyASCII ) : void
list Object>.IList
outp System.IO.TextWriter
indent int
onlyASCII bool
리턴 void

GetBookmark() 공개 정적인 메소드

public static GetBookmark ( PdfReader reader ) : Object>>.IList
reader PdfReader
리턴 Object>>.IList

GetBookmark() 공개 정적인 메소드

public static GetBookmark ( PdfReader reader, PdfDictionary outline, bool includeRoot ) : Object>>.IList
reader PdfReader
outline PdfDictionary
includeRoot bool
리턴 Object>>.IList

GetVal() 공개 정적인 메소드

public static GetVal ( Object>.Dictionary map, string key ) : string
map Object>.Dictionary
key string
리턴 string

ImportFromXML() 공개 정적인 메소드

public static ImportFromXML ( Stream inp ) : Object>>.IList
inp Stream
리턴 Object>>.IList

ImportFromXML() 공개 정적인 메소드

public static ImportFromXML ( TextReader inp ) : Object>>.IList
inp TextReader
리턴 Object>>.IList

IterateOutlines() 공개 정적인 메소드

public static IterateOutlines ( PdfWriter writer, PdfIndirectReference parent, Object>.IList kids, bool namedAsNames ) : Object[]
writer PdfWriter
parent PdfIndirectReference
kids Object>.IList
namedAsNames bool
리턴 Object[]

ShiftPageNumbers() 공개 정적인 메소드

public static ShiftPageNumbers ( Object>.IList list, int pageShift, int pageRange ) : void
list Object>.IList
pageShift int
pageRange int
리턴 void

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