OMathBreaks 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 a collection of OMathBreak objects that represent all the line breaks in an equation.
public interface class OMathBreaks
[System.Runtime.InteropServices.Guid("E2E0F3A7-204C-40C5-BAA5-290F374FDF5A")]
public interface OMathBreaks
type OMathBreaks = interface
Public Interface OMathBreaks
- Attributes
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the OMathBreaks collection. Read-only. |
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 OMathBreaks object. |
Methods
Add(Range) |
Inserts a break into an equation and returns an OMathBreak object that represents the break. |
Item(Int32) |
Returns a OMathBreak object that represents the specified item in the collection. |