|
#include <ContentItem.h>
Public Types | |
| enum | Type { e_MCR, e_MCID, e_OBJR, e_Unknown } |
Public Member Functions | |
| ContentItem (const ContentItem &) | |
| Copy constructor and assignment operator. | |
| ContentItem & | operator= (const ContentItem &) |
| Type | GetType () const |
| |
| class SElement | GetParent () |
| Find the parent structure element. | |
| Page | GetPage () |
| The page on which the marked content is drawn, whether directly as part of page content or indirectly by being in a Form XObject or annotation drawn on that page. | |
| SDF::Obj | GetSDFObj () const |
| |
| int | GetMCID () const |
| |
| SDF::Obj | GetContainingStm () const |
| |
| SDF::Obj | GetStmOwner () const |
| |
| SDF::Obj | GetRefObj () const |
| |
Content items are leaf nodes of the structure tree.
| pdftron::PDF::Struct::ContentItem::ContentItem | ( | const ContentItem & | ) |
Copy constructor and assignment operator.
| ContentItem& pdftron::PDF::Struct::ContentItem::operator= | ( | const ContentItem & | ) |
| Type pdftron::PDF::Struct::ContentItem::GetType | ( | ) | const |
| class SElement pdftron::PDF::Struct::ContentItem::GetParent | ( | ) |
Find the parent structure element.
| Page pdftron::PDF::Struct::ContentItem::GetPage | ( | ) |
The page on which the marked content is drawn, whether directly as part of page content or indirectly by being in a Form XObject or annotation drawn on that page.
| SDF::Obj pdftron::PDF::Struct::ContentItem::GetSDFObj | ( | ) | const |
| int pdftron::PDF::Struct::ContentItem::GetMCID | ( | ) | const |
| SDF::Obj pdftron::PDF::Struct::ContentItem::GetContainingStm | ( | ) | const |
The function will return a non-NULL object only if the marked-content sequence resides in a content stream other than the content stream for the page (e.g. in a form XObject).
| SDF::Obj pdftron::PDF::Struct::ContentItem::GetStmOwner | ( | ) | const |
the annotation to which an appearance stream belongs).
| SDF::Obj pdftron::PDF::Struct::ContentItem::GetRefObj | ( | ) | const |