|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.XlsVPageBreak
public class XlsVPageBreak
Represents a vertical page break.
| Constructor Summary | |
|---|---|
XlsVPageBreak(java.lang.Object parent,
IXLSRange range)
|
|
| 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. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IVPageBreak |
|---|
getParent |
| Constructor Detail |
|---|
public XlsVPageBreak(java.lang.Object parent,
IXLSRange range)
| Method Detail |
|---|
public PageBreakType getType()
public void setType(PageBreakType value)
public int getColumn()
public void setColumn(int value)
public int getStartRow()
public void setStartRow(int value)
public int getEndRow()
public void setEndRow(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||