[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathBorderBox

Class OMathBorderBox

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a border box Office Math structure, which consists of a border drawn around a base element.

public class OMathBorderBox : OMathStruct, IBrowsable<OMathStruct>
Inheritance
object
OMathBorderBox
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Base

Gets the OMathElement around which the border box is drawn.

public OMathElement Base { get; }

Property Value

OMathElement

HideBottom

Gets or sets whether to hide the bottom edge of the border box.

Default value is false.

public bool HideBottom { get; set; }

Property Value

bool

HideLeft

Gets or sets whether to hide the left edge of the border box.

Default value is false.

public bool HideLeft { get; set; }

Property Value

bool

HideRight

Gets or sets whether to hide the right edge of the border box.

Default value is false.

public bool HideRight { get; set; }

Property Value

bool

HideTop

Gets or sets whether to hide the top edge of the border box.

Default value is false.

public bool HideTop { get; set; }

Property Value

bool

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.

public bool StrikeBottomLeftToTopRight { get; set; }

Property Value

bool

StrikeHorizontal

Gets or sets whether to show the strikethrough horizontal line of the border box.

Default value is false.

public bool StrikeHorizontal { get; set; }

Property Value

bool

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.

public bool StrikeTopLeftToBottomRight { get; set; }

Property Value

bool

StrikeVertical

Gets or sets whether to show the strikethrough vertical line of the border box.

Default value is false.

public bool StrikeVertical { get; set; }

Property Value

bool

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType