xlshpagebreak-ag凯发旗舰厅
com.spire.xls.core.spreadsheet
class xlshpagebreak
java.lang.object
com.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.xlshpagebreak
- all implemented interfaces:
- ihpagebreak
- direct known subclasses:
- hpagebreak
public class xlshpagebreak
- extends xlsobject
- implements ihpagebreak
constructor summary |
xlshpagebreak(java.lang.object parent)
sets application and parent fields. |
xlshpagebreak
public xlshpagebreak(java.lang.object parent)
- sets application and parent fields.
- parameters:
parent
- parent object for the page setup.
getrow
public int getrow()
- gets the row index.
gettype
public pagebreaktype gettype()
- type of the page break.
settype
public void settype(pagebreaktype value)
- type of the page break.
getstartcolumn
public int getstartcolumn()
- gets the start column index of this horizontal page break
setstartcolumn
public void setstartcolumn(int value)
- sets the start column index of this horizontal page break
getendcolumn
public int getendcolumn()
- gets the end column index of this horizontal page break.
setendcolumn
public void setendcolumn(int value)
- sets the end column index of this horizontal page break.
getextent
public pagebreakextenttype getextent()
- returns page break extent.