menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathBreaks - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathBreaks

    Represents an interface for Math break collection.

    Inherited Members
    ICollectionBase.Clear()
    ICollectionBase.Count
    ICollectionBase.Remove(IOfficeMathEntity)
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeMathBreaks : ICollectionBase, IOfficeMathEntity

    Properties

    Item[Int32]

    Gets mathBreak object that represents the specified item in the collection.

    Declaration
    IOfficeMathBreak this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    IOfficeMathBreak

    Methods

    Add()

    Adds IOfficeMathBreak instance to the collection.

    Declaration
    IOfficeMathBreak Add()
    Returns
    Type Description
    IOfficeMathBreak

    Returns the newly added IOfficeMathBreak.

    Add(Int32)

    Adds IOfficeMathBreak instance to the collection at specified index.

    Declaration
    IOfficeMathBreak Add(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The Index, where to add the IOfficeMathBreak instance.

    Returns
    Type Description
    IOfficeMathBreak

    Returns the newly added IOfficeMathBreak.

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