ParagraphStyle

Pengamatan umum

ParagraphStyle adalah kelas di Aspose.Note untuk Python.

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

Sifat-sifatnya

NameTypeAccessDescription
FontStyleintReadGets the font style.
FontName``ReadGets the font name.
FontSize``ReadGets the font size.
FontColor``ReadGets the font color.
Highlight``ReadGets the highlight.
IsBold``ReadGets the is bold.
IsItalic``ReadGets the is italic.
IsUnderline``ReadGets the is underline.
IsStrikethrough``ReadGets the is strikethrough.
IsSuperscript``ReadGets the is superscript.
IsSubscript``ReadGets the is subscript.

Metode-metode yang digunakan

SignatureDescription
`init(FontName: strNone, FontSize: float
Default()ParagraphStyleReturns a ParagraphStyle instance initialized with default formatting values
 Bahasa Indonesia