Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Class HPageBreak

java.lang.Object
  extended by com.aspose.cells.HPageBreak

public class HPageBreak
extends java.lang.Object

Encapsulates the object that represents a horizontal page break.


Method Summary
 int getRow()
          Gets rolumn index, zero based.
 void setRow(int row)
          Sets rolumn index, zero based.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRow

public int getRow()
Gets rolumn index, zero based.

Returns:
rolumn index, zero based.

setRow

public void setRow(int row)
Sets rolumn index, zero based.

Parameters:
row - rolumn index, zero based.