ParagraphStyle
Overview
ParagraphStyle is a class in Aspose.Note for Python.
ParagraphStyle.Default returns a ParagraphStyle instance initialized with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FontStyle | int | Read | Gets or sets the font style as an integer flag |
Methods
| Signature | Description |
|---|---|
__init__(FontName: str | None, FontSize: float | None, FontColor: int | None, Highlight: int | None, IsBold: bool, IsItalic: bool, IsUnderline: bool, IsStrikethrough: bool, IsSuperscript: bool, IsSubscript: bool) | |
Default() → ParagraphStyle | Returns a ParagraphStyle instance initialized with default values |