summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdCollapseDirection.idl
blob: cbd28860e8d94e626e23af1f18cc3880d0b35c91 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdCollapseDirection {
        const long wdCollapseEnd = 0;
        const long wdCollapseStart = 1;
    };
}; }; };