FillType.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is part of the libmspub project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef INCLUDED_FILLTYPE_H
11 #define INCLUDED_FILLTYPE_H
12 
13 namespace libmspub
14 {
16 {
17  SOLID = 0x00,
18  PATTERN = 0x01,
19  TEXTURE = 0x02,
20  BITMAP = 0x03,
21  SHADE = 0x04, // msofillShade Shade from start to end points
22  SHADE_CENTER = 0x05, // msofillShadeCenter Shade from bounding rectangle to end point
23  SHADE_SHAPE = 0x06, // msofillShadeShape Shade from shape outline to end point
24  SHADE_SCALE = 0x07, // msofillShadeScale Similar to msofillShade, but the fillAngle
25  // is additionally scaled by the aspect ratio of
26  // the shape. If shape is square, it is the
27  // same as msofillShade
28  SHADE_TITLE = 0x08,
29  BACKGROUND = 0x09
30 };
31 } // libmspub
32 #endif /* INCLUDED_FILLTYPE_H */
33 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
libmspub::BACKGROUND
Definition: FillType.h:29
libmspub::BITMAP
Definition: FillType.h:20
libmspub
Definition: Arrow.h:13
libmspub::SHADE_TITLE
Definition: FillType.h:28
libmspub::SHADE_SCALE
Definition: FillType.h:24
libmspub::FillType
FillType
Definition: FillType.h:15
libmspub::TEXTURE
Definition: FillType.h:19
libmspub::SHADE
Definition: FillType.h:21
libmspub::PATTERN
Definition: FillType.h:18
libmspub::SHADE_CENTER
Definition: FillType.h:22
libmspub::SHADE_SHAPE
Definition: FillType.h:23
libmspub::SOLID
Definition: FillType.h:17

Generated for libmspub by doxygen 1.8.16