IMathBorderBoxFactory

public interface IMathBorderBoxFactory

Allows to create a math border box


For COM comparibility

Methods

MethodDescription
createMathBorderBox(IMathElement element)Create a math border box by applying to the element
createMathBorderBox(IMathElement element, boolean hideTop, boolean hideBottom, boolean hideLeft, boolean hideRight, boolean strikethroughHorizontal, boolean strikethroughVertical, boolean strikethroughBottomLeftToTopRight, boolean strikethroughTopLeftToBottomRight)Create a math border box by applying to the element

createMathBorderBox(IMathElement element)

public abstract IMathBorderBox createMathBorderBox(IMathElement element)

Create a math border box by applying to the element

Parameters:

ParameterTypeDescription
elementIMathElementmath element to apply border box

Returns: IMathBorderBox - new border box element

createMathBorderBox(IMathElement element, boolean hideTop, boolean hideBottom, boolean hideLeft, boolean hideRight, boolean strikethroughHorizontal, boolean strikethroughVertical, boolean strikethroughBottomLeftToTopRight, boolean strikethroughTopLeftToBottomRight)

public abstract IMathBorderBox createMathBorderBox(IMathElement element, boolean hideTop, boolean hideBottom, boolean hideLeft, boolean hideRight, boolean strikethroughHorizontal, boolean strikethroughVertical, boolean strikethroughBottomLeftToTopRight, boolean strikethroughTopLeftToBottomRight)

Create a math border box by applying to the element

Parameters:

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

Returns: IMathBorderBox - new border box element