ParagraphStyle

Overview

ParagraphStyle is a class in Aspose.Note for Python.

ParagraphStyle.Default returns a ParagraphStyle instance initialized with default values.

Properties

NameTypeAccessDescription
FontStyleintReadGets or sets the font style as an integer flag

Methods

SignatureDescription
__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()ParagraphStyleReturns a ParagraphStyle instance initialized with default values