asposecells.api

Class DefaultEditLanguage

Utility class containing constants. Represents the default edit language.

Field Summary
const  intAUTO
Represents auto detecting edit language according to the text itself.
const  intENGLISH
Represents English language.
const  intCJK
Represents Chinese, Japanese, Korean language.
 

    • Field Detail

      • AUTO

        const int AUTO
        Represents auto detecting edit language according to the text itself.
      • ENGLISH

        const int ENGLISH
        Represents English language.
      • CJK

        const int CJK
        Represents Chinese, Japanese, Korean language.