Class NumberFormat
java.lang.Object
com.independentsoft.office.charts.NumberFormat
The Class NumberFormat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the format.booleanChecks if is source linked.voidSets the format.voidsetSourceLinked(boolean isSourceLinked)Sets the source linked.toString()
-
Constructor Details
-
NumberFormat
public NumberFormat()Instantiates a new number format.
-
-
Method Details
-
clone
-
toString
-
getFormat
Gets the format.- Returns:
- the format
-
setFormat
Sets the format.- Parameters:
format- the new format
-
isSourceLinked
public boolean isSourceLinked()Checks if is source linked.- Returns:
- true, if is source linked
-
setSourceLinked
public void setSourceLinked(boolean isSourceLinked)Sets the source linked.- Parameters:
isSourceLinked- the new source linked
-