Main Page
Namespaces
Classes
Files
File List
File Members
WP6NumberingMethodGroup.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
* Alternatively, the contents of this file may be used under the terms
10
* of the GNU Lesser General Public License Version 2.1 or later
11
* (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
12
* applicable instead of those above.
13
*
14
* For further information visit http://libwpd.sourceforge.net
15
*/
16
17
/* "This product is not manufactured, approved, or supported by
18
* Corel Corporation or Corel Corporation Limited."
19
*/
20
21
#ifndef WP6NUMBERINGMETHODGROUP_H
22
#define WP6NUMBERINGMETHODGROUP_H
23
24
#include "
WP6VariableLengthGroup.h
"
25
26
class
WP6NumberingMethodGroup
:
public
WP6VariableLengthGroup
27
{
28
public
:
29
WP6NumberingMethodGroup
(WPXInputStream *input,
WPXEncryption
*encryption);
30
~WP6NumberingMethodGroup
();
31
void
_readContents
(WPXInputStream *input,
WPXEncryption
*encryption);
32
void
parse
(
WP6Listener
*listener);
33
private
:
34
uint8_t
m_levelNumber
;
35
uint8_t
m_numberingMethod
;
36
};
37
38
#endif
/* WP6NUMBERINGMETHODGROUP_H */
39
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
Generated for libwpd by
doxygen
1.8.1.2