summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSeparatorType.idl
blob: 34267763c9e4311486705032be24b90030c6791c (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module word {
    constants WdSeparatorType {
        const long wdSeparatorColon = 2;
        const long wdSeparatorEmDash = 3;
        const long wdSeparatorEnDash = 4;
        const long wdSeparatorHyphen = 0;
        const long wdSeparatorPeriod = 1;
    };
}; }; };