Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathFormat Class / IsNormalText Property

In This Topic
    IsNormalText Property
    In This Topic
    Gets or sets whether the Office Math run is normal text, so properties Script, IsAlignmentPoint, BreakAt and OMathOptions.Font are ignored.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property IsNormalText As System.Boolean
    public System.bool IsNormalText {get; set;}
    See Also