C# Class iTextSharp.text.pdf.SimpleBookmark

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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

EliminatePages() public static method

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

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

ExportToXML() public static method

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

ExportToXMLNode() public static method

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

GetBookmark() public static method

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

GetBookmark() public static method

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

GetVal() public static method

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

ImportFromXML() public static method

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

ImportFromXML() public static method

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

IterateOutlines() public static method

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

ShiftPageNumbers() public static method

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

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