OMathPhantom Interface

Definition

Represents a phantom object, which has two primary uses: (1) adding the spacing of the phantom base without displaying that base or (2) suppressing part of the glyph from spacing considerations.

public interface class OMathPhantom
[System.Runtime.InteropServices.Guid("DB77D541-85C3-42E8-8649-AFBD7CF87866")]
public interface OMathPhantom
type OMathPhantom = interface
Public Interface OMathPhantom
Attributes

Remarks

Use the OMathPhantom object to display the spacing of part of an equation without displaying it, or to remove the spacing for part of a glyph from spacing considerations.

Properties

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.

E

Returns a OMath object that represents the base of the specified equation object. Read-only.

Parent

Returns the parent of the specified OMathPhantom object.

Show

Returns or sets a Boolean that represents whether the contents of a phantom object are visible. Read/write.

Smash

Returns or sets a Boolean that represents that the contents of the phantom are visible but that the height is not taken into account in the spacing of the layout. Read/write.

Transp

Returns or sets a Boolean that represents whether a phantom object is transparent. Read/write.

ZeroAsc

Returns or sets a Boolean that represents whether the ascent of the phantom contents is ignored in the spacing of the layout. Read/write.

ZeroDesc

Returns or sets a Boolean that represents whether the descent of the phantom contents is ignored in the spacing of the layout. Read/write.

ZeroWid

Returns or sets a Boolean that represents whether the width of a phantom object is ignored in the spacing of the layout. Read/write.

Applies to