summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdFarEastLineBreakLanguageID.idl
blob: fcd47c5f921c5764d35edce81c780562c6e6c81f (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdFarEastLineBreakLanguageID {
        const long wdLineBreakJapanese = 1041;
        const long wdLineBreakKorean = 1042;
        const long wdLineBreakSimplifiedChinese = 2052;
        const long wdLineBreakTraditionalChinese = 1028;
    };
}; }; };