summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdRowAlignment.idl
blob: 1663b00c62c7ca391adf83b72d403780943a0c0e (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdRowAlignment {
        const long wdAlignRowCenter = 1;
        const long wdAlignRowLeft = 0;
        const long wdAlignRowRight = 2;
    };
}; }; };