[]
Represents a bar Office Math structure, which consists of a base element and an overbar or underbar.
public class OMathBar : OMathStruct, IBrowsable<OMathStruct>
Gets the OMathElement to which the bar is applied.
public OMathElement Base { get; }
Gets or sets the position of the bar character.
Default value is Bottom.
public OMathVerticalJustification Position { get; set; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }