com.spire.xls.core.spreadsheet.collections
Class XlsHPageBreaksCollection
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsHPageBreaksCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IHPageBreaks, java.lang.Iterable
- Direct Known Subclasses:
- HPageBreaksCollection
public class XlsHPageBreaksCollection
- extends CollectionExtended
- implements IHPageBreaks
The collection of horizontal page breaks within the print area.
Each horizontal page break is represented by an HPageBreak object.
XlsHPageBreaksCollection
public XlsHPageBreaksCollection(java.lang.Object parent)
getManualBreakCount
public int getManualBreakCount()
- Gets manual breaks count. Read-only.
clear
public void clear()
- Overrides:
clear
in class com.spire.ms.System.Collections.CollectionBase
removeAt
public void removeAt(int index)
- Overrides:
removeAt
in class com.spire.ms.System.Collections.CollectionBase