Aspose::Cells::Rendering::IPdfBookmarkEntry Class Referenceabstract

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.

Public Member Functions

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::ICellGetICellDestination ()=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...
 

Detailed Description

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.

Member Function Documentation

◆ GetDestinationName()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Rendering::IPdfBookmarkEntry::GetDestinationName ( )
pure virtual

Gets name of destination.

If destination name is set, the destination will be defined as a named destination with this name.

◆ GetICellDestination()

virtual intrusive_ptr<Aspose::Cells::ICell> Aspose::Cells::Rendering::IPdfBookmarkEntry::GetICellDestination ( )
pure virtual

The cell to which the bookmark link.

◆ GetSubEntry()

virtual intrusive_ptr<Aspose::Cells::Systems::Collections::ArrayList> Aspose::Cells::Rendering::IPdfBookmarkEntry::GetSubEntry ( )
pure virtual

SubEntry of a bookmark.

◆ GetText()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::Rendering::IPdfBookmarkEntry::GetText ( )
pure virtual

Title of a bookmark.

◆ IsCollapse()

virtual bool Aspose::Cells::Rendering::IPdfBookmarkEntry::IsCollapse ( )
pure virtual

When this property is true, the bookmarkentry will collapse, otherwise it will expand.

◆ IsOpen()

virtual bool Aspose::Cells::Rendering::IPdfBookmarkEntry::IsOpen ( )
pure virtual

When this property is true, the bookmarkentry will expand, otherwise it will collapse.

◆ SetCollapse()

virtual void Aspose::Cells::Rendering::IPdfBookmarkEntry::SetCollapse ( bool  value)
pure virtual

When this property is true, the bookmarkentry will collapse, otherwise it will expand.

◆ SetDestinationName()

virtual void Aspose::Cells::Rendering::IPdfBookmarkEntry::SetDestinationName ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets name of destination.

If destination name is set, the destination will be defined as a named destination with this name.

◆ SetICellDestination()

virtual void Aspose::Cells::Rendering::IPdfBookmarkEntry::SetICellDestination ( intrusive_ptr< Aspose::Cells::ICell value)
pure virtual

The cell to which the bookmark link.

◆ SetOpen()

virtual void Aspose::Cells::Rendering::IPdfBookmarkEntry::SetOpen ( bool  value)
pure virtual

When this property is true, the bookmarkentry will expand, otherwise it will collapse.

◆ SetSubEntry()

virtual void Aspose::Cells::Rendering::IPdfBookmarkEntry::SetSubEntry ( intrusive_ptr< Aspose::Cells::Systems::Collections::ArrayList >  value)
pure virtual

SubEntry of a bookmark.

◆ SetText()

virtual void Aspose::Cells::Rendering::IPdfBookmarkEntry::SetText ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Title of a bookmark.