IMathBorderBox
Contents
[
Hide
]IMathBorderBox interface
Draws a rectangular or some other border around the IMathElement.
public interface IMathBorderBox : IMathElement
Properties
| Name | Description |
|---|---|
| AsIMathElement { get; } | Allows to get base IMathElement interface IMathElement |
| Base { get; } | Base argument |
| HideBottom { get; set; } | Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box. |
| HideLeft { get; set; } | Hide Left Edge (default is false) - specifies the hidden or shown state of the left edge of border box. |
| HideRight { get; set; } | Hide Right Edge (default is false) - specifies the hidden or shown state of the right edge of border box. |
| HideTop { get; set; } | Hide Top Edge (default is false) - specifies the hidden or shown state of the top edge of border box. |
| StrikethroughBottomLeftToTopRight { get; set; } | Strikethrough Bottom-Left to Top-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the bottom-left corner to the top-right corner of border box. |
| StrikethroughHorizontal { get; set; } | Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line. |
| StrikethroughTopLeftToBottomRight { get; set; } | Strikethrough Top-Left to Bottom-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the top-left corner to the bottom-right corner of border box. |
| StrikethroughVertical { get; set; } | Strikethrough Vertical (default is false) - specifies the hidden or shown state of a strikethrough vertical line. |
Examples
Example:
[C#]
IMathBorderBox borderBox = new MathematicalText("x+y+z").ToBorderBox();
See Also
- interface IMathElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides