Aspose::Pdf::XmpPdfAExtensionSchema class
Contents
[
Hide
]XmpPdfAExtensionSchema class
Describes the XMP extension schema which is provided by PDF/A-1.
class XmpPdfAExtensionSchema : public System::Object
Methods
Method | Description |
---|---|
Add(System::SharedPtr<XmpPdfAExtensionObject>) | Adds new object into schema. |
Contains(System::SharedPtr<XmpPdfAExtensionObject>) | Determines whether obj exists in schema. |
get_Description() const | Gets the schema description. |
get_Objects() const | Gets the list of objects (properties, value types). |
GetProperty(System::String) | Returns PDF/A property by its name. |
GetSchemaXml(System::SharedPtr<System::Xml::XmlDocument>) | Returns the xml element (tag - li) that represents schema in xml tree. |
GetValuesXml(System::SharedPtr<System::Xml::XmlDocument>, System::SharedPtr<System::Xml::XmlElement>) | Gets the values of properties as xml tree representation. |
Remove(System::SharedPtr<XmpPdfAExtensionObject>) | Removes the object from schema. |
XmpPdfAExtensionSchema(System::SharedPtr<XmpPdfAExtensionSchemaDescription>) | Initializes new object. |
Fields
Field | Description |
---|---|
static DefaultExtensionNamespacePrefix | Default extension namespace prefix. |
static DefaultExtensionNamespaceUri | Default extension namespace uri. |
static DefaultFieldNamespacePrefix | Default field namespace prefix. |
static DefaultFieldNamespaceUri | Default extension namespace uri. |
static DefaultPropertyNamespacePrefix | Default property namespace prefix. |
static DefaultPropertyNamespaceUri | Default property namespace uri. |
static DefaultSchemaNamespacePrefix | Default schema namespace prefix. |
static DefaultSchemaNamespaceUri | Default schema namespace uri. |
static DefaultValueNamespaceUri | Default value namespace uri. |
static DefaultValueTypeNamespacePrefix | Default valie type namespace prefix. |
static RdfNamespaceURI | Default rdf namespace uri. |
static RdfPrefix | Default rdf namespace prefix. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++