summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
blob: 6e09a04c5c95813a1cccc33dda2729ee448aed5c (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module word {
    constants WdTextFormFieldType {
        const long wdCalculationText = 5;
        const long wdCurrentDateText = 3;
        const long wdCurrentTimeText = 4;
        const long wdDateText = 2;
        const long wdNumberText = 1;
        const long wdRegularText = 0;
    };
}; }; };