xlsvpagebreak-ag凯发旗舰厅
com.spire.xls.core.spreadsheet
class xlsvpagebreak
java.lang.object
com.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.xlsvpagebreak
- all implemented interfaces:
- ivpagebreak
- direct known subclasses:
- vpagebreak
public class xlsvpagebreak
- extends xlsobject
- implements ivpagebreak
represents a vertical page break.
method summary |
int |
getcolumn()
gets the column index of the vertical page break. |
int |
getendrow()
gets the end row index of the vertical page break. |
int |
getstartrow()
gets the start row index of the vertical page break. |
pagebreaktype |
gettype()
type of the page break. |
void |
setcolumn(int value)
sets the column index of the vertical page break. |
void |
setendrow(int value)
sets the end row index of the vertical page break. |
void |
setstartrow(int value)
sets the start row index of the vertical page break. |
void |
settype(pagebreaktype value)
type of the page break. |
xlsvpagebreak
public xlsvpagebreak(java.lang.object parent,
ixlsrange range)
gettype
public pagebreaktype gettype()
- type of the page break.
settype
public void settype(pagebreaktype value)
- type of the page break.
getcolumn
public int getcolumn()
- gets the column index of the vertical page break.
setcolumn
public void setcolumn(int value)
- sets the column index of the vertical page break.
getstartrow
public int getstartrow()
- gets the start row index of the vertical page break.
setstartrow
public void setstartrow(int value)
- sets the start row index of the vertical page break.
getendrow
public int getendrow()
- gets the end row index of the vertical page break.
setendrow
public void setendrow(int value)
- sets the end row index of the vertical page break.