ConditionalStyleMask

ConditionalStyleMask

Overview

ConditionalStyleMask is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

Parsed <w:cnfStyle> 12-bit bitmask for banded-table regions.

This class provides 2 methods for working with ConditionalStyleMask objects in Python programs. Available methods include: from_val, to_val. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: bottom_left_cell, bottom_right_cell, even_column_banding, even_row_banding, first_column, first_row, and 6 more.

Properties

NameTypeAccessDescription
first_rowboolReadGets the first row.
last_rowboolReadGets the last row.
first_columnboolReadGets the first column.
last_columnboolReadGets the last column.
odd_column_bandingboolReadGets the odd column banding.
even_column_bandingboolReadGets the even column banding.
odd_row_bandingboolReadGets the odd row banding.
even_row_bandingboolReadGets the even row banding.
top_right_cellboolReadGets the top right cell.
top_left_cellboolReadGets the top left cell.
bottom_right_cellboolReadGets the bottom right cell.
bottom_left_cellboolReadGets the bottom left cell.

Methods

SignatureDescription
to_val()strSerialise back to the 12-char OOXML w:val string.
from_val(val: str)"ConditionalStyleMask"Parse the 12-char w:val attribute.

See Also