java.lang.Object
com.independentsoft.office.spreadsheet.drawing.ClientData

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

    • ClientData

      public ClientData()
      Instantiates a new client data.
  • Method Details

    • clone

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

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

      public boolean isLockWithSheetFlag()
      Checks if is lock with sheet flag.
      Returns:
      true, if is lock with sheet flag
    • setLockWithSheetFlag

      public void setLockWithSheetFlag(boolean lockWithSheetFlag)
      Sets the lock with sheet flag.
      Parameters:
      lockWithSheetFlag - the new lock with sheet flag
    • isPrintWithSheetFlag

      public boolean isPrintWithSheetFlag()
      Checks if is prints the with sheet flag.
      Returns:
      true, if is prints the with sheet flag
    • setPrintWithSheetFlag

      public void setPrintWithSheetFlag(boolean printWithSheetFlag)
      Sets the prints the with sheet flag.
      Parameters:
      printWithSheetFlag - the new prints the with sheet flag