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