[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathBar

Class OMathBar

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

Represents a bar Office Math structure, which consists of a base element and an overbar or underbar.

public class OMathBar : OMathStruct, IBrowsable<OMathStruct>
Inheritance
object
OMathBar
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 to which the bar is applied.

public OMathElement Base { get; }

Property Value

OMathElement

Position

Gets or sets the position of the bar character.

Default value is Bottom.

public OMathVerticalJustification Position { get; set; }

Property Value

OMathVerticalJustification

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType