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

返回值

新边框框元素

另请参见