summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdFootnoteLocation.idl
blob: f07151ccbdf76def4eb8507c55062242ccd8a116 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdFootnoteLocation {
        const long wdBeneathText = 1;
        const long wdBottomOfPage = 0;
    };
}; }; };