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, locked, name, and 9 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.
table_style_propertieslist[TableStyleProperty]ReadGets the table style properties.
style_identifierintReadGets the style identifier.
built_inboolReadGets the built in.
priorityintReadGets the priority.
semi_hiddenboolReadGets the semi hidden.
unhide_when_usedboolReadGets the unhide when used.
lockedboolReadGets the locked.

See Also

 English