|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * This file is part of PHPWord - A pure PHP library for reading and writing |
| 4 | + * word processing documents. |
| 5 | + * |
| 6 | + * PHPWord is free software distributed under the terms of the GNU Lesser |
| 7 | + * General Public License version 3 as published by the Free Software Foundation. |
| 8 | + * |
| 9 | + * For the full copyright and license information, please read the LICENSE |
| 10 | + * file that was distributed with this source code. For the full list of |
| 11 | + * contributors, visit https://github.com/PHPOffice/PHPWord/contributors. |
| 12 | + * |
| 13 | + * @link https://github.com/PHPOffice/PHPWord |
| 14 | + * @copyright 2010-2016 PHPWord contributors |
| 15 | + * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 |
| 16 | + */ |
| 17 | + |
| 18 | +namespace PhpOffice\PhpWord\SimpleType; |
| 19 | + |
| 20 | +use PhpOffice\PhpWord\Shared\AbstractEnum; |
| 21 | + |
| 22 | +/** |
| 23 | + * Numbering Format. |
| 24 | + * |
| 25 | + * @since 0.14.0 |
| 26 | + * |
| 27 | + * @see http://www.datypic.com/sc/ooxml/t-w_ST_NumberFormat.html. |
| 28 | + * |
| 29 | + * @codeCoverageIgnore |
| 30 | + */ |
| 31 | +final class NumberFormat extends AbstractEnum |
| 32 | +{ |
| 33 | + //Decimal Numbers |
| 34 | + const DECIMAL = 'decimal'; |
| 35 | + //Uppercase Roman Numerals |
| 36 | + const UPPER_ROMAN = 'upperRoman'; |
| 37 | + //Lowercase Roman Numerals |
| 38 | + const LOWER_ROMAN = 'lowerRoman'; |
| 39 | + //Uppercase Latin Alphabet |
| 40 | + const UPPER_LETTER = 'upperLetter'; |
| 41 | + //Lowercase Latin Alphabet |
| 42 | + const LOWER_LETTER = 'lowerLetter'; |
| 43 | + //Ordinal |
| 44 | + const ORDINAL = 'ordinal'; |
| 45 | + //Cardinal Text |
| 46 | + const CARDINAL_TEXT = 'cardinalText'; |
| 47 | + //Ordinal Text |
| 48 | + const ORDINAL_TEXT = 'ordinalText'; |
| 49 | + //Hexadecimal Numbering |
| 50 | + const HEX = 'hex'; |
| 51 | + //Chicago Manual of Style |
| 52 | + const CHICAGO = 'chicago'; |
| 53 | + //Ideographs |
| 54 | + const IDEOGRAPH_DIGITAL = 'ideographDigital'; |
| 55 | + //Japanese Counting System |
| 56 | + const JAPANESE_COUNTING = 'japaneseCounting'; |
| 57 | + //AIUEO Order Hiragana |
| 58 | + const AIUEO = 'aiueo'; |
| 59 | + //Iroha Ordered Katakana |
| 60 | + const IROHA = 'iroha'; |
| 61 | + //Double Byte Arabic Numerals |
| 62 | + const DECIMAL_FULL_WIDTH = 'decimalFullWidth'; |
| 63 | + //Single Byte Arabic Numerals |
| 64 | + const DECIMAL_HALF_WIDTH = 'decimalHalfWidth'; |
| 65 | + //Japanese Legal Numbering |
| 66 | + const JAPANESE_LEGAL = 'japaneseLegal'; |
| 67 | + //Japanese Digital Ten Thousand Counting System |
| 68 | + const JAPANESE_DIGITAL_TEN_THOUSAND = 'japaneseDigitalTenThousand'; |
| 69 | + //Decimal Numbers Enclosed in a Circle |
| 70 | + const DECIMAL_ENCLOSED_CIRCLE = 'decimalEnclosedCircle'; |
| 71 | + //Double Byte Arabic Numerals Alternate |
| 72 | + const DECIMAL_FULL_WIDTH2 = 'decimalFullWidth2'; |
| 73 | + //Full-Width AIUEO Order Hiragana |
| 74 | + const AIUEO_FULL_WIDTH = 'aiueoFullWidth'; |
| 75 | + //Full-Width Iroha Ordered Katakana |
| 76 | + const IROHA_FULL_WIDTH = 'irohaFullWidth'; |
| 77 | + //Initial Zero Arabic Numerals |
| 78 | + const DECIMAL_ZERO = 'decimalZero'; |
| 79 | + //Bullet |
| 80 | + const BULLET = 'bullet'; |
| 81 | + //Korean Ganada Numbering |
| 82 | + const GANADA = 'ganada'; |
| 83 | + //Korean Chosung Numbering |
| 84 | + const CHOSUNG = 'chosung'; |
| 85 | + //Decimal Numbers Followed by a Period |
| 86 | + const DECIMAL_ENCLOSED_FULL_STOP = 'decimalEnclosedFullstop'; |
| 87 | + //Decimal Numbers Enclosed in Parenthesis |
| 88 | + const DECIMAL_ENCLOSED_PAREN = 'decimalEnclosedParen'; |
| 89 | + //Decimal Numbers Enclosed in a Circle |
| 90 | + const DECIMAL_ENCLOSED_CIRCLE_CHINESE = 'decimalEnclosedCircleChinese'; |
| 91 | + //Ideographs Enclosed in a Circle |
| 92 | + const IDEOGRAPHENCLOSEDCIRCLE = 'ideographEnclosedCircle'; |
| 93 | + //Traditional Ideograph Format |
| 94 | + const IDEOGRAPH_TRADITIONAL = 'ideographTraditional'; |
| 95 | + //Zodiac Ideograph Format |
| 96 | + const IDEOGRAPH_ZODIAC = 'ideographZodiac'; |
| 97 | + //Traditional Zodiac Ideograph Format |
| 98 | + const IDEOGRAPH_ZODIAC_TRADITIONAL = 'ideographZodiacTraditional'; |
| 99 | + //Taiwanese Counting System |
| 100 | + const TAIWANESE_COUNTING = 'taiwaneseCounting'; |
| 101 | + //Traditional Legal Ideograph Format |
| 102 | + const IDEOGRAPH_LEGAL_TRADITIONAL = 'ideographLegalTraditional'; |
| 103 | + //Taiwanese Counting Thousand System |
| 104 | + const TAIWANESE_COUNTING_THOUSAND = 'taiwaneseCountingThousand'; |
| 105 | + //Taiwanese Digital Counting System |
| 106 | + const TAIWANESE_DIGITAL = 'taiwaneseDigital'; |
| 107 | + //Chinese Counting System |
| 108 | + const CHINESE_COUNTING = 'chineseCounting'; |
| 109 | + //Chinese Legal Simplified Format |
| 110 | + const CHINESE_LEGAL_SIMPLIFIED = 'chineseLegalSimplified'; |
| 111 | + //Chinese Counting Thousand System |
| 112 | + const CHINESE_COUNTING_THOUSAND = 'chineseCountingThousand'; |
| 113 | + //Korean Digital Counting System |
| 114 | + const KOREAN_DIGITAL = 'koreanDigital'; |
| 115 | + //Korean Counting System |
| 116 | + const KOREAN_COUNTING = 'koreanCounting'; |
| 117 | + //Korean Legal Numbering |
| 118 | + const KOREAN_LEGAL = 'koreanLegal'; |
| 119 | + //Korean Digital Counting System Alternate |
| 120 | + const KOREAN_DIGITAL2 = 'koreanDigital2'; |
| 121 | + //Vietnamese Numerals |
| 122 | + const VIETNAMESE_COUNTING = 'vietnameseCounting'; |
| 123 | + //Lowercase Russian Alphabet |
| 124 | + const RUSSIAN_LOWER = 'russianLower'; |
| 125 | + //Uppercase Russian Alphabet |
| 126 | + const RUSSIAN_UPPER = 'russianUpper'; |
| 127 | + //No Numbering |
| 128 | + const NONE = 'none'; |
| 129 | + //Number With Dashes |
| 130 | + const NUMBER_IN_DASH = 'numberInDash'; |
| 131 | + //Hebrew Numerals |
| 132 | + const HEBREW1 = 'hebrew1'; |
| 133 | + //Hebrew Alphabet |
| 134 | + const HEBREW2 = 'hebrew2'; |
| 135 | + //Arabic Alphabet |
| 136 | + const ARABIC_ALPHA = 'arabicAlpha'; |
| 137 | + //Arabic Abjad Numerals |
| 138 | + const ARABIC_ABJAD = 'arabicAbjad'; |
| 139 | + //Hindi Vowels |
| 140 | + const HINDI_VOWELS = 'hindiVowels'; |
| 141 | + //Hindi Consonants |
| 142 | + const HINDI_CONSONANTS = 'hindiConsonants'; |
| 143 | + //Hindi Numbers |
| 144 | + const HINDI_NUMBERS = 'hindiNumbers'; |
| 145 | + //Hindi Counting System |
| 146 | + const HINDI_COUNTING = 'hindiCounting'; |
| 147 | + //Thai Letters |
| 148 | + const THAI_LETTERS = 'thaiLetters'; |
| 149 | + //Thai Numerals |
| 150 | + const THAI_NUMBERS = 'thaiNumbers'; |
| 151 | + //Thai Counting System |
| 152 | + const THAI_COUNTING = 'thaiCounting'; |
| 153 | +} |
0 commit comments