OMathDelim 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 delimiter object, consisting of opening and closing delimiters (such as parentheses, braces, brackets, or vertical bars), and one or more elements contained inside the delimiters.
public interface class OMathDelim
[System.Runtime.InteropServices.Guid("C94688A6-A2A7-4133-A26D-726CD569D5F3")]
public interface OMathDelim
type OMathDelim = interface
Public Interface OMathDelim
- Attributes
Properties
Application |
Returns a _Application object that represents the Microsoft Word application. |
BegChar |
Returns or sets a Short that represents the beginning delimiter character in a OMathDelim object. Read/write. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
E |
Returns an OMathArgs object that represents the list of arguments for the specified equation object. Read-only. |
EndChar |
Returns or sets an Short that represents the ending delimiter character in a OMathDelim object. Read/write. |
Grow |
Returns or sets a Boolean that represents whether delimiter characters grow to the full height of the arguments that they contain. Read/write. |
NoLeftChar |
Returns or sets a Boolean that represents whether to hide the opening delimiter in a OMathDelim object. Read/write. |
NoRightChar |
Returns or sets a Boolean that represents whether to hide the closing delimiter in a OMathDelim object. Read/write. |
Parent |
Returns the parent object of the specified OMathDelim object. |
SepChar |
Returns or sets a Short that represents the separator character in a OMathDelim object when the OMathDelim object contains two or more arguments. Read/write. |
Shape |
Returns or sets a WdOMathShapeType constant that represents the appearance of delimiters (for example, parentheses, braces, and brackets) in relationship to the content that they surround. Read/write. |