summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdListType.idl
blob: b9dd7d7f136f1711fdfea36df50b920deeb4529a (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module word {
    constants WdListType {
        const long wdListBullet = 2;
        const long wdListListNumOnly = 1;
        const long wdListMixedNumbering = 5;
        const long wdListNoNumbering = 0;
        const long wdListOutlineNumbering = 4;
        const long wdListPictureBullet = 6;
        const long wdListSimpleNumbering = 3;
    };
}; }; };