![]() |
#include <FDFField.h>
Public Member Functions | |
FDFField (SDF::Obj field_dict, SDF::Obj fdf_dict) | |
Construct a FDF::FDFField from a SDF dictionary representing a terminal field node. | |
FDFField (const FDFField &p) | |
FDFField & | operator= (const FDFField &p) |
SDF::Obj | GetValue () |
void | SetValue (SDF::Obj value) |
Sets the value of the FDFField (the value of the field's /V key). | |
UString | GetName () |
UString | GetPartialName () |
SDF::Obj | GetSDFObj () const |
SDF::Obj | FindAttribute (const char *attrib) const |
The function returns the specified attribute. | |
operator bool () |
Construct a FDF::FDFField from a SDF dictionary representing a terminal field node.
pdftron::FDF::FDFField::FDFField | ( | const FDFField & | p | ) |
SDF::Obj pdftron::FDF::FDFField::GetValue | ( | ) |
void pdftron::FDF::FDFField::SetValue | ( | SDF::Obj | value | ) |
Sets the value of the FDFField (the value of the field's /V key).
UString pdftron::FDF::FDFField::GetName | ( | ) |
UString pdftron::FDF::FDFField::GetPartialName | ( | ) |
SDF::Obj pdftron::FDF::FDFField::GetSDFObj | ( | ) | const |
SDF::Obj pdftron::FDF::FDFField::FindAttribute | ( | const char * | attrib | ) | const |
The function returns the specified attribute.
pdftron::FDF::FDFField::operator bool | ( | ) | [inline] |