Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class Outline

java.lang.Object
  extended by com.aspose.cells.Outline

public class Outline
extends java.lang.Object

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

isSummaryColumnRight

public boolean isSummaryColumnRight()
Indicates whether the summary column will be positioned to the right of the detail columns in the outline.

Returns:
whether the summary column will be positioned to the right of the detail columns in the outline.

setSummaryColumnRight

public void setSummaryColumnRight(boolean isSummaryColumnRight)
Sets whether the summary column will be positioned to the right of the detail columns in the outline.

Parameters:
isSummaryColumnRight - whether the summary column will be positioned to the right of the detail columns in the outline.

isSummaryRowBelow

public boolean isSummaryRowBelow()
Indicates whether the summary row will be positioned below the detail rows in the outline.

Returns:
whether the summary row will be positioned below the detail rows in the outline.

setSummaryRowBelow

public void setSummaryRowBelow(boolean isSummaryRowBelow)
Sets whether the summary row will be positioned below the detail rows in the outline.

Parameters:
isSummaryRowBelow - whether the summary row will be positioned below the detail rows in the outline.

isAutomaticStyles

public boolean isAutomaticStyles()
Indicates whether the outline uses automatic styles.

Returns:
whether the outline uses automatic styles.

setAutomaticStyles

public void setAutomaticStyles(boolean isAutomaticStyles)
Sets whether the outline uses automatic styles.

Parameters:
isAutomaticStyles - whether the outline uses automatic styles.