NamedDestination
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.pdf.IAppointment
public final class NamedDestination implements IAppointment
Instead of being defined directly with the explicit syntax, a destination may be referred to indirectly by means of a name object or a byte string.
Constructors
Constructor | Description |
---|---|
NamedDestination(Document doc, String name) | Create named destination. |
Methods
Method | Description |
---|---|
getName() | Represent getName method |
toString() | Converts destination to string value. |
NamedDestination(Document doc, String name)
public NamedDestination(Document doc, String name)
Create named destination.
Parameters:
Parameter | Type | Description |
---|---|---|
doc | Document | Document where named destination should be created. |
name | java.lang.String | Name to which destination refers. |
getName()
public String getName()
Represent getName method
Returns: java.lang.String - String value
toString()
public String toString()
Converts destination to string value.
Returns: java.lang.String - String value.