Mako 7.4.0 API
Loading...
Searching...
No Matches
Logical structure

Declarations of interfaces for querying and manipulating logical structure, tagging, and marked content.
Logical Structure is a PDF feature, built on marked content, allowing for tagging of content in a PDF file to facilitate reflowing, understanding the logical document structure, and improved accessibility. More...

Classes

class  JawsMako::IMarkedContentDetails
 Details of Marked Content applied to an IDOMGroup. More...
 
class  JawsMako::IMarkedContentStructureDetails
 A subclass of IMarkedContentDetails that is created when the marked content is associated with the document's structure. More...
 
class  JawsMako::IMarkedContentArtifactDetails
 A subclass of IMarkedContentDetails that is created when the content is a logical structure Artifact. More...
 
class  JawsMako::IStructureElementReference
 A token-like class encapsulating a reference to a structure element. More...
 
class  JawsMako::IStructure
 Top level tracking structure describing the logical structure of the document. More...
 
class  JawsMako::IStructureElement
 A structure element in the structure tree. More...
 
class  JawsMako::IStructureElementChild
 A child of a structure element. Either points to actual marked content, or another structure element. More...
 
class  JawsMako::IStructureElementReferenceChild
 A child of a structure element that points to another structure element. More...
 
class  JawsMako::IStructureMarkedContentReferenceChild
 A child of a structure element that points to a piece of marked content. Note; to create these, please see IStructureElement::createMarkedContentReferencePair() More...
 
class  JawsMako::IStructureObjectReferenceChild
 A child of a structure element that points to a piece of marked content. These cannot be created directly. Instead use IStructureElement::appendObjectReferenceChild() or IStructureElement::insertObjectReferenceChild() More...
 

Detailed Description

Declarations of interfaces for querying and manipulating logical structure, tagging, and marked content.
Logical Structure is a PDF feature, built on marked content, allowing for tagging of content in a PDF file to facilitate reflowing, understanding the logical document structure, and improved accessibility.