first commit
This commit is contained in:
19
hrmsEjb/jxl/format/Font.java
Normal file
19
hrmsEjb/jxl/format/Font.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package jxl.format;
|
||||
|
||||
public interface Font {
|
||||
String getName();
|
||||
|
||||
int getPointSize();
|
||||
|
||||
int getBoldWeight();
|
||||
|
||||
boolean isItalic();
|
||||
|
||||
boolean isStruckout();
|
||||
|
||||
UnderlineStyle getUnderlineStyle();
|
||||
|
||||
Colour getColour();
|
||||
|
||||
ScriptStyle getScriptStyle();
|
||||
}
|
Reference in New Issue
Block a user