![]() |
#include <AttrObj.h>
Public Member Functions | |
AttrObj (SDF::Obj dict=SDF::Obj(0)) | |
Initialize a AttrObj using an existing low-level Cos/SDF object. | |
AttrObj (const AttrObj &a) | |
AttrObj & | operator= (const AttrObj &a) |
const char * | GetOwner () const |
SDF::Obj | GetSDFObj () const |
The attribute information is held in one or more attribute objects associated with the structure element. An attribute object is a dictionary or stream that includes an entry identifying the application or plug-in that owns the attribute information. Other entries represent the attributes: the keys are attribute names, and values are the corresponding attribute values.
Initialize a AttrObj using an existing low-level Cos/SDF object.
dict | - a low-level (SDF/Cos) dictionary representing the attribute object. |
pdftron::PDF::Struct::AttrObj::AttrObj | ( | const AttrObj & | a | ) |
const char* pdftron::PDF::Struct::AttrObj::GetOwner | ( | ) | const |
SDF::Obj pdftron::PDF::Struct::AttrObj::GetSDFObj | ( | ) | const |