public interface ITableFormat
Represents format of a table.
| Modifier and Type | Method and Description |
|---|---|
ITableFormatEffectiveData |
getEffective()
Gets effective table formatting properties with inheritance and table styles applied.
|
IFillFormat |
getFillFormat()
Returns a table fill properties object.
|
float |
getTransparency()
Gets or sets the transparency of the fill color.
|
void |
setTransparency(float value)
Gets or sets the transparency of the fill color.
|
IFillFormat getFillFormat()
Returns a table fill properties object.
Read-only IFillFormat.
float getTransparency()
Gets or sets the transparency of the fill color.
Read/write float.
void setTransparency(float value)
Gets or sets the transparency of the fill color.
Read/write float.
ITableFormatEffectiveData getEffective()
Gets effective table formatting properties with inheritance and table styles applied.
ITableFormatEffectiveData.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.