[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathRadical

OMathRadical Class

Represents a radical Office Math structure, which consists of a radical character, a base element, and an optional degree element.

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

Properties

Name Description
Degree

Gets the degree OMathElement of the structure.

HideDegree

Gets or sets whether the Degree element does not appear.

Default value is false.

Is this property is true and the Degree element is not empty Microsoft Word displays the contents of the degree in an unexpected place.

Radicand

Gets the radicand OMathElement of the structure.

StructType

Gets the OMathStructType of the structure.