Aspose::Pdf::XmpPdfAExtensionField class
Contents
[
Hide
]XmpPdfAExtensionField class
This schema describes a field in a structured type. It is very similar to the PDF/A Property Value Type schema, but defines a field in a structure instead of a property. Schema namespace URI: http://www.aiim.org/pdfa/ns/field# Required schema namespace prefix: pdfaField.
class XmpPdfAExtensionField : public Aspose::Pdf::XmpPdfAExtensionObject
Methods
Method | Description |
---|---|
get_Name() const | Field name. Field names must be valid XML element names. |
get_ValueType() const | Field value type, drawn from XMP Specification 2004, or an embedded PDF/A value type extension schema. Predefined XMP type names or names of custom types. |
GetXml(System::SharedPtr<System::Xml::XmlDocument>) override | Returns the list of xml elements that represent field in xml tree. |
XmpPdfAExtensionField(System::String, System::String, System::String, System::String) | Initializes object. |
See Also
- Class XmpPdfAExtensionObject
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++