[]
Represents a group character Office Math structure, which consists of a character drawn above or below base element.
public class OMathGroupCharacter : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathGroupCharacter
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
Name | Description |
---|---|
Base | Gets the group character base OMathElement for the structure. |
Character | 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). |
Position | Gets or sets the position of the group character in the structure. Default value is Bottom. |
StructType | Gets the OMathStructType of the structure. |
VerticalJustification | 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. |