public final class NamedDestination extends Object 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.
Constructor and Description |
---|
NamedDestination(Document doc,
String name)
Create named destination.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Represent getName method
|
String |
toString()
Converts destination to string value.
|