Foxit PDF SDK
FSStructObjectContent Class Reference
Inheritance diagram for FSStructObjectContent:
FSStructTreeEntity FSBase

Instance Methods

(FSPDFDictionary *) - getDict
 Get PDF dictionary of related object.
More...
 
(FSStructObjectContentStructObjectType- getObjectType
 Get related object type.
More...
 
(FSStructElement *) - getParentElement
 Get the parent structure element.
More...
 
(id) - init
 Constructor.

 
(id) - initWithOther:
 Constructor, with another structure object content object.
More...
 
- Instance Methods inherited from FSStructTreeEntity
(FSPDFPage *) - getPage
 Get the related PDF page.
More...
 
(FSStructTreeEntityStructTreeEntityType- getType
 Get structure tree entity type.
More...
 
(id) - initWithOther:
 Constructor, with another structure element entity object.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 

Detailed Description

This class represents a PDF object content item.

Method Documentation

◆ getDict()

- (FSPDFDictionary *) getDict

Get PDF dictionary of related object.

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

◆ getObjectType()

Get related object type.

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

◆ getParentElement()

- (FSStructElement *) getParentElement

Get the parent structure element.

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

◆ initWithOther:()

- (id) initWithOther: (FSStructObjectContent*)  other

Constructor, with another structure object content object.

Parameters
[in]otherAnother structure object content object.