[]
Represents a border box Office Math structure, which consists of a border drawn around a base element.
public class OMathBorderBox : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathBorderBox
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
Name | Description |
---|---|
Base | Gets the OMathElement around which the border box is drawn. |
HideBottom | Gets or sets whether to hide the bottom edge of the border box. Default value is false. |
HideLeft | Gets or sets whether to hide the left edge of the border box. Default value is false. |
HideRight | Gets or sets whether to hide the right edge of the border box. Default value is false. |
HideTop | Gets or sets whether to hide the top edge of the border box. Default value is false. |
StrikeBottomLeftToTopRight | Gets or sets whether to show the strikethrough diagonal line from the bottom-left corner to the top-right corner of the border box. Default value is false. |
StrikeHorizontal | Gets or sets whether to show the strikethrough horizontal line of the border box. Default value is false. |
StrikeTopLeftToBottomRight | Gets or sets whether to show the strikethrough diagonal line from the top-left corner to the bottom-right corner of the border box. Default value is false. |
StrikeVertical | Gets or sets whether to show the strikethrough vertical line of the border box. Default value is false. |
StructType | Gets the OMathStructType of the structure. |