Style
Overview
Style is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Style.name is the identifier string of the style.
Properties: base_style_name, built_in, font, is_heading, name, next_paragraph_style_name, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Gets the name. |
type | int | Read | Gets the type. |
is_heading | bool | Read | Gets the is heading. |
base_style_name | str | Read | Gets the base style name. |
next_paragraph_style_name | str | Read | Gets the next paragraph style name. |
paragraph_format | ParagraphFormat | None | Read | Gets the paragraph format. |
font | Font | None | Read | Gets the font. |
table_style_format | TableStyleFormat | None | Read | Gets the table style format. |
style_identifier | int | Read | Gets the style identifier. |
built_in | bool | Read | Gets the built in. |
priority | int | Read | Gets the priority. |