summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdIndexFilter.idl
blob: b21ae54aee72204abc794c04796232bb3c52d677 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module word {
    constants WdIndexFilter {
        const long wdIndexFilterAiueo = 1;
        const long wdIndexFilterAkasatana = 2;
        const long wdIndexFilterChosung = 3;
        const long wdIndexFilterFull = 6;
        const long wdIndexFilterLow = 4;
        const long wdIndexFilterMedium = 5;
        const long wdIndexFilterNone = 0;
    };
}; }; };