summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdOLEPlacement.idl
blob: 4903496a6a89a2115ee2eef2f833da6c6817014e (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdOLEPlacement {
        const long wdFloatOverText = 1;
        const long wdInLine = 0;
    };
}; }; };