A subclass of IMarkedContentDetails that is created when the marked content is associated with the document's structure.
More...
#include <jawsmako/structure.h>
|
| virtual | ~IMarkedContentStructureDetails () |
| virtual IStructureElementReferencePtr | getStructureElementReference () const =0 |
| | Obtain a reference for the structure element that this content refers to. Will never return NULL.
|
| virtual | ~IMarkedContentDetails () |
| virtual U8String | getTag () const =0 |
| | Obtain the marked content's tag.
|
| virtual IPDFObjectPtr | getProperties () const =0 |
| | Obtain the properties, if present, as a PDF Object. Do not edit this object.
|
| virtual bool | getIsPoint () const =0 |
| | Do the marked content details represent a single point?
|
| virtual void | addRef () const =0 |
| | Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
| virtual bool | decRef () const =0 |
| | Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
| virtual int32 | getRefCount () const =0 |
| | Retrieve the current reference count of the actual object pointed to.
|
| virtual | ~IHashable () |
| virtual uint64 | hash () const |
| | Obtain a 64-bit hash of the receiving object.
|
| virtual void | updateHash (uint64 &hash) const =0 |
| | Update the given hash to include the receiver.
|
|
| static JAWSMAKO_API IMarkedContentStructureDetailsPtr | create (const IJawsMakoPtr &jawsMako, const U8String &tag, const IRCObjectPtr &properties, bool isPoint, const IStructureElementReferencePtr &elementReference) |
| | Create structure marked content details.
|
| static JAWSMAKO_API IMarkedContentDetailsPtr | create (const IJawsMakoPtr &jawsMako, const U8String &tag, const IRCObjectPtr &properties, bool isPoint) |
| | Create general-purpose marked content details.
|
A subclass of IMarkedContentDetails that is created when the marked content is associated with the document's structure.
◆ ~IMarkedContentStructureDetails()
| virtual JawsMako::IMarkedContentStructureDetails::~IMarkedContentStructureDetails |
( |
| ) |
|
|
inlinevirtual |
◆ create()
| JAWSMAKO_API IMarkedContentStructureDetailsPtr JawsMako::IMarkedContentStructureDetails::create |
( |
const IJawsMakoPtr & | jawsMako, |
|
|
const U8String & | tag, |
|
|
const IRCObjectPtr & | properties, |
|
|
bool | isPoint, |
|
|
const IStructureElementReferencePtr & | elementReference ) |
|
static |
Create structure marked content details.
- Parameters
-
| jawsMako | The IJawsMako object. |
| tag | The tag for the marked content. |
| properties | The properties, if any, as a PDF Object. |
| isPoint | Whether the marked content represents a single point. |
| elementReference | The reference to the structure element that this content refers to. |
- Returns
- IMarkedContentStructureDetailsPtr The new marked content structure details object.
◆ getStructureElementReference()
| virtual IStructureElementReferencePtr JawsMako::IMarkedContentStructureDetails::getStructureElementReference |
( |
| ) |
const |
|
pure virtual |
Obtain a reference for the structure element that this content refers to. Will never return NULL.
- Returns
- IStructureElementReferencePtr The structure element reference.
The documentation for this class was generated from the following file: