ParagraphStyle
Vue de l’ensemble
‘ParagraphStyle’ est une classe dans Aspose.Note FOSS pour Python.
ParagraphStyle.Default retourne une instance paragrafSyle initialisée avec des valeurs de formatisation par défaut.
Cette classe fournit 2 méthodes pour travailler avec des objets de style Paragraph dans les programmes Python. Les méthodologies disponibles comprennent: Default, __init__. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation du pack Aspose.Note FOSS pour Pyathon. Propriétés: ‘FontColor’, ‘Signal’, ‘Size’, ‘Highlight’, IsBold et 5 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
FontStyle | int | Read | Gets the font style. |
FontName | `` | Read | Gets the font name. |
FontSize | `` | Read | Gets the font size. |
FontColor | `` | Read | Gets the font color. |
Highlight | `` | Read | Gets the highlight. |
IsBold | `` | Read | Gets the is bold. |
IsItalic | `` | Read | Gets the is italic. |
IsUnderline | `` | Read | Gets the is underline. |
IsStrikethrough | `` | Read | Gets the is strikethrough. |
IsSuperscript | `` | Read | Gets the is superscript. |
IsSubscript | `` | Read | Gets the is subscript. |
méthodes
| Signature | Description |
|---|---|
| `init(FontName: str | None, FontSize: float |
Default() → ParagraphStyle | Returns a ParagraphStyle instance initialized with default formatting values |
Voir aussi
- Aspose.Note — référence API d’entreprise