C# Class iTextSharp.text.pdf.SimpleBookmark

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static EliminatePages ( Object>.IList list, int pageRange ) : void
list Object>.IList
pageRange int
Résultat void

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

ExportToXML() public static méthode

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

ExportToXMLNode() public static méthode

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

GetBookmark() public static méthode

public static GetBookmark ( PdfReader reader ) : Object>>.IList
reader PdfReader
Résultat Object>>.IList

GetBookmark() public static méthode

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

GetVal() public static méthode

public static GetVal ( Object>.Dictionary map, string key ) : string
map Object>.Dictionary
key string
Résultat string

ImportFromXML() public static méthode

public static ImportFromXML ( Stream inp ) : Object>>.IList
inp Stream
Résultat Object>>.IList

ImportFromXML() public static méthode

public static ImportFromXML ( TextReader inp ) : Object>>.IList
inp TextReader
Résultat Object>>.IList

IterateOutlines() public static méthode

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

ShiftPageNumbers() public static méthode

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

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