summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoZOrderCmd.idl
blob: 334642ca38b85d8b3cb4edefc11265ffa01aeeb9 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module office {
    constants MsoZOrderCmd {
        const long msoBringForward = 2;
        const long msoBringInFrontOfText = 4;
        const long msoBringToFront = 0;
        const long msoSendBackward = 3;
        const long msoSendBehindText = 5;
        const long msoSendToBack = 1;
    };
}; }; };