Class PivotTableFormat

java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.PivotTableFormat

public class PivotTableFormat extends Object
The Class PivotTableFormat.
  • Constructor Details

    • PivotTableFormat

      public PivotTableFormat()
      Instantiates a new pivot table format.
  • Method Details

    • clone

      public PivotTableFormat clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getArea

      public PivotArea getArea()
      Gets the area.
      Returns:
      the area
    • setArea

      public void setArea(PivotArea area)
      Sets the area.
      Parameters:
      area - the new area
    • getType

      public PivotTableFormatType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(PivotTableFormatType type)
      Sets the type.
      Parameters:
      type - the new type
    • getID

      public int getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(int id)
      Sets the id.
      Parameters:
      id - the new id