MathBorderBoxFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathBorderBoxFactory

public class MathBorderBoxFactory implements IMathBorderBoxFactory

Allows to create a math border box


For COM comparibility

Constructors

ConstructorDescription
MathBorderBoxFactory()

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

MathBorderBoxFactory()

public MathBorderBoxFactory()

createMathBorderBox(IMathElement element)

public final 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 final 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