OMathGroupChar Interface

Definition

Represents a group character object, consisting of a character drawn above or below text, often with the purpose of visually grouping items.

public interface class OMathGroupChar
[System.Runtime.InteropServices.Guid("02B17CB4-7D55-4B34-B38B-10381433441F")]
public interface OMathGroupChar
type OMathGroupChar = interface
Public Interface OMathGroupChar
Attributes

Remarks

Generally, this character is a curly brace, bracket, or arrow but it can be any character.

Properties

AlignTop

Returns or sets a Boolean 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.

Application

Returns a _Application object that represents the Microsoft Word application.

Char

Returns or sets a Short that represents the character placed above or below text in a group character object. Read/write.

CharTop

Returns or sets a Boolean that represents whether the grouping character is placed above the base text of the group character object. Read/write.

Creator

Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only.

E

Returns a OMath object that represents the base of the specified equation object. Read-only.

Parent

Returns the parent object of the specified OMathGroupChar object.

Applies to