[]
Represents a group character Office Math structure, which consists of a character drawn above or below base element.
public class OMathGroupCharacter : OMathStruct, IBrowsable<OMathStruct>
Gets the group character base OMathElement for the structure.
public OMathElement Base { get; }
Gets or sets the group character to be attached to the base of the structure.
The value cannot be null and its length cannot be more than one character.
Empty string value means the character is absent.
Default value is Unicode character U+23DF (BOTTOM CURLY BRACKET).
public string Character { get; set; }
Gets or sets the position of the group character in the structure.
Default value is Bottom.
public OMathVerticalJustification Position { get; set; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }
Gets or sets the vertical layout of the group character structure.
This property combines with the Position property. For example, when the group character is above, VerticalJustification of top signifies that the top of the structure falls on the baseline; when VerticalJustification is set to bot, the bottom of the structure is on the baseline.
Default value is Top.
public OMathVerticalJustification VerticalJustification { get; set; }