Details of Marked Content applied to an IDOMGroup.
More...
#include <structure.h>
|
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.
|
|
|
static JAWSMAKO_API IMarkedContentDetailsPtr | create (const IJawsMakoPtr &jawsMako, const U8String &tag, const IRCObjectPtr &properties, bool isPoint) |
| Create general-purpose marked content details.
|
|
|
virtual | ~IRCObject () |
| Virtual destructor.
|
|
Details of Marked Content applied to an IDOMGroup.
◆ create()
static JAWSMAKO_API IMarkedContentDetailsPtr JawsMako::IMarkedContentDetails::create |
( |
const IJawsMakoPtr & | jawsMako, |
|
|
const U8String & | tag, |
|
|
const IRCObjectPtr & | properties, |
|
|
bool | isPoint ) |
|
static |
Create general-purpose 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. |
- Returns
- IMarkedContentDetailsPtr The new marked content details object.
◆ getIsPoint()
virtual bool JawsMako::IMarkedContentDetails::getIsPoint |
( |
| ) |
const |
|
pure virtual |
Do the marked content details represent a single point?
- Returns
- bool True if the marked content is a point, false otherwise.
◆ getProperties()
virtual IPDFObjectPtr JawsMako::IMarkedContentDetails::getProperties |
( |
| ) |
const |
|
pure virtual |
Obtain the properties, if present, as a PDF Object. Do not edit this object.
- Returns
- IPDFObjectPtr The properties of the marked content.
◆ getTag()
virtual U8String JawsMako::IMarkedContentDetails::getTag |
( |
| ) |
const |
|
pure virtual |
Obtain the marked content's tag.
- Returns
- U8String The tag for the marked content.
The documentation for this class was generated from the following file: