Main Page
Namespaces
Classes
Files
File List
File Members
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 __FILLTYPE_H__
11
#define __FILLTYPE_H__
12
13
namespace
libmspub
14
{
15
enum
FillType
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
/* __FILLTYPE_H__ */
33
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Generated for libmspub by
doxygen
1.8.4