|
|||||||||
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.XlsHPageBreak
public class XlsHPageBreak
Constructor Summary | |
---|---|
XlsHPageBreak(java.lang.Object parent)
Sets application and parent fields. |
Method Summary | |
---|---|
int |
getEndColumn()
Gets the end column index of this horizontal page break. |
PageBreakExtentType |
getExtent()
Returns page break extent. |
int |
getRow()
Gets the row index. |
int |
getStartColumn()
Gets the start column index of this horizontal page break |
PageBreakType |
getType()
Type of the page break. |
void |
setEndColumn(int value)
Sets the end column index of this horizontal page break. |
void |
setStartColumn(int value)
Sets the start column index of this horizontal 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.IHPageBreak |
---|
getParent |
Constructor Detail |
---|
public XlsHPageBreak(java.lang.Object parent)
parent
- Parent object for the page setup.Method Detail |
---|
public int getRow()
public PageBreakType getType()
public void setType(PageBreakType value)
public int getStartColumn()
public void setStartColumn(int value)
public int getEndColumn()
public void setEndColumn(int value)
public PageBreakExtentType getExtent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |