summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/msforms/fmPictureAlignment.idl
blob: 0760644c81c3a105c314510f9e5e4a93dbcb8625 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module msforms {
    constants fmPictureAlignment {
        const long fmPictureAlignmentBottomLeft = 3;
        const long fmPictureAlignmentBottomRight = 4;
        const long fmPictureAlignmentCenter = 2;
        const long fmPictureAlignmentTopLeft = 0;
        const long fmPictureAlignmentTopRight = 1;
    };
}; }; };