summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdPageFit.idl
blob: 0148178dd31f444d8f19b7406feb0e2238c6b969 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdPageFit {
        const long wdPageFitBestFit = 2;
        const long wdPageFitFullPage = 1;
        const long wdPageFitNone = 0;
        const long wdPageFitTextFit = 3;
    };
}; }; };