[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathAccent

Class OMathAccent

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

Represents an accent Office Math structure, which consists of a base element and a combining diacritical mark.

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

Properties

Base

Gets the accent base OMathElement.

public OMathElement Base { get; }

Property Value

OMathElement

Character

Gets or sets the 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 accent character is absent.

Default value is Unicode character U+0302 (ACCENT, COMBINING CIRCUMFLEX).

public string Character { get; set; }

Property Value

string

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType