public class Outline extends com.aspose.ms.lang.Struct<Outline>
Modifier and Type | Field and Description |
---|---|
int |
Count
number of open sub-entries
|
DestinationData |
Destination
destination
|
int |
First
first sub-entry
|
boolean |
IsOpen
whether or not to display children
|
int |
Last
last sub-entry
|
com.aspose.ms.System.Collections.ArrayList |
LinkActions |
int |
Next
next entry at this level
|
int |
Parent
ancestor's index
|
int |
Previous
previous entry at this level
|
int |
Self
id of this outline object
|
String |
Text
bookmark text
|
float |
YPos |
Constructor and Description |
---|
Outline() |
public int Self
id of this outline object
public int Previous
previous entry at this level
public int Next
next entry at this level
public int Parent
ancestor's index
public int First
first sub-entry
public int Last
last sub-entry
public String Text
bookmark text
public int Count
number of open sub-entries
public boolean IsOpen
whether or not to display children
public DestinationData Destination
destination
public float YPos
public com.aspose.ms.System.Collections.ArrayList LinkActions
Copyright © 2016 Aspose. All Rights Reserved.