[]
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>
Public Class OMathRadical
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
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. |