summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdFontBias.idl
blob: 896357d1a4013d6ea7e9321354c88c3ca84588ab (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdFontBias {
        const long wdFontBiasDefault = 0;
        const long wdFontBiasDontCare = 255;
        const long wdFontBiasFareast = 1;
    };
}; }; };