ParagraphStyle
Обзор
ParagraphStyle это класс в Aspose.Note для Python.
ParagraphStyle.Default returns a ParagraphStyle instance initialized with default values.
Свойства
| 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. |
Методы
| Signature | Description |
|---|---|
| `init(FontName: str | None, FontSize: float |
Default() → ParagraphStyle | Returns a ParagraphStyle instance initialized with default formatting values |