![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Outline
public class Outline
Represents an outline on a worksheet.
Method Summary | |
---|---|
boolean |
isAutomaticStyles()
Indicates whether the outline uses automatic styles. |
boolean |
isSummaryColumnRight()
Indicates whether the summary column will be positioned to the right of the detail columns in the outline. |
boolean |
isSummaryRowBelow()
Indicates whether the summary row will be positioned below the detail rows in the outline. |
void |
setAutomaticStyles(boolean isAutomaticStyles)
Sets whether the outline uses automatic styles. |
void |
setSummaryColumnRight(boolean isSummaryColumnRight)
Sets whether the summary column will be positioned to the right of the detail columns in the outline. |
void |
setSummaryRowBelow(boolean isSummaryRowBelow)
Sets whether the summary row will be positioned below the detail rows in the outline. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isSummaryColumnRight()
public void setSummaryColumnRight(boolean isSummaryColumnRight)
isSummaryColumnRight
- whether the summary column
will be positioned to the right of the detail columns in the outline.public boolean isSummaryRowBelow()
public void setSummaryRowBelow(boolean isSummaryRowBelow)
isSummaryRowBelow
- whether the summary row will be positioned below the detail rows in the outline.public boolean isAutomaticStyles()
public void setAutomaticStyles(boolean isAutomaticStyles)
isAutomaticStyles
- whether the outline uses automatic styles.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |