com.aspose.cells

Class Outline

  • java.lang.Object
    • com.aspose.cells.Outline
public class Outline 
extends java.lang.Object

Represents an outline on a worksheet.

Property Getters/Setters Summary
booleangetSummaryColumnRight()
void
setSummaryColumnRight(booleanvalue)
           Indicates if the summary column will be positioned to the right of the detail columns in the outline.
booleangetSummaryRowBelow()
void
setSummaryRowBelow(booleanvalue)
           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.
      • 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.

    setSummaryRowBelow

    public voidsetSummaryRowBelow(booleanvalue)
    
    Indicates if the summary row will be positioned below the detail rows in the outline.

    setSummaryColumnRight

    public voidsetSummaryColumnRight(booleanvalue)
    
    Indicates if the summary column will be positioned to the right of the detail columns in the outline.