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

NameTypeAccessDescription
namestrReadGets the name.
typeintReadGets the type.
is_headingboolReadGets the is heading.
base_style_namestrReadGets the base style name.
next_paragraph_style_namestrReadGets the next paragraph style name.
paragraph_formatParagraphFormat | NoneReadGets the paragraph format.
fontFont | NoneReadGets the font.
table_style_formatTableStyleFormat | NoneReadGets the table style format.
style_identifierintReadGets the style identifier.
built_inboolReadGets the built in.
priorityintReadGets the priority.

See Also