com.moyosoft.connector.ms.excel
Class WebFormatting

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

public class WebFormatting
extends AbstractType

See Also:
Serialized Form

Field Summary
static WebFormatting WEB_FORMATTING_ALL
           
static WebFormatting WEB_FORMATTING_NONE
           
static WebFormatting WEB_FORMATTING_RTF
           
 
Method Summary
static WebFormatting getById(int pId)
           
 boolean isWebFormattingAll()
           
 boolean isWebFormattingNone()
           
 boolean isWebFormattingRTF()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_FORMATTING_ALL

public static final WebFormatting WEB_FORMATTING_ALL

WEB_FORMATTING_RTF

public static final WebFormatting WEB_FORMATTING_RTF

WEB_FORMATTING_NONE

public static final WebFormatting WEB_FORMATTING_NONE
Method Detail

getById

public static WebFormatting getById(int pId)

isWebFormattingAll

public boolean isWebFormattingAll()

isWebFormattingRTF

public boolean isWebFormattingRTF()

isWebFormattingNone

public boolean isWebFormattingNone()