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(WPXInputStream *input, WPXEncryption *encryption);
36  ~WP6PageGroup();
37  void _readContents(WPXInputStream *input, WPXEncryption *encryption);
38  void parse(WP6Listener *listener);
39 
40 private:
41  // variables needed for subgroup 0 and 1 (Left/Right Margin Set)
42  uint16_t m_margin;
43  // variables needed for subgroup 2 (suppress page characteristics)
45  // variables needed for subgroup 3 (page number position)
58 
59  // variables needed for subgroup 0x11 (Form)
60  uint16_t m_formLength;
61  uint16_t m_formWidth;
62  uint8_t m_formType;
64 
65 };
66 
67 #endif /* WP6PAGEGROUP_H */
68 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
uint16_t m_pageNumberHeight
Definition: WP6PageGroup.h:56
WP6PageGroup(WPXInputStream *input, WPXEncryption *encryption)
Definition: WP6PageGroup.cpp:33
Definition: WP6Listener.h:42
uint16_t m_pageNumberMatchedFontIndex
Definition: WP6PageGroup.h:51
void _readContents(WPXInputStream *input, WPXEncryption *encryption)
Definition: WP6PageGroup.cpp:61
Definition: WP6PageGroup.h:32
RGBSColor m_pageNumberColor
Definition: WP6PageGroup.h:55
uint8_t m_formType
Definition: WP6PageGroup.h:62
uint8_t m_pageNumberUseFlag
Definition: WP6PageGroup.h:47
Definition: libwpd_internal.h:168
uint16_t m_formWidth
Definition: WP6PageGroup.h:61
uint8_t m_pageNumberPosition
Definition: WP6PageGroup.h:50
uint16_t m_pageNumberingFontPIDCopy
Definition: WP6PageGroup.h:48
WPXFormOrientation
Definition: libwpd_internal.h:106
~WP6PageGroup()
Definition: WP6PageGroup.cpp:57
WPXFormOrientation m_formOrientation
Definition: WP6PageGroup.h:63
uint8_t m_pageNumberNewPagePosition
Definition: WP6PageGroup.h:57
uint8_t m_suppressedCode
Definition: WP6PageGroup.h:44
Definition: WPXEncryption.h:35
uint16_t m_pageNumberTypefaceDesc
Definition: WP6PageGroup.h:46
uint16_t m_pageNumberAttributes2
Definition: WP6PageGroup.h:54
uint16_t m_pageNumberMatchedFontPointSize
Definition: WP6PageGroup.h:52
uint16_t m_pageNumberAttributes1
Definition: WP6PageGroup.h:53
void parse(WP6Listener *listener)
Definition: WP6PageGroup.cpp:121
uint16_t m_margin
Definition: WP6PageGroup.h:42
Definition: WPXStream.h:36
Definition: WP6VariableLengthGroup.h:40
uint16_t m_pageNumberPointSize
Definition: WP6PageGroup.h:49
uint16_t m_formLength
Definition: WP6PageGroup.h:60

Generated for libwpd by doxygen 1.8.5