[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathGroupCharacter

Class OMathGroupCharacter

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

Represents a group character Office Math structure, which consists of a character drawn above or below base element.

public class OMathGroupCharacter : OMathStruct, IBrowsable<OMathStruct>
Inheritance
object
OMathGroupCharacter
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Base

Gets the group character base OMathElement for the structure.

public OMathElement Base { get; }

Property Value

OMathElement

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).

public string Character { get; set; }

Property Value

string

Position

Gets or sets the position of the group character in the structure.

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

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.

public OMathVerticalJustification VerticalJustification { get; set; }

Property Value

OMathVerticalJustification