summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdHebSpellStart.idl
blob: aa3afd6a07dc848da88b8428a6430a82db3116f0 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdHebSpellStart {
        const long wdFullScript = 0;
        const long wdMixedAuthorizedScript = 3;
        const long wdMixedScript = 2;
        const long wdPartialScript = 1;
    };
}; }; };