public class DestinationData extends com.aspose.ms.lang.Struct<DestinationData>
Represents destination structure for bookmarks and links.
Modifier and Type | Field and Description |
---|---|
int |
Page
The page number of the destination.
|
int |
Type
The type of the destination.
|
Constructor and Description |
---|
DestinationData() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
DestinationData |
Clone() |
void |
CloneTo(DestinationData that) |
static boolean |
equals(DestinationData obj1,
DestinationData obj2) |
boolean |
equals(Object obj) |
public int Type
The type of the destination.
public int Page
The page number of the destination.
public void CloneTo(DestinationData that)
CloneTo
in class com.aspose.ms.System.ValueType<DestinationData>
public DestinationData Clone()
Clone
in class com.aspose.ms.System.ValueType<DestinationData>
public static boolean equals(DestinationData obj1, DestinationData obj2)
Copyright © 2016 Aspose. All Rights Reserved.