jxl.biff
Class BuiltInFormat
java.lang.Object
|
+--jxl.biff.BuiltInFormat
- All Implemented Interfaces:
- Format
- class BuiltInFormat
- extends java.lang.Object
- implements Format
The excel string for the various built in formats. Used to present
the cell format information back to the user
The difference between this class and the various format object contained
in the jxl.write package is that this object contains the Excel strings,
not their java equivalents
Constructor Summary |
private |
BuiltInFormat(java.lang.String s)
Constructor |
Method Summary |
(package private) static void |
()
|
java.lang.String |
getFormatString()
Accesses the excel format string which is applied to the cell
Note that this is the string that excel uses, and not the java
equivalent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
formatString
private java.lang.String formatString
- The excel format string
builtIns
public static BuiltInFormat[] builtIns
- The list of built in formats
BuiltInFormat
private BuiltInFormat(java.lang.String s)
- Constructor
- Parameters:
s
- the format string
getFormatString
public java.lang.String getFormatString()
- Accesses the excel format string which is applied to the cell
Note that this is the string that excel uses, and not the java
equivalent
- Specified by:
getFormatString
in interface Format
- Returns:
- the cell format string
static void ()