com.spire.xls.core
Interface IVPageBreaks

All Superinterfaces:
java.lang.Iterable
All Known Implementing Classes:
VPageBreaksCollection, XlsVPageBreaksCollection

public interface IVPageBreaks
extends java.lang.Iterable

A collection of vertical page breaks within the print area. Each vertical page break is represented by a VPageBreak object.


Method Summary
 int getCount()
          Returns the number of objects in the collection.
 java.lang.Object getParent()
          Returns the parent object for the specified object.
 

Method Detail

getCount

int getCount()
Returns the number of objects in the collection. Read-only, Long.

Returns:

getParent

java.lang.Object getParent()
Returns the parent object for the specified object.

Returns: