ParagraphStyle
Overview
ParagraphStyle is a class in Aspose.Note FOSS for Python.
ParagraphStyle.Default returns a ParagraphStyle instance initialized with default formatting values.
This class provides 2 methods for working with ParagraphStyle objects in Go programs.
Available methods include: Default, __init__.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: FontColor, FontName, FontSize, FontStyle, Highlight, IsBold, and 5 more.
Properties
| 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. |
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 formatting values |