[]
        
(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
OMathBar
Implements
Inherited Members

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