menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathPhantom - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathPhantom

    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

    Inherited Members
    IOfficeMathEntity.OwnerMathEntity
    IOfficeMathFunctionBase.Type
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeMathPhantom : IOfficeMathFunctionBase, IOfficeMathEntity

    Properties

    ControlProperties

    Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.

    Declaration
    IOfficeRunFormat ControlProperties { get; set; }
    Property Value
    Type
    IOfficeRunFormat

    Equation

    Gets a Syncfusion.Office.OfficeMath object that represents the base of the specified equation object.

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type
    IOfficeMath

    Show

    Gets or sets a boolean that represents whether the contents of a phantom object are visible.

    Declaration
    bool Show { get; set; }
    Property Value
    Type Description
    System.Boolean

    True phantom base is shown; otherwise, falsephantom base is hidden.

    Transparent

    Gets 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.

    Declaration
    bool Transparent { get; set; }
    Property Value
    Type Description
    System.Boolean

    True phantom base is shown; otherwise, falsephantom base is hidden.

    ZeroAscent

    Gets or sets a boolean that represents whether the ascent of the phantom contents is ignored in the spacing of the layout.

    Declaration
    bool ZeroAscent { get; set; }
    Property Value
    Type Description
    System.Boolean

    True ascent of the contents of the phantom is not taken into account during layout; otherwise, falsephantom does have ascent.

    ZeroDescent

    Gets or sets a boolean that represents whether the descent of the phantom contents is ignored in the spacing of the layout.

    Declaration
    bool ZeroDescent { get; set; }
    Property Value
    Type Description
    System.Boolean

    True descent of the contents of the phantom is taken into account during layout.; otherwise, falsephantom does have descent.

    ZeroWidth

    Gets or sets a boolean that represents whether the width of a phantom object is ignored in the spacing of the layout.

    Declaration
    bool ZeroWidth { get; set; }
    Property Value
    Type Description
    System.Boolean

    Truewidth of the contents of the phantom is not taken into account during layout.; otherwise, falsephantom does have width.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved