CPDFOutline Class |
Namespace: ComPDFKit.PDFDocument
public class CPDFOutline
The CPDFOutline type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildList |
Gets all the items within an outline hierarchy.
| |
| Level |
Outline level
| |
| Title |
Outline title
|
| Name | Description | |
|---|---|---|
| GetAction |
Gets the action performed when users click the outline, more: CPDFAction | |
| GetDestination |
Gets the destination associated with the outline, more:CPDFDestination | |
| GetParent |
Gets the parent outline object of the outline.
| |
| InsertChildAtIndex |
Creates an outline object and inserts the outline object at the specified index.
| |
| IsValid |
Whether the object is valid.
| |
| MoveChildAtIndex |
Moves child outline to specified index.
| |
| RemoveFromParent |
Removes the outline object from its parent.
| |
| SetAction |
Sets the action performed when users click the outline, more:CPDFAction | |
| SetDestination |
Sets the destination associated with the outline, more:CPDFDestination | |
| SetTitle |
Sets outline title
|