ParagraphStyle
General
ParagraphStyle és una classe en Aspose.Note per a Python.
ParagraphStyle.Default retorna una instància de ParagraphStyle iniciada amb valors predeterminats.
Propietats
| 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ètodes
| Signature | Description |
|---|---|
| `init(FontName: str | None, FontSize: float |
Default() → ParagraphStyle | Returns a ParagraphStyle instance initialized with default formatting values |
Default() → ParagraphStyle | Returns a ParagraphStyle instance initialized with default values |