All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.Outline.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





Outline




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.


Property Getters/Setters Summary
booleangetSummaryColumnRight()
voidsetSummaryColumnRight(boolean)
           Indicates if the summary column will be positioned to the right of the detail columns in the outline.
booleangetSummaryRowBelow()
voidsetSummaryRowBelow(boolean)
           Indicates if the summary row will be positioned below the detail rows in the outline.
 

Property Getters/Setters Detail

getSummaryRowBelow/setSummaryRowBelow

public boolean getSummaryRowBelow() / public void setSummaryRowBelow(boolean value)
Indicates if the summary row will be positioned below the detail rows in the outline.

setSummaryRowBelow

public void setSummaryRowBelow(boolean value)
Indicates if the summary row will be positioned below the detail rows in the outline.

getSummaryColumnRight/setSummaryColumnRight

public boolean getSummaryColumnRight() / public void setSummaryColumnRight(boolean value)
Indicates if the summary column will be positioned to the right of the detail columns in the outline.

setSummaryColumnRight

public void setSummaryColumnRight(boolean value)
Indicates if the summary column will be positioned to the right of the detail columns in the outline.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy