WP6PageGroup.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* libwpd
3  * Version: MPL 2.0 / LGPLv2.1+
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  * Major Contributor(s):
10  * Copyright (C) 2002 William Lachance (wrlach@gmail.com)
11  * Copyright (C) 2002 Marc Maurer (uwog@uwog.net)
12  *
13  * For minor contributions see the git repository.
14  *
15  * Alternatively, the contents of this file may be used under the terms
16  * of the GNU Lesser General Public License Version 2.1 or later
17  * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
18  * applicable instead of those above.
19  *
20  * For further information visit http://libwpd.sourceforge.net
21  */
22 
23 /* "This product is not manufactured, approved, or supported by
24  * Corel Corporation or Corel Corporation Limited."
25  */
26 
27 #ifndef WP6PAGEGROUP_H
28 #define WP6PAGEGROUP_H
29 
30 #include "WP6VariableLengthGroup.h"
31 
33 {
34 public:
35  WP6PageGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption);
36  ~WP6PageGroup();
37  void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption);
38  void parse(WP6Listener *listener);
39 
40 private:
41  // variables needed for subgroup 0 and 1 (Left/Right Margin Set)
42  unsigned short m_margin;
43  // variables needed for subgroup 2 (suppress page characteristics)
44  unsigned char m_suppressedCode;
45  // variables needed for subgroup 3 (page number position)
46  unsigned short m_pageNumberTypefaceDesc;
47  unsigned char m_pageNumberUseFlag;
49  unsigned short m_pageNumberPointSize;
50  unsigned char m_pageNumberPosition;
53  unsigned short m_pageNumberAttributes1;
54  unsigned short m_pageNumberAttributes2;
56  unsigned short m_pageNumberHeight;
58 
59  // variables needed for subgroup 0x11 (Form)
60  unsigned short m_formLength;
61  unsigned short m_formWidth;
62  unsigned char m_formType;
64 
65 };
66 
67 #endif /* WP6PAGEGROUP_H */
68 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
Definition: WP6Listener.h:40
unsigned short m_pageNumberAttributes2
Definition: WP6PageGroup.h:54
unsigned char m_pageNumberNewPagePosition
Definition: WP6PageGroup.h:57
Definition: WP6PageGroup.h:32
unsigned short m_pageNumberMatchedFontIndex
Definition: WP6PageGroup.h:51
unsigned short m_margin
Definition: WP6PageGroup.h:42
unsigned short m_pageNumberPointSize
Definition: WP6PageGroup.h:49
unsigned short m_formLength
Definition: WP6PageGroup.h:60
RGBSColor m_pageNumberColor
Definition: WP6PageGroup.h:55
unsigned short m_pageNumberAttributes1
Definition: WP6PageGroup.h:53
unsigned char m_suppressedCode
Definition: WP6PageGroup.h:44
unsigned short m_formWidth
Definition: WP6PageGroup.h:61
void _readContents(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP6PageGroup.cpp:61
Definition: libwpd_internal.h:167
unsigned short m_pageNumberHeight
Definition: WP6PageGroup.h:56
unsigned short m_pageNumberTypefaceDesc
Definition: WP6PageGroup.h:46
unsigned char m_pageNumberPosition
Definition: WP6PageGroup.h:50
WPXFormOrientation
Definition: libwpd_internal.h:105
~WP6PageGroup()
Definition: WP6PageGroup.cpp:57
WPXFormOrientation m_formOrientation
Definition: WP6PageGroup.h:63
unsigned char m_pageNumberUseFlag
Definition: WP6PageGroup.h:47
unsigned short m_pageNumberingFontPIDCopy
Definition: WP6PageGroup.h:48
Definition: WPXEncryption.h:33
unsigned char m_formType
Definition: WP6PageGroup.h:62
WP6PageGroup(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition: WP6PageGroup.cpp:33
unsigned short m_pageNumberMatchedFontPointSize
Definition: WP6PageGroup.h:52
void parse(WP6Listener *listener)
Definition: WP6PageGroup.cpp:121
Definition: WP6VariableLengthGroup.h:40

Generated for libwpd by doxygen 1.8.8