Foxit PDF SDK
fsdk.StructObjectContent Class Reference

Public Member Functions

def GetDict ()
 Get PDF dictionary of related object.
More...
 
def GetObjectType ()
 Get related object type.
More...
 
def GetParentElement ()
 Get the parent structure element.
More...
 

Detailed Description

This class represents a PDF object content item.

Member Function Documentation

◆ GetDict()

def fsdk.StructObjectContent.GetDict ( )

Get PDF dictionary of related object.

This function is available to the following types of objects: , and . For

◆ GetObjectType()

def fsdk.StructObjectContent.GetObjectType ( )

Get related object type.

Returns
Related object type. Please refer to values starting from and this would be one of these values.

◆ GetParentElement()

def fsdk.StructObjectContent.GetParentElement ( )

Get the parent structure element.

Returns
Parent structure element. If function StructElement::IsEmpty for the returned object returns true, that means current element does not have a parent element.