Foxit PDF SDK
fsdk.StructMarkedContent Class Reference

Public Member Functions

def GetMCID ()
 Get marked-content identifier(MCID). More...
 
def GetParentElement ()
 Get the parent structure element. More...
 
def GetStmDict ()
 Get PDF dictionary of the content stream that contains the marked-content sequence. More...
 
def GetStmOwnerDict ()
 Get PDF dictionary of content stream owner. More...
 

Detailed Description

This class represents a marked-content item.

Member Function Documentation

◆ GetMCID()

def fsdk.StructMarkedContent.GetMCID ( )

Get marked-content identifier(MCID).

Returns
Marked-content identifier.

◆ GetParentElement()

def fsdk.StructMarkedContent.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.

◆ GetStmDict()

def fsdk.StructMarkedContent.GetStmDict ( )

Get PDF dictionary of the content stream that contains the marked-content sequence.

The content stream containing the marked-content sequence. This entry should be present only if the marked-content sequence resides in a content stream other than the content stream for the page.

Returns
PDF dictionary of content stream that contains the marked-content sequence.

◆ GetStmOwnerDict()

def fsdk.StructMarkedContent.GetStmOwnerDict ( )

Get PDF dictionary of content stream owner.

Returns
PDF dictionary of content stream owner.