get_effective method
get_effective
Gets effective table cell formatting properties with inheritance and table styles applied.
Returns
def get_effective(self):
...
Examples
This example demonstrates getting effective fill format for different table logic parts. Please note that cell formatting always has higher priority than row formatting, row - higher than column, column - higher that whole table. So finally CellFormatEffectiveData properties always used to draw the table. The following code is just an example of API.
See Also
- class
CellFormat
- class
ICellFormatEffectiveData
- module
aspose.slides
- library
Aspose.Slides