Foxit PDF SDK
|
Public Member Functions | |
LRContentElement () | |
Constructor. | |
LRContentElement (LRContentElement other) | |
Constructor, with another content element object. More... | |
LRContentElement (LRElement element) | |
Constructor, with parent class object. More... | |
RectF | GetBBox () |
Get bounding box. More... | |
LRGraphicsObjectElement | GetGraphicsObjectElement () |
Get the related graphics object element. More... | |
Range | GetGraphicsObjectRange () |
Get the range of current content element in current graphics object. More... | |
Matrix2D | GetMatrix () |
Get matrix. More... | |
LRStructureElement | GetParentElement () |
Get the parent element. More... | |
![]() | |
LRElement () | |
Constructor. | |
LRElement (LRElement other) | |
Constructor, with another base element object. More... | |
LRElement.ElementType | GetElementType () |
Get element type. More... | |
bool | IsContentElement () |
Check whether current object is content element or not. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
bool | IsGraphicsObjectElement () |
Check whether current object is graphics object element or not. More... | |
bool | IsStructureElement () |
Check whether current object is structure element or not. More... | |
string | StringifyType () |
Convert type (enum value) of current element to a short and memorable string (text) representation. More... | |
This class represents a content element. A content element contains the content which is got from graphics object.
|
inline |
Constructor, with another content element object.
[in] | other | Another content element object. |
|
inline |
Constructor, with parent class object.
[in] | element | Parent class object. |
|
inline |
Get bounding box.
|
inline |
Get the related graphics object element.
|
inline |
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.
|
inline |
Get matrix.
|
inline |
Get the parent element.