Class NumberFormat
java.lang.Object
com.independentsoft.office.spreadsheet.styles.NumberFormat
The Class NumberFormat.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new number format.NumberFormat(int id, String code)Instantiates a new number format.NumberFormat(InternalXMLStreamReader reader)Instantiates a new number format. -
Method Summary
-
Constructor Details
-
NumberFormat
public NumberFormat()Instantiates a new number format. -
NumberFormat
Instantiates a new number format.- Parameters:
id- the idcode- the code
-
NumberFormat
Instantiates a new number format.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the new code
-
getID
public int getID()Gets the id.- Returns:
- the id
-
setID
public void setID(int id)Sets the id.- Parameters:
id- the new id
-