summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdTabLeader.idl
blob: 9db15df26433011ece9995e6a6d5ac4ee75f5277 (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module word {
    constants WdTabLeader {
        const long wdTabLeaderDashes = 2;
        const long wdTabLeaderDots = 1;
        const long wdTabLeaderHeavy = 4;
        const long wdTabLeaderLines = 3;
        const long wdTabLeaderMiddleDot = 5;
        const long wdTabLeaderSpaces = 0;
    };
}; }; };