summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPageBreakExtent.idl
blob: 7cdef8f92065efdc5d451e866f0d5cc772c2b3a1 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlPageBreakExtent {
        const long xlPageBreakFull = 1;
        const long xlPageBreakPartial = 2;
    };
}; }; };