Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathFormat Class
Properties Methods

In This Topic
    OMathFormat Class Members
    In This Topic

    The following tables list the members exposed by OMathFormat.

    Public Properties
     NameDescription
    Public PropertyGets or sets whether there is a line break at the start of the Office Math run, such that the line wraps at the start of the Office Math run.

    If IsNormalText is true, the returned value is always -1.

    Allowed values are from -1 to 255, inclusive.

    When the value is -1, the Office Math run does not manually break onto the next line.

    When the value is 0, the Office Math run manually breaks onto the next line and is aligned with the beginning of the previous line.

    When the value is greater than 0, the Office Math run manually breaks onto the next line and is aligned with the specified index of the operator on the previous line.

    Default value is -1.

     
    Public PropertyGets or sets whether the Office Math run is an alignment point. If true, the designated alignment points in other equations can be aligned with it.

    If IsNormalText is true, the returned value is always false.

    The default value is false.

     
    Public PropertyGets 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.

     
    Public PropertyGets 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.

     
    Public PropertyGets or sets the script applied to the characters in the Office Math run.

    If IsNormalText is true, the returned value is always OMathScript.None.

    The default value is OMathScript.Roman.

     
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodServes as the default hash function.  
    Top
    See Also