SimpleBookmark Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.SimpleBookmark[[SimpleBookmark]] end subgraph iTextSharp.text.xml.simpleparser iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler[[ISimpleXMLDocHandler]] class iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler interfaceStyle; end iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler --> iTextSharp.text.pdf.SimpleBookmark
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
(
writer,
parent, |
|
|
( |
|
|
( |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
(
outline,
writer, |
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
Details
Inheritance
Methods
GetBookmark [1/2]
Source code
public static IList<Dictionary<string, object>> GetBookmark(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
GetBookmark [2/2]
Source code
public static IList<Dictionary<string, object>> GetBookmark(PdfReader reader, PdfDictionary outline, bool includeRoot)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
outline |
|
|
|
includeRoot |
EliminatePages
Source code
public static void EliminatePages(IList<Dictionary<string, object>> list, int[] pageRange)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
list |
|
|
|
pageRange |
ShiftPageNumbers
Source code
public static void ShiftPageNumbers(IList<Dictionary<string, object>> list, int pageShift, int[] pageRange)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
list |
|
|
|
pageShift |
|
|
|
pageRange |
GetVal
Source code
public static string GetVal(Dictionary<string, object> map, string key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
map |
|
|
|
key |
CreateOutlineAction
Source code
internal static void CreateOutlineAction(PdfDictionary outline, Dictionary<string, object> map, PdfWriter writer, bool namedAsNames)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
outline |
|
|
|
map |
|
|
|
writer |
|
|
|
namedAsNames |
IterateOutlines
Source code
public static object IterateOutlines(PdfWriter writer, PdfIndirectReference parent, IList<Dictionary<string, object>> kids, bool namedAsNames)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
parent |
|
|
|
kids |
|
|
|
namedAsNames |
ExportToXMLNode
Source code
public static void ExportToXMLNode(IList<Dictionary<string, object>> list, TextWriter outp, int indent, bool onlyASCII)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
list |
|
|
|
outp |
|
|
|
indent |
|
|
|
onlyASCII |
ExportToXML [1/2]
Source code
public static void ExportToXML(IList<Dictionary<string, object>> list, Stream outp, string encoding, bool onlyASCII)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
list |
|
|
|
outp |
|
|
|
encoding |
|
|
|
onlyASCII |
ExportToXML [2/2]
Source code
public static void ExportToXML(IList<Dictionary<string, object>> list, TextWriter wrt, string encoding, bool onlyASCII)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
list |
|
|
|
wrt |
|
|
|
encoding |
|
|
|
onlyASCII |
ImportFromXML [1/2]
Source code
public static IList<Dictionary<string, object>> ImportFromXML(Stream inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
ImportFromXML [2/2]
Source code
public static IList<Dictionary<string, object>> ImportFromXML(TextReader inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
EscapeBinaryString
Source code
public static string EscapeBinaryString(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
UnEscapeBinaryString
Source code
public static string UnEscapeBinaryString(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
EndDocument
Source code
public virtual void EndDocument()
EndElement
Source code
public virtual void EndElement(string tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
StartDocument
Source code
public virtual void StartDocument()
StartElement
Source code
public virtual void StartElement(string tag, IDictionary<string, string> h)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
h |
Text
Source code
public virtual void Text(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
Generated with ModularDoc