IWORKProperties.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 libetonyek 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 IWORKPROPERTIES_H_INCLUDED
11 #define IWORKPROPERTIES_H_INCLUDED
12 
13 #include "IWORKEnum.h"
14 #include "IWORKPropertyInfo.h"
15 #include "IWORKTypes.h"
16 
17 namespace libetonyek
18 {
19 
22 IWORK_DECLARE_PROPERTY(BaselineShift, double);
23 IWORK_DECLARE_PROPERTY(Bold, bool);
25 IWORK_DECLARE_PROPERTY(FirstLineIndent, double);
26 IWORK_DECLARE_PROPERTY(FontColor, IWORKColor);
28 IWORK_DECLARE_PROPERTY(FontSize, double);
30 IWORK_DECLARE_PROPERTY(Italic, bool);
31 IWORK_DECLARE_PROPERTY(KeepLinesTogether, bool);
32 IWORK_DECLARE_PROPERTY(KeepWithNext, bool);
34 IWORK_DECLARE_PROPERTY(LeftIndent, double);
35 IWORK_DECLARE_PROPERTY(LineSpacing, IWORKLineSpacing);
36 IWORK_DECLARE_PROPERTY(Outline, bool);
37 IWORK_DECLARE_PROPERTY(ParagraphBorderType, IWORKBorderType);
38 IWORK_DECLARE_PROPERTY(ParagraphFill, IWORKColor);
39 IWORK_DECLARE_PROPERTY(RightIndent, double);
40 IWORK_DECLARE_PROPERTY(SpaceAfter, double);
41 IWORK_DECLARE_PROPERTY(SpaceBefore, double);
42 IWORK_DECLARE_PROPERTY(Strikethru, bool);
44 IWORK_DECLARE_PROPERTY(TextBackground, IWORKColor);
45 IWORK_DECLARE_PROPERTY(Underline, bool);
46 IWORK_DECLARE_PROPERTY(WidowControl, bool);
47 
48 }
49 
50 #endif // IWORKPROPERTIES_H_INCLUDED
51 
52 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWORKColorElement.cpp:19
IWORKCapitalization
Definition: IWORKEnum.h:48
Definition: IWORKToken.h:171
boost::shared_ptr< IWORKGeometry > IWORKGeometryPtr_t
Definition: IWORKTypes_fwd.h:29
IWORKBaseline
Definition: IWORKEnum.h:24
std::deque< IWORKTabStop > IWORKTabStops_t
Definition: IWORKTypes.h:88
IWORKAlignment
Definition: IWORKEnum.h:16
IWORK_DECLARE_PROPERTY(Alignment, IWORKAlignment)
IWORKBorderType
Definition: IWORKEnum.h:31

Generated for libetonyek by doxygen 1.8.8