summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpFrameColors.idl
blob: 9f13e9b46f450082495d19ac775955a79b3a7995 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module powerpoint {
    constants PpFrameColors {
        const long ppFrameColorsBlackTextOnWhite = 5;
        const long ppFrameColorsBrowserColors = 1;
        const long ppFrameColorsPresentationSchemeAccentColor = 3;
        const long ppFrameColorsPresentationSchemeTextColor = 2;
        const long ppFrameColorsWhiteTextOnBlack = 4;
    };
}; }; };