com.moyosoft.connector.ms.excel
Class AutoFillType

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

public class AutoFillType
extends AbstractType

See Also:
Serialized Form

Field Summary
static AutoFillType FILL_COPY
           
static AutoFillType FILL_DAYS
           
static AutoFillType FILL_DEFAULT
           
static AutoFillType FILL_FORMATS
           
static AutoFillType FILL_MONTHS
           
static AutoFillType FILL_SERIES
           
static AutoFillType FILL_VALUES
           
static AutoFillType FILL_WEEKDAYS
           
static AutoFillType FILL_YEARS
           
static AutoFillType GROWTH_TREND
           
static AutoFillType LINEAR_TREND
           
 
Method Summary
static AutoFillType getById(int pId)
           
 boolean isFillCopy()
           
 boolean isFillDays()
           
 boolean isFillDefault()
           
 boolean isFillFormats()
           
 boolean isFillMonths()
           
 boolean isFillSeries()
           
 boolean isFillValues()
           
 boolean isFillWeekdays()
           
 boolean isFillYears()
           
 boolean isGrowthTrend()
           
 boolean isLinearTrend()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILL_COPY

public static final AutoFillType FILL_COPY

FILL_DAYS

public static final AutoFillType FILL_DAYS

FILL_DEFAULT

public static final AutoFillType FILL_DEFAULT

FILL_FORMATS

public static final AutoFillType FILL_FORMATS

FILL_MONTHS

public static final AutoFillType FILL_MONTHS

FILL_SERIES

public static final AutoFillType FILL_SERIES

FILL_VALUES

public static final AutoFillType FILL_VALUES

FILL_WEEKDAYS

public static final AutoFillType FILL_WEEKDAYS

FILL_YEARS

public static final AutoFillType FILL_YEARS

GROWTH_TREND

public static final AutoFillType GROWTH_TREND

LINEAR_TREND

public static final AutoFillType LINEAR_TREND
Method Detail

getById

public static AutoFillType getById(int pId)

isFillCopy

public boolean isFillCopy()

isFillDays

public boolean isFillDays()

isFillDefault

public boolean isFillDefault()

isFillFormats

public boolean isFillFormats()

isFillMonths

public boolean isFillMonths()

isFillSeries

public boolean isFillSeries()

isFillValues

public boolean isFillValues()

isFillWeekdays

public boolean isFillWeekdays()

isFillYears

public boolean isFillYears()

isGrowthTrend

public boolean isGrowthTrend()

isLinearTrend

public boolean isLinearTrend()