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
13namespace 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
30};
31} // libmspub
32#endif /* INCLUDED_FILLTYPE_H */
33/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition Arrow.h:14
FillType
Definition FillType.h:16
@ BITMAP
Definition FillType.h:20
@ SHADE_CENTER
Definition FillType.h:22
@ SHADE
Definition FillType.h:21
@ SHADE_SHAPE
Definition FillType.h:23
@ BACKGROUND
Definition FillType.h:29
@ SOLID
Definition FillType.h:17
@ PATTERN
Definition FillType.h:18
@ TEXTURE
Definition FillType.h:19
@ SHADE_SCALE
Definition FillType.h:24
@ SHADE_TITLE
Definition FillType.h:28

Generated for libmspub by doxygen 1.14.0