summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdEncloseStyle.idl
blob: 2b20e812146d0fc0bfe06d64a5d7db6e525de7ef (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdEncloseStyle {
        const long wdEncloseStyleLarge = 2;
        const long wdEncloseStyleNone = 0;
        const long wdEncloseStyleSmall = 1;
    };
}; }; };