XmpPdfAExtensionValueType

XmpPdfAExtensionValueType

Vue de l’ensemble

‘XmpPdfAExtensionValueType’ est une classe dans Aspose.PDF FOSS pour .NET.

Une extension PDF/A XMP est un type de valeur structuré, qui détient ses champs.

Cette classe fournit 6 méthodes pour travailler avec les objets de type XmpPdfAExtensionValue dans des programmes .NET. Les méthodologies disponibles comprennent: ‘Add’, ‘Adderange’, Clear', ‘GetXml’, 'Remove', ’XmpFdfEextensionType'. Tous les membres publics sont accessibles à n'importe quelle application .Net après avoir installé l'Aspouse.PDF FOSS pour le package .net. Propriétés: Description, Fields,NamespaceUri., PrefixetTyp`.

Propriétés

NameTypeAccessDescription
TypestringReadType name as referenced from properties’ valueType.
NamespaceUristringReadNamespace URI declaring this value type.
PrefixstringReadNamespace prefix bound to NamespaceUri.
DescriptionstringReadHuman-readable description of the value type.
FieldsIList<XmpPdfAExtensionField>ReadFields declared by this value type.

méthodes

SignatureDescription
XmpPdfAExtensionValueType(type: string, namespaceUri: string, prefix: string, description: string)Construct with type name, namespace URI, prefix, and description.
Add(field: XmpPdfAExtensionField)Add a single field.
AddRange(fields: XmpPdfAExtensionField[])Add an array of fields.
Clear()Remove every field.
Remove(field: XmpPdfAExtensionField)Remove the given field.
GetXml(xmlDocument: XmlDocument)Render this value type as XML elements.

Voir aussi

  • Aspose.PDF pour .NET — API d’entreprise
 Français