◆ EndDocument()
void iTextSharp.text.pdf.SimpleNamedDestination.EndDocument |
( |
| ) |
|
◆ EndElement()
void iTextSharp.text.pdf.SimpleNamedDestination.EndElement |
( |
String |
tag | ) |
|
◆ EscapeBinaryString()
static String iTextSharp.text.pdf.SimpleNamedDestination.EscapeBinaryString |
( |
String |
s | ) |
|
|
static |
◆ ExportToXML() [1/2]
static void iTextSharp.text.pdf.SimpleNamedDestination.ExportToXML |
( |
Hashtable |
names, |
|
|
Stream |
outp, |
|
|
String |
encoding, |
|
|
bool |
onlyASCII |
|
) |
| |
|
static |
Exports the destinations to XML. The DTD for this XML is:
<?xml version='1.0' encoding='UTF-8'?>
<!ELEMENT Name (#PCDATA)>
<!ATTLIST Name
Page CDATA #IMPLIED
>
<!ELEMENT Destination (Name)*>
- Parameters
-
names | the names |
outp | the export destination. The stream is not closed |
encoding | the encoding according to IANA conventions |
onlyASCII | codes above 127 will always be escaped with &#nn; if true , whatever the encoding |
- Exceptions
-
◆ ExportToXML() [2/2]
static void iTextSharp.text.pdf.SimpleNamedDestination.ExportToXML |
( |
Hashtable |
names, |
|
|
TextWriter |
wrt, |
|
|
String |
encoding, |
|
|
bool |
onlyASCII |
|
) |
| |
|
static |
Exports the bookmarks to XML.
- Parameters
-
names | the names |
wrt | the export destination. The writer is not closed |
encoding | the encoding according to IANA conventions |
onlyASCII | codes above 127 will always be escaped with &#nn; if true , whatever the encoding |
- Exceptions
-
◆ GetNamedDestination()
static Hashtable iTextSharp.text.pdf.SimpleNamedDestination.GetNamedDestination |
( |
PdfReader |
reader, |
|
|
bool |
fromNames |
|
) |
| |
|
static |
◆ ImportFromXML() [1/2]
static Hashtable iTextSharp.text.pdf.SimpleNamedDestination.ImportFromXML |
( |
Stream |
inp | ) |
|
|
static |
Import the names from XML.
- Parameters
-
inp | the XML source. The stream is not closed |
- Exceptions
-
- Returns
- the names
◆ ImportFromXML() [2/2]
static Hashtable iTextSharp.text.pdf.SimpleNamedDestination.ImportFromXML |
( |
TextReader |
inp | ) |
|
|
static |
Import the names from XML.
- Parameters
-
inp | the XML source. The reader is not closed |
- Exceptions
-
- Returns
- the names
◆ OutputNamedDestinationAsNames()
static PdfDictionary iTextSharp.text.pdf.SimpleNamedDestination.OutputNamedDestinationAsNames |
( |
Hashtable |
names, |
|
|
PdfWriter |
writer |
|
) |
| |
|
static |
◆ OutputNamedDestinationAsStrings()
static PdfDictionary iTextSharp.text.pdf.SimpleNamedDestination.OutputNamedDestinationAsStrings |
( |
Hashtable |
names, |
|
|
PdfWriter |
writer |
|
) |
| |
|
static |
◆ StartDocument()
void iTextSharp.text.pdf.SimpleNamedDestination.StartDocument |
( |
| ) |
|
◆ StartElement()
void iTextSharp.text.pdf.SimpleNamedDestination.StartElement |
( |
String |
tag, |
|
|
Hashtable |
h |
|
) |
| |
◆ Text()
void iTextSharp.text.pdf.SimpleNamedDestination.Text |
( |
String |
str | ) |
|
◆ UnEscapeBinaryString()
static String iTextSharp.text.pdf.SimpleNamedDestination.UnEscapeBinaryString |
( |
String |
s | ) |
|
|
static |
The documentation for this class was generated from the following file: