Élément
Vue de l’ensemble
‘Element’ est une classe dans Aspose.PDF FOSS pour .NET.
Un node dans un arbre de structure logique PDF (le /StructTreeRoot /K sous-tree, plus leurs descendants / K).
Cette classe fournit 1 méthode pour travailler avec les objets Element dans des programmes .NET. Les méthodes disponibles comprennent: ‘Remove’ 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: ActualText', Alt, Children,EetLang`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
ActualText | string | Read/Write | The actual text content of this structure element (/ActualText entry). |
Alt | string | Read/Write | The alternate-text description (/Alt entry), used by assistive technology to read the element aloud. |
E | string | Read/Write | The expansion text for an abbreviation (/E entry). |
Lang | string | Read/Write | The natural-language code for the element’s text content (/Lang entry, e.g. |
Children | ElementCollection | Read | Child structure elements held under this element’s /K entry. |
Parent | Element? | Read | The element this one was attached to, or null when it is a root element. |
méthodes
| Signature | Description |
|---|---|
Remove() | Detach this element from its parent (drop it from the parent’s /K array). |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise