clase Aspose::Pdf::XmpPdfAExtensionValueType

XmpPdfAExtensionValueType class

El esquema PDF/A ValueType es requerido para todos los tipos de valor de propiedad que no están definidos en la especificación XMP 2004, es decir, para tipos de valor fuera de la siguiente lista:

class XmpPdfAExtensionValueType : public Aspose::Pdf::XmpPdfAExtensionObject

Métodos

MétodoDescripción
Add(const System::SharedPtr<XmpPdfAExtensionField>&)Agregar nuevo campo.
AddRange(const System::ArrayPtr<System::SharedPtr<XmpPdfAExtensionField>>&)Agrega el rango de campos.
Clear()Borra todos los campos.
get_Fields() constObtiene la lista de campos.
get_NamespaceUri() constObtiene el URI del espacio de nombres.
get_Prefix() constObtiene el prefijo.
get_Type() constObtiene el tipo de valor.
GetXml(System::SharedPtr<System::Xml::XmlDocument>) overrideDevuelve la lista de elementos xml que representan el tipo de valor en el árbol xml.
Remove(const System::SharedPtr<XmpPdfAExtensionField>&)Elimina el campo de la lista de campos.
XmpPdfAExtensionValueType(const System::String&, const System::String&, const System::String&, const System::String&)Inicializa un nuevo objeto.

Observaciones

  • Array types (these are container types which may contain one or more fields): Alt, Bag, Seq
  • Basic value types: Boolean, (open and closed) Choice, Date, Dimensions, Integer, Lang Alt, Locale, MIMEType, ProperName, Real, Text, Thumbnail, URI, URL, XPath
  • Media Management value types: AgentName, RenditionClass, ResourceEvent, ResourceRef, Version
  • Basic Job/Workflow value type: Job
  • EXIF schema value types: Flash, CFAPattern, DeviceSettings, GPSCoordinate, OECF/SFR, Rational Schema namespace URI: http://www.aiim.org/pdfa/ns/type# Required schema namespace prefix: pdfaType

Ver también