com.moyosoft.connector.ms.excel
Class LayoutFormType

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

public class LayoutFormType
extends AbstractType

See Also:
Serialized Form

Field Summary
static LayoutFormType OUTLINE
           
static LayoutFormType TABULAR
           
 
Method Summary
static LayoutFormType getById(int pId)
           
 boolean isOutline()
           
 boolean isTabular()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABULAR

public static final LayoutFormType TABULAR

OUTLINE

public static final LayoutFormType OUTLINE
Method Detail

getById

public static LayoutFormType getById(int pId)

isTabular

public boolean isTabular()

isOutline

public boolean isOutline()