SimpleNamedDestination Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.SimpleNamedDestination[[SimpleNamedDestination]]
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.SimpleNamedDestination
Members
Methods
Public Static methods
Internal Static methods
Public methods
Details
Inheritance
Methods
GetNamedDestination
Source code
public static Dictionary<string, string> GetNamedDestination(PdfReader reader, bool fromNames)
Arguments
Type | Name | Description |
---|
PdfReader | reader | |
bool | fromNames | |
ExportToXML [1/2]
Source code
public static void ExportToXML(Dictionary<string, string> names, Stream outp, string encoding, bool onlyASCII)
Arguments
Type | Name | Description |
---|
Dictionary <string , string > | names | |
Stream | outp | |
string | encoding | |
bool | onlyASCII | |
ExportToXML [2/2]
Source code
public static void ExportToXML(Dictionary<string, string> names, TextWriter wrt, string encoding, bool onlyASCII)
Arguments
Type | Name | Description |
---|
Dictionary <string , string > | names | |
TextWriter | wrt | |
string | encoding | |
bool | onlyASCII | |
ImportFromXML [1/2]
Source code
public static Dictionary<string, string> ImportFromXML(Stream inp)
Arguments
Type | Name | Description |
---|
Stream | inp | |
ImportFromXML [2/2]
Source code
public static Dictionary<string, string> ImportFromXML(TextReader inp)
Arguments
Type | Name | Description |
---|
TextReader | inp | |
CreateDestinationArray
Source code
internal static PdfArray CreateDestinationArray(string value, PdfWriter writer)
Arguments
Type | Name | Description |
---|
string | value | |
PdfWriter | writer | |
OutputNamedDestinationAsNames
Source code
public static PdfDictionary OutputNamedDestinationAsNames(Dictionary<string, string> names, PdfWriter writer)
Arguments
Type | Name | Description |
---|
Dictionary <string , string > | names | |
PdfWriter | writer | |
OutputNamedDestinationAsStrings
Source code
public static PdfDictionary OutputNamedDestinationAsStrings(Dictionary<string, string> names, PdfWriter writer)
Arguments
Type | Name | Description |
---|
Dictionary <string , string > | names | |
PdfWriter | writer | |
EscapeBinaryString
Source code
public static string EscapeBinaryString(string s)
Arguments
Type | Name | Description |
---|
string | s | |
UnEscapeBinaryString
Source code
public static string UnEscapeBinaryString(string s)
Arguments
Type | Name | Description |
---|
string | s | |
EndDocument
Source code
public virtual void EndDocument()
EndElement
Source code
public virtual void EndElement(string tag)
Arguments
Type | Name | Description |
---|
string | 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 |
---|
string | tag | |
IDictionary <string , string > | h | |
Text
Source code
public virtual void Text(string str)
Arguments
Type | Name | Description |
---|
string | str | |
Generated with ModularDoc