com.moyosoft.connector.ms.excel
Class PageOrientation

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.PageOrientation

public class PageOrientation
extends AbstractType

See Also:
Serialized Form

Field Summary
static PageOrientation LANDSCAPE
           
static PageOrientation PORTRAIT
           
 
Method Summary
static PageOrientation getById(int pId)
           
 boolean isLandscape()
           
 boolean isPortrait()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LANDSCAPE

public static final PageOrientation LANDSCAPE

PORTRAIT

public static final PageOrientation PORTRAIT
Method Detail

getById

public static PageOrientation getById(int pId)

isLandscape

public boolean isLandscape()

isPortrait

public boolean isPortrait()