CreateMathBorderBox

CreateMathBorderBox(IMathElement)

通过应用于元素

public IMathBorderBox CreateMathBorderBox(IMathElement element)
范围类型描述
elementIMathElement创建数学边框数学元素应用边框

返回值

新边框元素

也可以看看


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)
范围类型描述
elementIMathElement创建数学边框应用边框的数学元素
hideTopBoolean隐藏顶部边缘
hideBottomBoolean隐藏底部边缘
hideLeftBoolean隐藏左边缘
hideRightBoolean隐藏右边缘
strikethroughHorizontalBoolean边界框水平删除线
strikethroughVerticalBoolean边界框垂直删除线
strikethroughBottomLeftToTopRightBoolean边框从左下到右上删除线
strikethroughTopLeftToBottomRightBoolean边框从左上到右下删除线

返回值

新边框元素

也可以看看