[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathAccent

OMathAccent Class

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

Inheritance
OMathAccent
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class OMathAccent : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathAccent
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)

Properties

Name Description
Base

Gets the accent base 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).

StructType

Gets the OMathStructType of the structure.