CreateMathBorderBox

CreateMathBorderBox(IMathElement)

Create a math border box by applying to the element

public IMathBorderBox CreateMathBorderBox(IMathElement element)
ParameterTypeDescription
elementIMathElementmath element to apply border box

Return Value

new border box element

See Also


CreateMathBorderBox(IMathElement, bool, bool, bool, bool, bool, bool, bool, bool)

Create a math border box by applying to the element

public IMathBorderBox CreateMathBorderBox(IMathElement element, bool hideTop, bool hideBottom, 
    bool hideLeft, bool hideRight, bool strikethroughHorizontal, bool strikethroughVertical, 
    bool strikethroughBottomLeftToTopRight, bool strikethroughTopLeftToBottomRight)
ParameterTypeDescription
elementIMathElementmath element to apply border box
hideTopBooleanHide Top Edge
hideBottomBooleanHide Bottom Edge
hideLeftBooleanHide Left Edge
hideRightBooleanHide Right Edge
strikethroughHorizontalBooleanBorder Box Strikethrough Horizontal
strikethroughVerticalBooleanBorder Box Strikethrough Vertical
strikethroughBottomLeftToTopRightBooleanBorder Box Strikethrough Bottom-Left to Top-Right
strikethroughTopLeftToBottomRightBooleanBorder Box Strikethrough Top-Left to Bottom-Right

Return Value

new border box element

See Also