OMathRad Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the mathematical radical object, consisting of a radical, a base, and an optional degree.
public interface class OMathRad
[System.Runtime.InteropServices.Guid("67A7EEC5-285D-4024-B071-BD6B33B88547")]
public interface OMathRad
type OMathRad = interface
Public Interface OMathRad
- Attributes
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
Deg |
Returns an OMath object that represents the degree for a radical. Read-only. |
E |
Returns an OMath object that represents the base of the specified equation object. Read-only. |
HideDeg |
Returns or sets a Boolean that represents whether to hide the degree for a radical. Read/write. |
Parent |
Returns the parent of the specified OMathRad object. |