CreateMathBorderBox
CreateMathBorderBox(IMathElement)
通过应用于元素创建数学边框框
public IMathBorderBox CreateMathBorderBox(IMathElement element)
参数 | 类型 | 描述 |
---|---|---|
element | IMathElement | 要应用边框箱的数学元素 |
返回值
新边框框元素
另请参见
- 接口 IMathBorderBox
- 接口 IMathElement
- 接口 IMathBorderBoxFactory
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides
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 | 边框框从左上到右下的删除线 |
返回值
新边框框元素