summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdCellVerticalAlignment.idl
blob: 53ef2512d9eafe06e05b41b61f3edc36f9703aef (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdCellVerticalAlignment {
        const long wdCellAlignVerticalBottom = 3;
        const long wdCellAlignVerticalCenter = 1;
        const long wdCellAlignVerticalTop = 0;
    };
}; }; };