public interface IMathBorderBoxFactory
Allows to create a math border box
Modifier and Type | Method and Description |
---|---|
IMathBorderBox |
createMathBorderBox(IMathElement element)
Create a math border box by applying to the element
|
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
|
IMathBorderBox createMathBorderBox(IMathElement element)
Create a math border box by applying to the element
element
- math element to apply border boxIMathBorderBox 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
element
- math element to apply border boxhideTop
- Hide Top EdgehideBottom
- Hide Bottom EdgehideLeft
- Hide Left EdgehideRight
- Hide Right EdgestrikethroughHorizontal
- Border Box Strikethrough HorizontalstrikethroughVertical
- Border Box Strikethrough VerticalstrikethroughBottomLeftToTopRight
- Border Box Strikethrough Bottom-Left to Top-RightstrikethroughTopLeftToBottomRight
- Border Box Strikethrough Top-Left to Bottom-Right