first commit
This commit is contained in:
7
hrmsEjb/jxl/format/PageOrientation.java
Normal file
7
hrmsEjb/jxl/format/PageOrientation.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package jxl.format;
|
||||
|
||||
public final class PageOrientation {
|
||||
public static PageOrientation PORTRAIT = new PageOrientation();
|
||||
|
||||
public static PageOrientation LANDSCAPE = new PageOrientation();
|
||||
}
|
Reference in New Issue
Block a user