WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HPageBreakImpl

    Show / Hide Table of Contents

    Class HPageBreakImpl

    This class contains information about Horizontal Page Break.

    Inheritance
    System.Object
    CommonObject
    HPageBreakImpl
    Implements
    IParentApplication
    System.IDisposable
    IHPageBreak
    Inherited Members
    CommonObject.m_bIsDisposed
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.OnDispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class HPageBreakImpl : CommonObject, IParentApplication, IDisposable, IHPageBreak

    Constructors

    HPageBreakImpl(IApplication, Object, IRange)

    Constructs page break

    Declaration
    public HPageBreakImpl(IApplication application, object parent, IRange location)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent

    Application object for the page break.

    IRange location

    Page break location.

    HPageBreakImpl(IApplication, Object, HorizontalPageBreaksRecord.THPageBreak)

    Constructs page break using application, parent object, and THPageBreak object. Always creates manual page break.

    Declaration
    [CLSCompliant(false)]
    public HPageBreakImpl(IApplication application, object parent, HorizontalPageBreaksRecord.THPageBreak pagebreak)
    Parameters
    Type Name Description
    IApplication application

    Application object for the page break.

    System.Object parent

    Parent object for the page break.

    HorizontalPageBreaksRecord.THPageBreak pagebreak

    THPageBreak for create instance.

    Properties

    Extent

    Read-only. Returns page break extent.

    Declaration
    public ExcelPageBreakExtent Extent { get; }
    Property Value
    Type Description
    ExcelPageBreakExtent

    HPageBreak

    Declaration
    [CLSCompliant(false)]
    public HorizontalPageBreaksRecord.THPageBreak HPageBreak { get; set; }
    Property Value
    Type Description
    HorizontalPageBreaksRecord.THPageBreak

    Location

    Location of the page break.

    Declaration
    public IRange Location { get; set; }
    Property Value
    Type Description
    IRange

    Row

    Returns zero-based row index of the break location. Read-only.

    Declaration
    public int Row { get; }
    Property Value
    Type Description
    System.Int32

    Type

    Type of the page break.

    Declaration
    public ExcelPageBreak Type { get; set; }
    Property Value
    Type Description
    ExcelPageBreak

    Methods

    Clone(Object)

    Clones current instance.

    Declaration
    public HPageBreakImpl Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Parent for new instance.

    Returns
    Type Description
    HPageBreakImpl

    A clone of the current instance.

    Implements

    IParentApplication
    System.IDisposable
    IHPageBreak
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved