com.moyosoft.connector.ms.excel
Class PrintLocation

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

public class PrintLocation
extends AbstractType

See Also:
Serialized Form

Field Summary
static PrintLocation PRINT_IN_PLACE
           
static PrintLocation PRINT_NO_COMMENTS
           
static PrintLocation PRINT_SHEET_END
           
 
Method Summary
static PrintLocation getById(int pId)
           
 boolean isPrintInPlace()
           
 boolean isPrintNoComments()
           
 boolean isPrintSheetEnd()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRINT_SHEET_END

public static final PrintLocation PRINT_SHEET_END

PRINT_IN_PLACE

public static final PrintLocation PRINT_IN_PLACE

PRINT_NO_COMMENTS

public static final PrintLocation PRINT_NO_COMMENTS
Method Detail

getById

public static PrintLocation getById(int pId)

isPrintSheetEnd

public boolean isPrintSheetEnd()

isPrintInPlace

public boolean isPrintInPlace()

isPrintNoComments

public boolean isPrintNoComments()