LevelFormat
Vue de l’ensemble
‘LevelFormat’ est une classe dans Aspose.PDF FOSS pour Java.
Il représente les paramètres de formatage pour un seul niveau TOC.
Cette classe fournit 7 méthodes pour travailler avec les objets LevelFormat dans les programmes Java. Les méthodologies disponibles comprennent: ‘LevelFormate’, ‘getLineDash’, getMargin', ‘getTextState’, 'setLinDath', ’setMargine, ’ setTeXTSTATE’. 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 : ’lineDASH’, «margin , 'textStade.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
margin | MarginInfo | Read | Returns the margin for this TOC level. |
textState | TextState | Read | Returns the text state (font, size, color) for this TOC level. |
lineDash | int | Read | Returns the line dash style for the leader dots. |
méthodes
| Signature | Description |
|---|---|
LevelFormat() | Creates a LevelFormat with default settings. |
getMargin() → MarginInfo | Returns the margin for this TOC level. |
setMargin(margin: MarginInfo) | Sets the margin for this TOC level. |
getTextState() → TextState | Returns the text state (font, size, color) for this TOC level. |
setTextState(textState: TextState) | Sets the text state (font, size, color) for this TOC level. |
getLineDash() → int | Returns the line dash style for the leader dots. |
setLineDash(lineDash: int) | Sets the line dash style for the leader dots. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise