ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VPageBreakImpl - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VPageBreakImpl

    This class contains information about Vertical Page Break.

    Inheritance
    System.Object
    CommonObject
    VPageBreakImpl
    Implements
    IParentApplication
    System.IDisposable
    IVPageBreak
    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 VPageBreakImpl : CommonObject, IParentApplication, IDisposable, IVPageBreak

    Constructors

    VPageBreakImpl(IApplication, Object)

    Creates page break by application and parent objects.

    Declaration
    public VPageBreakImpl(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Application object for the page break.

    System.Object parent

    Parent object for the page break.

    VPageBreakImpl(IApplication, Object, IRange)

    Initializes new instance of the vertical page break.

    Declaration
    public VPageBreakImpl(IApplication application, object parent, IRange location)
    Parameters
    Type Name Description
    IApplication application

    Application object.

    System.Object parent

    Parent object.

    IRange location

    Page break location.

    VPageBreakImpl(IApplication, Object, VerticalPageBreaksRecord.TVPageBreak)

    Constructs page break by application, parent object, and TVPageBreak object. Always creates manual page break.

    Declaration
    [CLSCompliant(false)]
    public VPageBreakImpl(IApplication application, object parent, VerticalPageBreaksRecord.TVPageBreak pagebreak)
    Parameters
    Type Name Description
    IApplication application

    Application object for the page break.

    System.Object parent

    Parent object for the page break.

    VerticalPageBreaksRecord.TVPageBreak pagebreak

    Vertical page break.

    Properties

    Column

    Returns zero-based column index of the page break. Read-only.

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

    Location

    Location of the page break.

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

    Type

    Type of the page break.

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

    VPageBreak

    Gets / Sets vertical page break record.

    Declaration
    [CLSCompliant(false)]
    public VerticalPageBreaksRecord.TVPageBreak VPageBreak { get; set; }
    Property Value
    Type Description
    VerticalPageBreaksRecord.TVPageBreak

    Methods

    Clone(Object)

    Clones current instance.

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

    Parent for new instance.

    Returns
    Type Description
    VPageBreakImpl

    A clone of the current instance.

    Implements

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