XmpPdfAExtensionSchema
Vue de l’ensemble
‘XmpPdfAExtensionSchema’ est une classe dans Aspose.PDF FOSS pour .NET.
Un schéma d’extension PDF/A XMP, qui contient une description et ses objets associés XmpPdfAExtension.
Cette classe fournit 7 méthodes pour travailler avec les objets XmpPdfAExtensionSchema dans des programmes .NET. Les méthodologies disponibles comprennent: ‘Add’, ‘Contains’, GetProperty', ‘GatSchimaXml’, 'GitValuesXML', ’Remove', ‚XmpFdfEextension Schema. Tous les membres publics sont accessibles à n’importe quelle application .Net après avoir installé l’Aspose.PDF FOSS pour le package .net. Propriétés: DefaultE ExtensionNamespacePrefix, DefultÉxtensionNamaSphereUri , DefaultsFieldNamiServiceUre et plus de 8
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Description | XmpPdfAExtensionSchemaDescription | Read | Schema description. |
Objects | List<XmpPdfAExtensionObject> | Read | Extension objects belonging to this schema. |
DefaultExtensionNamespacePrefix | string | Read | Default prefix used for the extension namespace declaration. |
DefaultExtensionNamespaceUri | string | Read | Default URI used for the extension namespace declaration. |
DefaultFieldNamespacePrefix | string | Read | Default prefix used for the extension-field namespace declaration. |
DefaultFieldNamespaceUri | string | Read | Default URI used for the extension-field namespace declaration. |
DefaultPropertyNamespacePrefix | string | Read | Default prefix used for the extension-property namespace declaration. |
DefaultPropertyNamespaceUri | string | Read | Default URI used for the extension-property namespace declaration. |
DefaultSchemaNamespacePrefix | string | Read | Default prefix used for the extension-schema namespace declaration. |
DefaultSchemaNamespaceUri | string | Read | Default URI used for the extension-schema namespace declaration. |
DefaultValueNamespaceUri | string | Read | Default URI used for value-type values. |
DefaultValueTypeNamespacePrefix | string | Read | Default prefix used for value-type declarations. |
RdfNamespaceURI | string | Read | URI for the RDF namespace used to wrap PDF/A extension metadata. |
RdfPrefix | string | Read | Prefix conventionally bound to RdfNamespaceURI. |
méthodes
| Signature | Description |
|---|---|
XmpPdfAExtensionSchema(description: XmpPdfAExtensionSchemaDescription) | Construct a schema with the given description. |
Add(obj: XmpPdfAExtensionObject) | Append obj to Objects. |
Contains(obj: XmpPdfAExtensionObject) | Whether Objects contains obj. |
Remove(obj: XmpPdfAExtensionObject) | Remove obj from Objects if present. |
GetProperty(name: string) | Locate a property by name; returns null when none match. |
GetSchemaXml(xmlDocument: XmlDocument) | Render the schema header (description + namespaces) as XML. |
GetValuesXml(xmlDocument: XmlDocument, rootElement: XmlElement) | Render the schema values (property/field entries) into rootElement. |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise