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边框盒从左上到右下的删除线

返回值

新的边框盒元素

另请参见