[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathRadical

Class OMathRadical

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

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

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

Properties

Degree

Gets the degree OMathElement of the structure.

public OMathElement Degree { get; }

Property Value

OMathElement

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.

public bool HideDegree { get; set; }

Property Value

bool

Radicand

Gets the radicand OMathElement of the structure.

public OMathElement Radicand { get; }

Property Value

OMathElement

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType