summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdReferenceKind.idl
blob: e5f12c63323e97787859de68763ce671fc51cf57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module ooo { module vba { module word {
    constants WdReferenceKind {
        const long wdContentText = -1;
        const long wdEndnoteNumber = 6;
        const long wdEndnoteNumberFormatted = 17;
        const long wdEntireCaption = 2;
        const long wdFootnoteNumber = 5;
        const long wdFootnoteNumberFormatted = 16;
        const long wdNumberFullContext = -4;
        const long wdNumberNoContext = -3;
        const long wdNumberRelativeContext = -2;
        const long wdOnlyCaptionText = 4;
        const long wdOnlyLabelAndNumber = 3;
        const long wdPageNumber = 7;
        const long wdPosition = 15;
    };
}; }; };