summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdAutoFitBehavior.idl
blob: 42f4fc29f6c0af1e37b1833e2ffbf24f9598bc3e (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdAutoFitBehavior {
        const long wdAutoFitContent = 1;
        const long wdAutoFitFixed = 0;
        const long wdAutoFitWindow = 2;
    };
}; }; };