CreateMathBorderBox
CreateMathBorderBox(IMathElement)
通过应用于元素创建数学边框盒
public IMathBorderBox CreateMathBorderBox(IMathElement element)
参数 | 类型 | 描述 |
---|---|---|
element | IMathElement | 要应用边框盒的数学元素 |
返回值
新的边框盒元素
另请参见
CreateMathBorderBox(IMathElement, bool, bool, bool, bool, bool, bool, bool, bool)
通过应用于元素创建数学边框盒
public IMathBorderBox CreateMathBorderBox(IMathElement element, bool hideTop, bool hideBottom,
bool hideLeft, bool hideRight, bool strikethroughHorizontal, bool strikethroughVertical,
bool strikethroughBottomLeftToTopRight, bool strikethroughTopLeftToBottomRight)
参数 | 类型 | 描述 |
---|---|---|
element | IMathElement | 要应用边框盒的数学元素 |
hideTop | Boolean | 隐藏上边缘 |
hideBottom | Boolean | 隐藏下边缘 |
hideLeft | Boolean | 隐藏左边缘 |
hideRight | Boolean | 隐藏右边缘 |
strikethroughHorizontal | Boolean | 边框盒横向删除线 |
strikethroughVertical | Boolean | 边框盒纵向删除线 |
strikethroughBottomLeftToTopRight | Boolean | 边框盒从左下到右上的删除线 |
strikethroughTopLeftToBottomRight | Boolean | 边框盒从左上到右下的删除线 |
返回值
新的边框盒元素