XfaAccessor
Vue de l’ensemble
‘XfaAccessor’ est une classe dans Aspose.PDF FOSS pour .NET.
Il permet d’indéxer l’accès aux valeurs de champ XFA par voie.
Cette classe fournit 5 méthodes pour travailler avec les objets XfaAccessor dans des programmes .NET. Les méthodologies disponibles comprennent: ‘EndCachedUpdates’, ‘GetFieldNode’, GatFielTemplate', ‘GitFiellTempates’, 'GenNamespaceManager'. Tous les membres publics sont accessibles à n'importe quelle application .Net après l'installation de la FOSS Aspose.PDF pour le package .net. Propriétés: Dataets, FielsNames , 'Form', ''NomespaceManager et ‘Temple’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Form | Form | Read | The owning Form. |
Template | XmlNode? | Read | The XFA template root element, or null when no template is present in the XFA package. |
NamespaceManager | XmlNamespaceManager | Read | An XmlNamespaceManager pre-bound with the standard XFA prefixes (“tpl” → template, “xfa” → data, “datasets” → datasets). |
FieldNames | string[] | Read | Dotted-path field names for every |
Datasets | System.Xml.XmlElement? | Read | Get the XFA Datasets as an XmlElement. |
méthodes
| Signature | Description |
|---|---|
GetNamespaceManager() | Method-form alias for NamespaceManager. |
GetFieldTemplate(fieldName: string) | Get the template XmlNode for a single field by its dotted path (e.g. |
GetFieldTemplates() | All tpl:field nodes in the template. |
GetFieldNode(fieldName: string) | Get the XFA data node for a field by dotted path, or null. |
EndCachedUpdates() | Marker that callers use after a batch of field updates to signal “no more updates pending”. |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise