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

In This Topic
    BreakAt Property (OMathFormat)
    In This Topic
    Gets 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.

    Syntax
    'Declaration
     
    Public Property BreakAt As System.Integer
    public System.int BreakAt {get; set;}
    See Also