Interface IOfficeMathGroupCharacter
Represents a group character object, consisting of a character drawn above or below text, often with the purpose of visually grouping items.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathGroupCharacter : IOfficeMathFunctionBase, IOfficeMathEntity
Properties
ControlProperties
Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.
Declaration
IOfficeRunFormat ControlProperties { get; set; }
Property Value
Type |
---|
IOfficeRunFormat |
Equation
Gets an IOfficeMath object that represents the base of the specified equation object.
Declaration
IOfficeMath Equation { get; }
Property Value
Type |
---|
IOfficeMath |
GroupCharacter
Gets or sets a string that represents the character placed above or below text in a group character object. Read/write.
Declaration
string GroupCharacter { get; set; }
Property Value
Type |
---|
System.String |
HasAlignTop
Gets or sets a value that represents whether the grouping character is aligned vertically with the surrounding text or whether the base text that is either above or below the grouping character is aligned vertically with the surrounding text. Read/write.
Declaration
bool HasAlignTop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if the grouping character is aligned vertically with the surrounding text ; otherwise, false. |
HasCharacterTop
Gets or sets a valuen that represents whether the grouping character is placed above the base text of the group character object. Read/write.
Declaration
bool HasCharacterTop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if the grouping character is placed above the base text of the group character object; otherwise, false. |