FigureElement
Vue de l’ensemble
‘FigureElement’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: Elément.
Il représente un élément de structure d’illustration (Figure) dans l’arbre de structuration logique (ISO 32000-1:2008, §14.8.4.5).
Cette classe fournit 18 méthodes pour travailler avec des objets de FigureElement dans les programmes Java. Les méthodologies disponibles comprennent: ‘FigureElement’, ‘adjustPosition’, appendChild', ‘getAlternateDescription’, 'getAlexibleText', ’getImagePath', ‚getLanguage‘, 'getPositionSettings, ‘getaStructureElements , 'Geta StructureTeXTState et 6 méthode supplémentaires. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘alternativeDescriptions’, ‘‘alternatifTeXT’ , image Path` langue,‘‘position, ‘‘Constructure, 3’ et plus.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
imagePath | String | Read | Returns the image file path. |
text | String | Read | Returns the actual text (/ActualText) of this element. |
language | String | Read | Returns the language (/Lang) of this element. |
structureElement | StructureElement | Read | Returns the underlying structure element. |
title | String | Read | Returns the title (/T) of this element. |
alternateDescription | String | Read | Returns the alternate description (/Alt) of this element. |
structureTextState | StructureTextState | Read | Returns the structure text state for this element. |
alternativeText | String | Read | Returns the alternative text (/Alt) for this element. |
positionSettings | PositionSettings | Read | Returns the position settings for this element. |
méthodes
| Signature | Description |
|---|---|
FigureElement(se: StructureElement) | Creates a Figure element wrapping the given structure element. |
setImage(imagePath: String) | Sets the image file path for this figure element. |
getImagePath() → String | Returns the image file path. |
setText(text: String) | Sets the actual text (/ActualText) for this element. |
getText() → String | Returns the actual text (/ActualText) of this element. |
setLanguage(lang: String) | Sets the language (/Lang) for this element. |
getLanguage() → String | Returns the language (/Lang) of this element. |
appendChild(child: Element) | Appends a child element. |
getStructureElement() → StructureElement | Returns the underlying structure element. |
setTitle(title: String) | Sets the title (/T) for this element. |
getTitle() → String | Returns the title (/T) of this element. |
setAlternateDescription(alt: String) | Sets the alternate description (/Alt) for this element. |
getAlternateDescription() → String | Returns the alternate description (/Alt) of this element. |
getStructureTextState() → StructureTextState | Returns the structure text state for this element. |
setAlternativeText(text: String) | Sets the alternative text (/Alt) for this element. |
getAlternativeText() → String | Returns the alternative text (/Alt) for this element. |
adjustPosition(settings: PositionSettings) | Adjusts the position of this element using the given settings. |
getPositionSettings() → PositionSettings | Returns the position settings for this element. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise