OMathBreak Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents individual line breaks in an equation. Each OMathBreak object is a member of the OMathBreaks collection.
public interface class OMathBreak
[System.Runtime.InteropServices.Guid("65E515D5-F50B-4951-8F38-FA6AC8707387")]
public interface OMathBreak
type OMathBreak = interface
Public Interface OMathBreak
- Attributes
Properties
AlignAt |
Returns or sets an Integer that represents the operator in one line, to which Microsoft Office Word aligns consecutive lines in an equation. Read/write. |
Application |
Returns a _Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
Parent |
Returns the parent object of the specified OMathBreak object. |
Range |
Returns a Range object that represents the portion of a document that is contained in the specified object. Read-only. |
Methods
Delete() |
Deletes the specified line break. |