Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / EccMode Enumeration
In This Topic
    EccMode Enumeration
    In This Topic
    A value that represents which ecc mode.
    Members
    MemberDescription
    ECC000ECC000. This mode encodes data with only CRC checksum, no additional error checking bits. Data encoded with this ECC mode usually requiers the smallest symbol size.
    ECC050Summary: ECC050.
    ECC080Summary: ECC080.
    ECC100Summary: ECC100.
    ECC140Summary: ECC140.
    ECC200ECC200. This is the suggested ECC mode. Data encoded with this ECC mode will be protedted Reed-Solomon error checking and correcting algorithm.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.EccMode

    See Also