Foxit PDF SDK
fsdk.LRContentElement Class Reference

Public Member Functions

def GetBBox ()
 Get bounding box.
More...
 
def GetGraphicsObjectElement ()
 Get the related graphics object element.
More...
 
def GetGraphicsObjectRange ()
 Get the range of current content element in current graphics object.
More...
 
def GetMatrix ()
 Get matrix.
More...
 
def GetParentElement ()
 Get the parent element.
More...
 

Detailed Description

This class represents a content element. A content element contains the content from the graphics object.

Member Function Documentation

◆ GetBBox()

def fsdk.LRContentElement.GetBBox ( )

Get bounding box.

Returns
Bounding box.

◆ GetGraphicsObjectElement()

def fsdk.LRContentElement.GetGraphicsObjectElement ( )

Get the related graphics object element.

Returns
Related graphics object element. If function LRGraphicsObjectElement::IsEmpty for the returned object returns true, that means current element does not have a parent element.

◆ GetGraphicsObjectRange()

def fsdk.LRContentElement.GetGraphicsObjectRange ( )

Get the range of current content element in current graphics object.

All the indexes specified in the range represents current content element in the graphics object position.

Returns
A range object.

◆ GetMatrix()

def fsdk.LRContentElement.GetMatrix ( )

Get matrix.

Returns
Matrix.

◆ GetParentElement()

def fsdk.LRContentElement.GetParentElement ( )

Get the parent element.

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