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

In This Topic
    IsLiteral Property
    In This Topic
    Gets or sets whether that characters in the Office Math run are literal.

    The default value is false, meaning that they are to be interpreted literally and not be built up based on any implied mathematical meaning.

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