[]
Compose a style into this style
public bool Compose(TableElementStyle elementStyle, bool isTop, bool isBottom, bool isLeft, bool isRight)
Public Function Compose(elementStyle As TableElementStyle, isTop As Boolean, isBottom As Boolean, isLeft As Boolean, isRight As Boolean) As Boolean
Type | Name | Description |
---|---|---|
TableElementStyle | elementStyle | A TableElementStyle object. |
bool | isTop | Specifies the top location for inner border merging |
bool | isBottom | Specifies the bottom location for inner border merging |
bool | isLeft | Specifies the left location for inner border merging |
bool | isRight | Specifies the right location for inner border merging |
Type | Description |
---|---|
bool | True if style is merged, false if there is no style able to merge in (mean full style set for parent). |