Foxit PDF SDK
fsdk.StructTreeEntity Class Reference

Public Member Functions

def GetPage ()
 Get the related PDF page.
More...
 
def GetType ()
 Get structure tree entity type.
More...
 
def IsEmpty ()
 Check whether current object is empty or not.
More...
 

Detailed Description

This class represents structure tree entity.

Member Function Documentation

◆ GetPage()

def fsdk.StructTreeEntity.GetPage ( )

Get the related PDF page.

Returns
A PDF page object which is the related PDF page.

◆ GetType()

def fsdk.StructTreeEntity.GetType ( )

Get structure tree entity type.

Returns
Structure tree entity type. Please refer to values starting from fsdk.StructTreeEntityE_StructTreeEntityTypeElement and this would be one of these values.

◆ IsEmpty()

def fsdk.StructTreeEntity.IsEmpty ( )

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
true means current object is empty, while false means not.