[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathBox.NoBreak

NoBreak Property

NoBreak

Gets or sets whether breaks can occur inside box.

This can be important for operator emulators that consist of more than one binary operator.

If the IsOperatorEmulator property is set to true the value of this property is always true.

Default value is true.

Declaration
public bool NoBreak { get; set; }
Public Property NoBreak As Boolean