Blame src/lib/NumberingType.h

rpm-build 9243a4
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
rpm-build 9243a4
/*
rpm-build 9243a4
 * This file is part of the libmspub project.
rpm-build 9243a4
 *
rpm-build 9243a4
 * This Source Code Form is subject to the terms of the Mozilla Public
rpm-build 9243a4
 * License, v. 2.0. If a copy of the MPL was not distributed with this
rpm-build 9243a4
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
rpm-build 9243a4
 */
rpm-build 9243a4
rpm-build 9243a4
#ifndef INCLUDED_NUMBERINGTYPE_H
rpm-build 9243a4
#define INCLUDED_NUMBERINGTYPE_H
rpm-build 9243a4
rpm-build 9243a4
namespace libmspub
rpm-build 9243a4
{
rpm-build 9243a4
enum NumberingType
rpm-build 9243a4
{
rpm-build 9243a4
  STANDARD_WESTERN,
rpm-build 9243a4
  UPPERCASE_ROMAN,
rpm-build 9243a4
  LOWERCASE_ROMAN,
rpm-build 9243a4
  UPPERCASE_LETTERS,
rpm-build 9243a4
  LOWERCASE_LETTERS,
rpm-build 9243a4
  ORDINALS,
rpm-build 9243a4
  SPELLED_CARDINALS,
rpm-build 9243a4
  SPELLED_ORDINALS,
rpm-build 9243a4
  STANDARD_WESTERN_AT_LEAST_TWO_DIGITS = 0x16
rpm-build 9243a4
};
rpm-build 9243a4
} // namespace libmspub
rpm-build 9243a4
rpm-build 9243a4
#endif /* INCLUDED_NUMBERINGTYPE_H */
rpm-build 9243a4
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */