PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or "", current instance will be hidden and children will be inserted on current level.
More...
Inherits Object.
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetText ()=0 |
| Title of a bookmark. More...
|
|
virtual void | SetText (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Title of a bookmark. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICell > | GetICellDestination ()=0 |
| The cell to which the bookmark link. More...
|
|
virtual void | SetICellDestination (intrusive_ptr< Aspose::Cells::ICell > value)=0 |
| The cell to which the bookmark link. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetDestinationName ()=0 |
| Gets name of destination. More...
|
|
virtual void | SetDestinationName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets name of destination. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > | GetSubEntry ()=0 |
| SubEntry of a bookmark. More...
|
|
virtual void | SetSubEntry (intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList > value)=0 |
| SubEntry of a bookmark. More...
|
|
virtual bool | IsOpen ()=0 |
| When this property is true, the bookmarkentry will expand, otherwise it will collapse. More...
|
|
virtual void | SetOpen (bool value)=0 |
| When this property is true, the bookmarkentry will expand, otherwise it will collapse. More...
|
|
virtual bool | IsCollapse ()=0 |
| When this property is true, the bookmarkentry will collapse, otherwise it will expand. More...
|
|
virtual void | SetCollapse (bool value)=0 |
| When this property is true, the bookmarkentry will collapse, otherwise it will expand. More...
|
|
PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or "", current instance will be hidden and children will be inserted on current level.