Class ClientData
java.lang.Object
com.independentsoft.office.spreadsheet.drawing.ClientData
The Class ClientData.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is lock with sheet flag.booleanChecks if is prints the with sheet flag.voidsetLockWithSheetFlag(boolean lockWithSheetFlag)Sets the lock with sheet flag.voidsetPrintWithSheetFlag(boolean printWithSheetFlag)Sets the prints the with sheet flag.toString()
-
Constructor Details
-
ClientData
public ClientData()Instantiates a new client data.
-
-
Method Details
-
clone
-
toString
-
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
-