summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSortFieldType.idl
blob: e2bdd9ff330f3cac2ffab07d29195079b65feb4a (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module word {
    constants WdSortFieldType {
        const long wdSortFieldAlphanumeric = 0;
        const long wdSortFieldDate = 2;
        const long wdSortFieldJapanJIS = 4;
        const long wdSortFieldKoreaKS = 6;
        const long wdSortFieldNumeric = 1;
        const long wdSortFieldStroke = 5;
        const long wdSortFieldSyllable = 3;
    };
}; }; };