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

NameTypeAccessDescription
FormFormReadThe owning Form.
TemplateXmlNode?ReadThe XFA template root element, or null when no template is present in the XFA package.
NamespaceManagerXmlNamespaceManagerReadAn XmlNamespaceManager pre-bound with the standard XFA prefixes (“tpl” → template, “xfa” → data, “datasets” → datasets).
FieldNamesstring[]ReadDotted-path field names for every element in the XFA template, indexed by document order so each repeated subform/field gets its own [N] suffix.
DatasetsSystem.Xml.XmlElement?ReadGet the XFA Datasets as an XmlElement.

méthodes

SignatureDescription
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
 Français