summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdXMLNodeLevel.idl
blob: f2eb475a9610a6c07718e59cde7b38f5332c49b2 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdXMLNodeLevel {
        const long wdXMLNodeLevelCell = 3;
        const long wdXMLNodeLevelInline = 0;
        const long wdXMLNodeLevelParagraph = 1;
        const long wdXMLNodeLevelRow = 2;
    };
}; }; };