public interface IBaseTableFormatEffectiveData
Base interface for immutable objects which contain effective table formatting properties.
Modifier and Type | Method and Description |
---|---|
ILineFormatEffectiveData |
getBorderBottom()
Returns bottom border line format effective value.
|
ILineFormatEffectiveData |
getBorderDiagonalDown()
Returns down diagonal line format effective value.
|
ILineFormatEffectiveData |
getBorderDiagonalUp()
Returns up diagonal line format effective value.
|
ILineFormatEffectiveData |
getBorderLeft()
Returns left border line format effective value.
|
ILineFormatEffectiveData |
getBorderRight()
Returns right border line format effective value.
|
ILineFormatEffectiveData |
getBorderTop()
Returns top border line format effective value.
|
IFillFormatEffectiveData |
getFillFormat()
Returns fill format effective value.
|
IFillFormatEffectiveData getFillFormat()
Returns fill format effective value.
Read-only IFillFormatEffectiveData
.
ILineFormatEffectiveData getBorderLeft()
Returns left border line format effective value.
Read-only ILineFormatEffectiveData
.
ILineFormatEffectiveData getBorderTop()
Returns top border line format effective value.
Read-only ILineFormatEffectiveData
.
ILineFormatEffectiveData getBorderRight()
Returns right border line format effective value.
Read-only ILineFormatEffectiveData
.
ILineFormatEffectiveData getBorderBottom()
Returns bottom border line format effective value.
Read-only ILineFormatEffectiveData
.
ILineFormatEffectiveData getBorderDiagonalDown()
Returns down diagonal line format effective value.
Read-only ILineFormatEffectiveData
.
ILineFormatEffectiveData getBorderDiagonalUp()
Returns up diagonal line format effective value.
Read-only ILineFormatEffectiveData
.