| 1 | /* |
|---|
| 2 | * Copyright 2007-2008, Plutext Pty Ltd. |
|---|
| 3 | * |
|---|
| 4 | * This file is part of docx4j. |
|---|
| 5 | |
|---|
| 6 | docx4j is licensed under the Apache License, Version 2.0 (the "License"); |
|---|
| 7 | you may not use this file except in compliance with the License. |
|---|
| 8 | |
|---|
| 9 | You may obtain a copy of the License at |
|---|
| 10 | |
|---|
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
|---|
| 12 | |
|---|
| 13 | Unless required by applicable law or agreed to in writing, software |
|---|
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
|---|
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|---|
| 16 | See the License for the specific language governing permissions and |
|---|
| 17 | limitations under the License. |
|---|
| 18 | |
|---|
| 19 | */ |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | package org.docx4j.dml; |
|---|
| 23 | |
|---|
| 24 | import javax.xml.bind.annotation.XmlEnum; |
|---|
| 25 | import javax.xml.bind.annotation.XmlEnumValue; |
|---|
| 26 | import javax.xml.bind.annotation.XmlType; |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | /** |
|---|
| 30 | * <p>Java class for ST_PresetColorVal. |
|---|
| 31 | * |
|---|
| 32 | * <p>The following schema fragment specifies the expected content contained within this class. |
|---|
| 33 | * <p> |
|---|
| 34 | * <pre> |
|---|
| 35 | * <simpleType name="ST_PresetColorVal"> |
|---|
| 36 | * <restriction base="{http://www.w3.org/2001/XMLSchema}token"> |
|---|
| 37 | * <enumeration value="aliceBlue"/> |
|---|
| 38 | * <enumeration value="antiqueWhite"/> |
|---|
| 39 | * <enumeration value="aqua"/> |
|---|
| 40 | * <enumeration value="aquamarine"/> |
|---|
| 41 | * <enumeration value="azure"/> |
|---|
| 42 | * <enumeration value="beige"/> |
|---|
| 43 | * <enumeration value="bisque"/> |
|---|
| 44 | * <enumeration value="black"/> |
|---|
| 45 | * <enumeration value="blanchedAlmond"/> |
|---|
| 46 | * <enumeration value="blue"/> |
|---|
| 47 | * <enumeration value="blueViolet"/> |
|---|
| 48 | * <enumeration value="brown"/> |
|---|
| 49 | * <enumeration value="burlyWood"/> |
|---|
| 50 | * <enumeration value="cadetBlue"/> |
|---|
| 51 | * <enumeration value="chartreuse"/> |
|---|
| 52 | * <enumeration value="chocolate"/> |
|---|
| 53 | * <enumeration value="coral"/> |
|---|
| 54 | * <enumeration value="cornflowerBlue"/> |
|---|
| 55 | * <enumeration value="cornsilk"/> |
|---|
| 56 | * <enumeration value="crimson"/> |
|---|
| 57 | * <enumeration value="cyan"/> |
|---|
| 58 | * <enumeration value="dkBlue"/> |
|---|
| 59 | * <enumeration value="dkCyan"/> |
|---|
| 60 | * <enumeration value="dkGoldenrod"/> |
|---|
| 61 | * <enumeration value="dkGray"/> |
|---|
| 62 | * <enumeration value="dkGreen"/> |
|---|
| 63 | * <enumeration value="dkKhaki"/> |
|---|
| 64 | * <enumeration value="dkMagenta"/> |
|---|
| 65 | * <enumeration value="dkOliveGreen"/> |
|---|
| 66 | * <enumeration value="dkOrange"/> |
|---|
| 67 | * <enumeration value="dkOrchid"/> |
|---|
| 68 | * <enumeration value="dkRed"/> |
|---|
| 69 | * <enumeration value="dkSalmon"/> |
|---|
| 70 | * <enumeration value="dkSeaGreen"/> |
|---|
| 71 | * <enumeration value="dkSlateBlue"/> |
|---|
| 72 | * <enumeration value="dkSlateGray"/> |
|---|
| 73 | * <enumeration value="dkTurquoise"/> |
|---|
| 74 | * <enumeration value="dkViolet"/> |
|---|
| 75 | * <enumeration value="deepPink"/> |
|---|
| 76 | * <enumeration value="deepSkyBlue"/> |
|---|
| 77 | * <enumeration value="dimGray"/> |
|---|
| 78 | * <enumeration value="dodgerBlue"/> |
|---|
| 79 | * <enumeration value="firebrick"/> |
|---|
| 80 | * <enumeration value="floralWhite"/> |
|---|
| 81 | * <enumeration value="forestGreen"/> |
|---|
| 82 | * <enumeration value="fuchsia"/> |
|---|
| 83 | * <enumeration value="gainsboro"/> |
|---|
| 84 | * <enumeration value="ghostWhite"/> |
|---|
| 85 | * <enumeration value="gold"/> |
|---|
| 86 | * <enumeration value="goldenrod"/> |
|---|
| 87 | * <enumeration value="gray"/> |
|---|
| 88 | * <enumeration value="green"/> |
|---|
| 89 | * <enumeration value="greenYellow"/> |
|---|
| 90 | * <enumeration value="honeydew"/> |
|---|
| 91 | * <enumeration value="hotPink"/> |
|---|
| 92 | * <enumeration value="indianRed"/> |
|---|
| 93 | * <enumeration value="indigo"/> |
|---|
| 94 | * <enumeration value="ivory"/> |
|---|
| 95 | * <enumeration value="khaki"/> |
|---|
| 96 | * <enumeration value="lavender"/> |
|---|
| 97 | * <enumeration value="lavenderBlush"/> |
|---|
| 98 | * <enumeration value="lawnGreen"/> |
|---|
| 99 | * <enumeration value="lemonChiffon"/> |
|---|
| 100 | * <enumeration value="ltBlue"/> |
|---|
| 101 | * <enumeration value="ltCoral"/> |
|---|
| 102 | * <enumeration value="ltCyan"/> |
|---|
| 103 | * <enumeration value="ltGoldenrodYellow"/> |
|---|
| 104 | * <enumeration value="ltGray"/> |
|---|
| 105 | * <enumeration value="ltGreen"/> |
|---|
| 106 | * <enumeration value="ltPink"/> |
|---|
| 107 | * <enumeration value="ltSalmon"/> |
|---|
| 108 | * <enumeration value="ltSeaGreen"/> |
|---|
| 109 | * <enumeration value="ltSkyBlue"/> |
|---|
| 110 | * <enumeration value="ltSlateGray"/> |
|---|
| 111 | * <enumeration value="ltSteelBlue"/> |
|---|
| 112 | * <enumeration value="ltYellow"/> |
|---|
| 113 | * <enumeration value="lime"/> |
|---|
| 114 | * <enumeration value="limeGreen"/> |
|---|
| 115 | * <enumeration value="linen"/> |
|---|
| 116 | * <enumeration value="magenta"/> |
|---|
| 117 | * <enumeration value="maroon"/> |
|---|
| 118 | * <enumeration value="medAquamarine"/> |
|---|
| 119 | * <enumeration value="medBlue"/> |
|---|
| 120 | * <enumeration value="medOrchid"/> |
|---|
| 121 | * <enumeration value="medPurple"/> |
|---|
| 122 | * <enumeration value="medSeaGreen"/> |
|---|
| 123 | * <enumeration value="medSlateBlue"/> |
|---|
| 124 | * <enumeration value="medSpringGreen"/> |
|---|
| 125 | * <enumeration value="medTurquoise"/> |
|---|
| 126 | * <enumeration value="medVioletRed"/> |
|---|
| 127 | * <enumeration value="midnightBlue"/> |
|---|
| 128 | * <enumeration value="mintCream"/> |
|---|
| 129 | * <enumeration value="mistyRose"/> |
|---|
| 130 | * <enumeration value="moccasin"/> |
|---|
| 131 | * <enumeration value="navajoWhite"/> |
|---|
| 132 | * <enumeration value="navy"/> |
|---|
| 133 | * <enumeration value="oldLace"/> |
|---|
| 134 | * <enumeration value="olive"/> |
|---|
| 135 | * <enumeration value="oliveDrab"/> |
|---|
| 136 | * <enumeration value="orange"/> |
|---|
| 137 | * <enumeration value="orangeRed"/> |
|---|
| 138 | * <enumeration value="orchid"/> |
|---|
| 139 | * <enumeration value="paleGoldenrod"/> |
|---|
| 140 | * <enumeration value="paleGreen"/> |
|---|
| 141 | * <enumeration value="paleTurquoise"/> |
|---|
| 142 | * <enumeration value="paleVioletRed"/> |
|---|
| 143 | * <enumeration value="papayaWhip"/> |
|---|
| 144 | * <enumeration value="peachPuff"/> |
|---|
| 145 | * <enumeration value="peru"/> |
|---|
| 146 | * <enumeration value="pink"/> |
|---|
| 147 | * <enumeration value="plum"/> |
|---|
| 148 | * <enumeration value="powderBlue"/> |
|---|
| 149 | * <enumeration value="purple"/> |
|---|
| 150 | * <enumeration value="red"/> |
|---|
| 151 | * <enumeration value="rosyBrown"/> |
|---|
| 152 | * <enumeration value="royalBlue"/> |
|---|
| 153 | * <enumeration value="saddleBrown"/> |
|---|
| 154 | * <enumeration value="salmon"/> |
|---|
| 155 | * <enumeration value="sandyBrown"/> |
|---|
| 156 | * <enumeration value="seaGreen"/> |
|---|
| 157 | * <enumeration value="seaShell"/> |
|---|
| 158 | * <enumeration value="sienna"/> |
|---|
| 159 | * <enumeration value="silver"/> |
|---|
| 160 | * <enumeration value="skyBlue"/> |
|---|
| 161 | * <enumeration value="slateBlue"/> |
|---|
| 162 | * <enumeration value="slateGray"/> |
|---|
| 163 | * <enumeration value="snow"/> |
|---|
| 164 | * <enumeration value="springGreen"/> |
|---|
| 165 | * <enumeration value="steelBlue"/> |
|---|
| 166 | * <enumeration value="tan"/> |
|---|
| 167 | * <enumeration value="teal"/> |
|---|
| 168 | * <enumeration value="thistle"/> |
|---|
| 169 | * <enumeration value="tomato"/> |
|---|
| 170 | * <enumeration value="turquoise"/> |
|---|
| 171 | * <enumeration value="violet"/> |
|---|
| 172 | * <enumeration value="wheat"/> |
|---|
| 173 | * <enumeration value="white"/> |
|---|
| 174 | * <enumeration value="whiteSmoke"/> |
|---|
| 175 | * <enumeration value="yellow"/> |
|---|
| 176 | * <enumeration value="yellowGreen"/> |
|---|
| 177 | * </restriction> |
|---|
| 178 | * </simpleType> |
|---|
| 179 | * </pre> |
|---|
| 180 | * |
|---|
| 181 | */ |
|---|
| 182 | @XmlType(name = "ST_PresetColorVal") |
|---|
| 183 | @XmlEnum |
|---|
| 184 | public enum STPresetColorVal { |
|---|
| 185 | |
|---|
| 186 | |
|---|
| 187 | /** |
|---|
| 188 | * Alice Blue Preset Color |
|---|
| 189 | * |
|---|
| 190 | */ |
|---|
| 191 | @XmlEnumValue("aliceBlue") |
|---|
| 192 | ALICE_BLUE("aliceBlue"), |
|---|
| 193 | |
|---|
| 194 | /** |
|---|
| 195 | * Antique White Preset Color |
|---|
| 196 | * |
|---|
| 197 | */ |
|---|
| 198 | @XmlEnumValue("antiqueWhite") |
|---|
| 199 | ANTIQUE_WHITE("antiqueWhite"), |
|---|
| 200 | |
|---|
| 201 | /** |
|---|
| 202 | * Aqua Preset Color |
|---|
| 203 | * |
|---|
| 204 | */ |
|---|
| 205 | @XmlEnumValue("aqua") |
|---|
| 206 | AQUA("aqua"), |
|---|
| 207 | |
|---|
| 208 | /** |
|---|
| 209 | * Aquamarine Preset Color |
|---|
| 210 | * |
|---|
| 211 | */ |
|---|
| 212 | @XmlEnumValue("aquamarine") |
|---|
| 213 | AQUAMARINE("aquamarine"), |
|---|
| 214 | |
|---|
| 215 | /** |
|---|
| 216 | * Azure Preset Color |
|---|
| 217 | * |
|---|
| 218 | */ |
|---|
| 219 | @XmlEnumValue("azure") |
|---|
| 220 | AZURE("azure"), |
|---|
| 221 | |
|---|
| 222 | /** |
|---|
| 223 | * Beige Preset Color |
|---|
| 224 | * |
|---|
| 225 | */ |
|---|
| 226 | @XmlEnumValue("beige") |
|---|
| 227 | BEIGE("beige"), |
|---|
| 228 | |
|---|
| 229 | /** |
|---|
| 230 | * Bisque Preset Color |
|---|
| 231 | * |
|---|
| 232 | */ |
|---|
| 233 | @XmlEnumValue("bisque") |
|---|
| 234 | BISQUE("bisque"), |
|---|
| 235 | |
|---|
| 236 | /** |
|---|
| 237 | * Black Preset Color |
|---|
| 238 | * |
|---|
| 239 | */ |
|---|
| 240 | @XmlEnumValue("black") |
|---|
| 241 | BLACK("black"), |
|---|
| 242 | |
|---|
| 243 | /** |
|---|
| 244 | * Blanched Almond Preset Color |
|---|
| 245 | * |
|---|
| 246 | */ |
|---|
| 247 | @XmlEnumValue("blanchedAlmond") |
|---|
| 248 | BLANCHED_ALMOND("blanchedAlmond"), |
|---|
| 249 | |
|---|
| 250 | /** |
|---|
| 251 | * Blue Preset Color |
|---|
| 252 | * |
|---|
| 253 | */ |
|---|
| 254 | @XmlEnumValue("blue") |
|---|
| 255 | BLUE("blue"), |
|---|
| 256 | |
|---|
| 257 | /** |
|---|
| 258 | * Blue Violet Preset Color |
|---|
| 259 | * |
|---|
| 260 | */ |
|---|
| 261 | @XmlEnumValue("blueViolet") |
|---|
| 262 | BLUE_VIOLET("blueViolet"), |
|---|
| 263 | |
|---|
| 264 | /** |
|---|
| 265 | * Brown Preset Color |
|---|
| 266 | * |
|---|
| 267 | */ |
|---|
| 268 | @XmlEnumValue("brown") |
|---|
| 269 | BROWN("brown"), |
|---|
| 270 | |
|---|
| 271 | /** |
|---|
| 272 | * Burly Wood Preset Color |
|---|
| 273 | * |
|---|
| 274 | */ |
|---|
| 275 | @XmlEnumValue("burlyWood") |
|---|
| 276 | BURLY_WOOD("burlyWood"), |
|---|
| 277 | |
|---|
| 278 | /** |
|---|
| 279 | * Cadet Blue Preset Color |
|---|
| 280 | * |
|---|
| 281 | */ |
|---|
| 282 | @XmlEnumValue("cadetBlue") |
|---|
| 283 | CADET_BLUE("cadetBlue"), |
|---|
| 284 | |
|---|
| 285 | /** |
|---|
| 286 | * Chartreuse Preset Color |
|---|
| 287 | * |
|---|
| 288 | */ |
|---|
| 289 | @XmlEnumValue("chartreuse") |
|---|
| 290 | CHARTREUSE("chartreuse"), |
|---|
| 291 | |
|---|
| 292 | /** |
|---|
| 293 | * Chocolate Preset Color |
|---|
| 294 | * |
|---|
| 295 | */ |
|---|
| 296 | @XmlEnumValue("chocolate") |
|---|
| 297 | CHOCOLATE("chocolate"), |
|---|
| 298 | |
|---|
| 299 | /** |
|---|
| 300 | * Coral Preset Color |
|---|
| 301 | * |
|---|
| 302 | */ |
|---|
| 303 | @XmlEnumValue("coral") |
|---|
| 304 | CORAL("coral"), |
|---|
| 305 | |
|---|
| 306 | /** |
|---|
| 307 | * Cornflower Blue Preset Color |
|---|
| 308 | * |
|---|
| 309 | */ |
|---|
| 310 | @XmlEnumValue("cornflowerBlue") |
|---|
| 311 | CORNFLOWER_BLUE("cornflowerBlue"), |
|---|
| 312 | |
|---|
| 313 | /** |
|---|
| 314 | * Cornsilk Preset Color |
|---|
| 315 | * |
|---|
| 316 | */ |
|---|
| 317 | @XmlEnumValue("cornsilk") |
|---|
| 318 | CORNSILK("cornsilk"), |
|---|
| 319 | |
|---|
| 320 | /** |
|---|
| 321 | * Crimson Preset Color |
|---|
| 322 | * |
|---|
| 323 | */ |
|---|
| 324 | @XmlEnumValue("crimson") |
|---|
| 325 | CRIMSON("crimson"), |
|---|
| 326 | |
|---|
| 327 | /** |
|---|
| 328 | * Cyan Preset Color |
|---|
| 329 | * |
|---|
| 330 | */ |
|---|
| 331 | @XmlEnumValue("cyan") |
|---|
| 332 | CYAN("cyan"), |
|---|
| 333 | |
|---|
| 334 | /** |
|---|
| 335 | * Dark Blue Preset Color |
|---|
| 336 | * |
|---|
| 337 | */ |
|---|
| 338 | @XmlEnumValue("dkBlue") |
|---|
| 339 | DK_BLUE("dkBlue"), |
|---|
| 340 | |
|---|
| 341 | /** |
|---|
| 342 | * Dark Cyan Preset Color |
|---|
| 343 | * |
|---|
| 344 | */ |
|---|
| 345 | @XmlEnumValue("dkCyan") |
|---|
| 346 | DK_CYAN("dkCyan"), |
|---|
| 347 | |
|---|
| 348 | /** |
|---|
| 349 | * Dark Goldenrod Preset Color |
|---|
| 350 | * |
|---|
| 351 | */ |
|---|
| 352 | @XmlEnumValue("dkGoldenrod") |
|---|
| 353 | DK_GOLDENROD("dkGoldenrod"), |
|---|
| 354 | |
|---|
| 355 | /** |
|---|
| 356 | * Dark Gray Preset Color |
|---|
| 357 | * |
|---|
| 358 | */ |
|---|
| 359 | @XmlEnumValue("dkGray") |
|---|
| 360 | DK_GRAY("dkGray"), |
|---|
| 361 | |
|---|
| 362 | /** |
|---|
| 363 | * Dark Green Preset Color |
|---|
| 364 | * |
|---|
| 365 | */ |
|---|
| 366 | @XmlEnumValue("dkGreen") |
|---|
| 367 | DK_GREEN("dkGreen"), |
|---|
| 368 | |
|---|
| 369 | /** |
|---|
| 370 | * Dark Khaki Preset Color |
|---|
| 371 | * |
|---|
| 372 | */ |
|---|
| 373 | @XmlEnumValue("dkKhaki") |
|---|
| 374 | DK_KHAKI("dkKhaki"), |
|---|
| 375 | |
|---|
| 376 | /** |
|---|
| 377 | * Dark Magenta Preset Color |
|---|
| 378 | * |
|---|
| 379 | */ |
|---|
| 380 | @XmlEnumValue("dkMagenta") |
|---|
| 381 | DK_MAGENTA("dkMagenta"), |
|---|
| 382 | |
|---|
| 383 | /** |
|---|
| 384 | * Dark Olive Green Preset Color |
|---|
| 385 | * |
|---|
| 386 | */ |
|---|
| 387 | @XmlEnumValue("dkOliveGreen") |
|---|
| 388 | DK_OLIVE_GREEN("dkOliveGreen"), |
|---|
| 389 | |
|---|
| 390 | /** |
|---|
| 391 | * Dark Orange Preset Color |
|---|
| 392 | * |
|---|
| 393 | */ |
|---|
| 394 | @XmlEnumValue("dkOrange") |
|---|
| 395 | DK_ORANGE("dkOrange"), |
|---|
| 396 | |
|---|
| 397 | /** |
|---|
| 398 | * Dark Orchid Preset Color |
|---|
| 399 | * |
|---|
| 400 | */ |
|---|
| 401 | @XmlEnumValue("dkOrchid") |
|---|
| 402 | DK_ORCHID("dkOrchid"), |
|---|
| 403 | |
|---|
| 404 | /** |
|---|
| 405 | * Dark Red Preset Color |
|---|
| 406 | * |
|---|
| 407 | */ |
|---|
| 408 | @XmlEnumValue("dkRed") |
|---|
| 409 | DK_RED("dkRed"), |
|---|
| 410 | |
|---|
| 411 | /** |
|---|
| 412 | * Dark Salmon Preset Color |
|---|
| 413 | * |
|---|
| 414 | */ |
|---|
| 415 | @XmlEnumValue("dkSalmon") |
|---|
| 416 | DK_SALMON("dkSalmon"), |
|---|
| 417 | |
|---|
| 418 | /** |
|---|
| 419 | * Dark Sea Green Preset Color |
|---|
| 420 | * |
|---|
| 421 | */ |
|---|
| 422 | @XmlEnumValue("dkSeaGreen") |
|---|
| 423 | DK_SEA_GREEN("dkSeaGreen"), |
|---|
| 424 | |
|---|
| 425 | /** |
|---|
| 426 | * Dark Slate Blue Preset Color |
|---|
| 427 | * |
|---|
| 428 | */ |
|---|
| 429 | @XmlEnumValue("dkSlateBlue") |
|---|
| 430 | DK_SLATE_BLUE("dkSlateBlue"), |
|---|
| 431 | |
|---|
| 432 | /** |
|---|
| 433 | * Dark Slate Gray Preset Color |
|---|
| 434 | * |
|---|
| 435 | */ |
|---|
| 436 | @XmlEnumValue("dkSlateGray") |
|---|
| 437 | DK_SLATE_GRAY("dkSlateGray"), |
|---|
| 438 | |
|---|
| 439 | /** |
|---|
| 440 | * Dark Turquoise Preset Color |
|---|
| 441 | * |
|---|
| 442 | */ |
|---|
| 443 | @XmlEnumValue("dkTurquoise") |
|---|
| 444 | DK_TURQUOISE("dkTurquoise"), |
|---|
| 445 | |
|---|
| 446 | /** |
|---|
| 447 | * Dark Violet Preset Color |
|---|
| 448 | * |
|---|
| 449 | */ |
|---|
| 450 | @XmlEnumValue("dkViolet") |
|---|
| 451 | DK_VIOLET("dkViolet"), |
|---|
| 452 | |
|---|
| 453 | /** |
|---|
| 454 | * Deep Pink Preset Color |
|---|
| 455 | * |
|---|
| 456 | */ |
|---|
| 457 | @XmlEnumValue("deepPink") |
|---|
| 458 | DEEP_PINK("deepPink"), |
|---|
| 459 | |
|---|
| 460 | /** |
|---|
| 461 | * Deep Sky Blue Preset Color |
|---|
| 462 | * |
|---|
| 463 | */ |
|---|
| 464 | @XmlEnumValue("deepSkyBlue") |
|---|
| 465 | DEEP_SKY_BLUE("deepSkyBlue"), |
|---|
| 466 | |
|---|
| 467 | /** |
|---|
| 468 | * Dim Gray Preset Color |
|---|
| 469 | * |
|---|
| 470 | */ |
|---|
| 471 | @XmlEnumValue("dimGray") |
|---|
| 472 | DIM_GRAY("dimGray"), |
|---|
| 473 | |
|---|
| 474 | /** |
|---|
| 475 | * Dodger Blue Preset Color |
|---|
| 476 | * |
|---|
| 477 | */ |
|---|
| 478 | @XmlEnumValue("dodgerBlue") |
|---|
| 479 | DODGER_BLUE("dodgerBlue"), |
|---|
| 480 | |
|---|
| 481 | /** |
|---|
| 482 | * Firebrick Preset Color |
|---|
| 483 | * |
|---|
| 484 | */ |
|---|
| 485 | @XmlEnumValue("firebrick") |
|---|
| 486 | FIREBRICK("firebrick"), |
|---|
| 487 | |
|---|
| 488 | /** |
|---|
| 489 | * Floral White Preset Color |
|---|
| 490 | * |
|---|
| 491 | */ |
|---|
| 492 | @XmlEnumValue("floralWhite") |
|---|
| 493 | FLORAL_WHITE("floralWhite"), |
|---|
| 494 | |
|---|
| 495 | /** |
|---|
| 496 | * Forest Green Preset Color |
|---|
| 497 | * |
|---|
| 498 | */ |
|---|
| 499 | @XmlEnumValue("forestGreen") |
|---|
| 500 | FOREST_GREEN("forestGreen"), |
|---|
| 501 | |
|---|
| 502 | /** |
|---|
| 503 | * Fuchsia Preset Color |
|---|
| 504 | * |
|---|
| 505 | */ |
|---|
| 506 | @XmlEnumValue("fuchsia") |
|---|
| 507 | FUCHSIA("fuchsia"), |
|---|
| 508 | |
|---|
| 509 | /** |
|---|
| 510 | * Gainsboro Preset Color |
|---|
| 511 | * |
|---|
| 512 | */ |
|---|
| 513 | @XmlEnumValue("gainsboro") |
|---|
| 514 | GAINSBORO("gainsboro"), |
|---|
| 515 | |
|---|
| 516 | /** |
|---|
| 517 | * Ghost White Preset Color |
|---|
| 518 | * |
|---|
| 519 | */ |
|---|
| 520 | @XmlEnumValue("ghostWhite") |
|---|
| 521 | GHOST_WHITE("ghostWhite"), |
|---|
| 522 | |
|---|
| 523 | /** |
|---|
| 524 | * Gold Preset Color |
|---|
| 525 | * |
|---|
| 526 | */ |
|---|
| 527 | @XmlEnumValue("gold") |
|---|
| 528 | GOLD("gold"), |
|---|
| 529 | |
|---|
| 530 | /** |
|---|
| 531 | * Goldenrod Preset Color |
|---|
| 532 | * |
|---|
| 533 | */ |
|---|
| 534 | @XmlEnumValue("goldenrod") |
|---|
| 535 | GOLDENROD("goldenrod"), |
|---|
| 536 | |
|---|
| 537 | /** |
|---|
| 538 | * Gray Preset Color |
|---|
| 539 | * |
|---|
| 540 | */ |
|---|
| 541 | @XmlEnumValue("gray") |
|---|
| 542 | GRAY("gray"), |
|---|
| 543 | |
|---|
| 544 | /** |
|---|
| 545 | * Green Preset Color |
|---|
| 546 | * |
|---|
| 547 | */ |
|---|
| 548 | @XmlEnumValue("green") |
|---|
| 549 | GREEN("green"), |
|---|
| 550 | |
|---|
| 551 | /** |
|---|
| 552 | * Green Yellow Preset Color |
|---|
| 553 | * |
|---|
| 554 | */ |
|---|
| 555 | @XmlEnumValue("greenYellow") |
|---|
| 556 | GREEN_YELLOW("greenYellow"), |
|---|
| 557 | |
|---|
| 558 | /** |
|---|
| 559 | * Honeydew Preset Color |
|---|
| 560 | * |
|---|
| 561 | */ |
|---|
| 562 | @XmlEnumValue("honeydew") |
|---|
| 563 | HONEYDEW("honeydew"), |
|---|
| 564 | |
|---|
| 565 | /** |
|---|
| 566 | * Hot Pink Preset Color |
|---|
| 567 | * |
|---|
| 568 | */ |
|---|
| 569 | @XmlEnumValue("hotPink") |
|---|
| 570 | HOT_PINK("hotPink"), |
|---|
| 571 | |
|---|
| 572 | /** |
|---|
| 573 | * Indian Red Preset Color |
|---|
| 574 | * |
|---|
| 575 | */ |
|---|
| 576 | @XmlEnumValue("indianRed") |
|---|
| 577 | INDIAN_RED("indianRed"), |
|---|
| 578 | |
|---|
| 579 | /** |
|---|
| 580 | * Indigo Preset Color |
|---|
| 581 | * |
|---|
| 582 | */ |
|---|
| 583 | @XmlEnumValue("indigo") |
|---|
| 584 | INDIGO("indigo"), |
|---|
| 585 | |
|---|
| 586 | /** |
|---|
| 587 | * Ivory Preset Color |
|---|
| 588 | * |
|---|
| 589 | */ |
|---|
| 590 | @XmlEnumValue("ivory") |
|---|
| 591 | IVORY("ivory"), |
|---|
| 592 | |
|---|
| 593 | /** |
|---|
| 594 | * Khaki Preset Color |
|---|
| 595 | * |
|---|
| 596 | */ |
|---|
| 597 | @XmlEnumValue("khaki") |
|---|
| 598 | KHAKI("khaki"), |
|---|
| 599 | |
|---|
| 600 | /** |
|---|
| 601 | * Lavender Preset Color |
|---|
| 602 | * |
|---|
| 603 | */ |
|---|
| 604 | @XmlEnumValue("lavender") |
|---|
| 605 | LAVENDER("lavender"), |
|---|
| 606 | |
|---|
| 607 | /** |
|---|
| 608 | * Lavender Blush Preset Color |
|---|
| 609 | * |
|---|
| 610 | */ |
|---|
| 611 | @XmlEnumValue("lavenderBlush") |
|---|
| 612 | LAVENDER_BLUSH("lavenderBlush"), |
|---|
| 613 | |
|---|
| 614 | /** |
|---|
| 615 | * Lawn Green Preset Color |
|---|
| 616 | * |
|---|
| 617 | */ |
|---|
| 618 | @XmlEnumValue("lawnGreen") |
|---|
| 619 | LAWN_GREEN("lawnGreen"), |
|---|
| 620 | |
|---|
| 621 | /** |
|---|
| 622 | * Lemon Chiffon Preset Color |
|---|
| 623 | * |
|---|
| 624 | */ |
|---|
| 625 | @XmlEnumValue("lemonChiffon") |
|---|
| 626 | LEMON_CHIFFON("lemonChiffon"), |
|---|
| 627 | |
|---|
| 628 | /** |
|---|
| 629 | * Light Blue Preset Color |
|---|
| 630 | * |
|---|
| 631 | */ |
|---|
| 632 | @XmlEnumValue("ltBlue") |
|---|
| 633 | LT_BLUE("ltBlue"), |
|---|
| 634 | |
|---|
| 635 | /** |
|---|
| 636 | * Light Coral Preset Color |
|---|
| 637 | * |
|---|
| 638 | */ |
|---|
| 639 | @XmlEnumValue("ltCoral") |
|---|
| 640 | LT_CORAL("ltCoral"), |
|---|
| 641 | |
|---|
| 642 | /** |
|---|
| 643 | * Light Cyan Preset Color |
|---|
| 644 | * |
|---|
| 645 | */ |
|---|
| 646 | @XmlEnumValue("ltCyan") |
|---|
| 647 | LT_CYAN("ltCyan"), |
|---|
| 648 | |
|---|
| 649 | /** |
|---|
| 650 | * Light Goldenrod Yellow Preset Color |
|---|
| 651 | * |
|---|
| 652 | */ |
|---|
| 653 | @XmlEnumValue("ltGoldenrodYellow") |
|---|
| 654 | LT_GOLDENROD_YELLOW("ltGoldenrodYellow"), |
|---|
| 655 | |
|---|
| 656 | /** |
|---|
| 657 | * Light Gray Preset Color |
|---|
| 658 | * |
|---|
| 659 | */ |
|---|
| 660 | @XmlEnumValue("ltGray") |
|---|
| 661 | LT_GRAY("ltGray"), |
|---|
| 662 | |
|---|
| 663 | /** |
|---|
| 664 | * Light Green Preset Color |
|---|
| 665 | * |
|---|
| 666 | */ |
|---|
| 667 | @XmlEnumValue("ltGreen") |
|---|
| 668 | LT_GREEN("ltGreen"), |
|---|
| 669 | |
|---|
| 670 | /** |
|---|
| 671 | * Light Pink Preset Color |
|---|
| 672 | * |
|---|
| 673 | */ |
|---|
| 674 | @XmlEnumValue("ltPink") |
|---|
| 675 | LT_PINK("ltPink"), |
|---|
| 676 | |
|---|
| 677 | /** |
|---|
| 678 | * Light Salmon Preset Color |
|---|
| 679 | * |
|---|
| 680 | */ |
|---|
| 681 | @XmlEnumValue("ltSalmon") |
|---|
| 682 | LT_SALMON("ltSalmon"), |
|---|
| 683 | |
|---|
| 684 | /** |
|---|
| 685 | * Light Sea Green Preset Color |
|---|
| 686 | * |
|---|
| 687 | */ |
|---|
| 688 | @XmlEnumValue("ltSeaGreen") |
|---|
| 689 | LT_SEA_GREEN("ltSeaGreen"), |
|---|
| 690 | |
|---|
| 691 | /** |
|---|
| 692 | * Light Sky Blue Preset Color |
|---|
| 693 | * |
|---|
| 694 | */ |
|---|
| 695 | @XmlEnumValue("ltSkyBlue") |
|---|
| 696 | LT_SKY_BLUE("ltSkyBlue"), |
|---|
| 697 | |
|---|
| 698 | /** |
|---|
| 699 | * Light Slate Gray Preset Color |
|---|
| 700 | * |
|---|
| 701 | */ |
|---|
| 702 | @XmlEnumValue("ltSlateGray") |
|---|
| 703 | LT_SLATE_GRAY("ltSlateGray"), |
|---|
| 704 | |
|---|
| 705 | /** |
|---|
| 706 | * Light Steel Blue Preset Color |
|---|
| 707 | * |
|---|
| 708 | */ |
|---|
| 709 | @XmlEnumValue("ltSteelBlue") |
|---|
| 710 | LT_STEEL_BLUE("ltSteelBlue"), |
|---|
| 711 | |
|---|
| 712 | /** |
|---|
| 713 | * Light Yellow Preset Color |
|---|
| 714 | * |
|---|
| 715 | */ |
|---|
| 716 | @XmlEnumValue("ltYellow") |
|---|
| 717 | LT_YELLOW("ltYellow"), |
|---|
| 718 | |
|---|
| 719 | /** |
|---|
| 720 | * Lime Preset Color |
|---|
| 721 | * |
|---|
| 722 | */ |
|---|
| 723 | @XmlEnumValue("lime") |
|---|
| 724 | LIME("lime"), |
|---|
| 725 | |
|---|
| 726 | /** |
|---|
| 727 | * Lime Green Preset Color |
|---|
| 728 | * |
|---|
| 729 | */ |
|---|
| 730 | @XmlEnumValue("limeGreen") |
|---|
| 731 | LIME_GREEN("limeGreen"), |
|---|
| 732 | |
|---|
| 733 | /** |
|---|
| 734 | * Linen Preset Color |
|---|
| 735 | * |
|---|
| 736 | */ |
|---|
| 737 | @XmlEnumValue("linen") |
|---|
| 738 | LINEN("linen"), |
|---|
| 739 | |
|---|
| 740 | /** |
|---|
| 741 | * Magenta Preset Color |
|---|
| 742 | * |
|---|
| 743 | */ |
|---|
| 744 | @XmlEnumValue("magenta") |
|---|
| 745 | MAGENTA("magenta"), |
|---|
| 746 | |
|---|
| 747 | /** |
|---|
| 748 | * Maroon Preset Color |
|---|
| 749 | * |
|---|
| 750 | */ |
|---|
| 751 | @XmlEnumValue("maroon") |
|---|
| 752 | MAROON("maroon"), |
|---|
| 753 | |
|---|
| 754 | /** |
|---|
| 755 | * Medium Aquamarine Preset Color |
|---|
| 756 | * |
|---|
| 757 | */ |
|---|
| 758 | @XmlEnumValue("medAquamarine") |
|---|
| 759 | MED_AQUAMARINE("medAquamarine"), |
|---|
| 760 | |
|---|
| 761 | /** |
|---|
| 762 | * Medium Blue Preset Color |
|---|
| 763 | * |
|---|
| 764 | */ |
|---|
| 765 | @XmlEnumValue("medBlue") |
|---|
| 766 | MED_BLUE("medBlue"), |
|---|
| 767 | |
|---|
| 768 | /** |
|---|
| 769 | * Medium Orchid Preset Color |
|---|
| 770 | * |
|---|
| 771 | */ |
|---|
| 772 | @XmlEnumValue("medOrchid") |
|---|
| 773 | MED_ORCHID("medOrchid"), |
|---|
| 774 | |
|---|
| 775 | /** |
|---|
| 776 | * Medium Purple Preset Color |
|---|
| 777 | * |
|---|
| 778 | */ |
|---|
| 779 | @XmlEnumValue("medPurple") |
|---|
| 780 | MED_PURPLE("medPurple"), |
|---|
| 781 | |
|---|
| 782 | /** |
|---|
| 783 | * Medium Sea Green Preset Color |
|---|
| 784 | * |
|---|
| 785 | */ |
|---|
| 786 | @XmlEnumValue("medSeaGreen") |
|---|
| 787 | MED_SEA_GREEN("medSeaGreen"), |
|---|
| 788 | |
|---|
| 789 | /** |
|---|
| 790 | * Medium Slate Blue Preset Color |
|---|
| 791 | * |
|---|
| 792 | */ |
|---|
| 793 | @XmlEnumValue("medSlateBlue") |
|---|
| 794 | MED_SLATE_BLUE("medSlateBlue"), |
|---|
| 795 | |
|---|
| 796 | /** |
|---|
| 797 | * Medium Spring Green Preset Color |
|---|
| 798 | * |
|---|
| 799 | */ |
|---|
| 800 | @XmlEnumValue("medSpringGreen") |
|---|
| 801 | MED_SPRING_GREEN("medSpringGreen"), |
|---|
| 802 | |
|---|
| 803 | /** |
|---|
| 804 | * Medium Turquoise Preset Color |
|---|
| 805 | * |
|---|
| 806 | */ |
|---|
| 807 | @XmlEnumValue("medTurquoise") |
|---|
| 808 | MED_TURQUOISE("medTurquoise"), |
|---|
| 809 | |
|---|
| 810 | /** |
|---|
| 811 | * Medium Violet Red Preset Color |
|---|
| 812 | * |
|---|
| 813 | */ |
|---|
| 814 | @XmlEnumValue("medVioletRed") |
|---|
| 815 | MED_VIOLET_RED("medVioletRed"), |
|---|
| 816 | |
|---|
| 817 | /** |
|---|
| 818 | * Midnight Blue Preset Color |
|---|
| 819 | * |
|---|
| 820 | */ |
|---|
| 821 | @XmlEnumValue("midnightBlue") |
|---|
| 822 | MIDNIGHT_BLUE("midnightBlue"), |
|---|
| 823 | |
|---|
| 824 | /** |
|---|
| 825 | * Mint Cream Preset Color |
|---|
| 826 | * |
|---|
| 827 | */ |
|---|
| 828 | @XmlEnumValue("mintCream") |
|---|
| 829 | MINT_CREAM("mintCream"), |
|---|
| 830 | |
|---|
| 831 | /** |
|---|
| 832 | * Misty Rose Preset Color |
|---|
| 833 | * |
|---|
| 834 | */ |
|---|
| 835 | @XmlEnumValue("mistyRose") |
|---|
| 836 | MISTY_ROSE("mistyRose"), |
|---|
| 837 | |
|---|
| 838 | /** |
|---|
| 839 | * Moccasin Preset Color |
|---|
| 840 | * |
|---|
| 841 | */ |
|---|
| 842 | @XmlEnumValue("moccasin") |
|---|
| 843 | MOCCASIN("moccasin"), |
|---|
| 844 | |
|---|
| 845 | /** |
|---|
| 846 | * Navajo White Preset Color |
|---|
| 847 | * |
|---|
| 848 | */ |
|---|
| 849 | @XmlEnumValue("navajoWhite") |
|---|
| 850 | NAVAJO_WHITE("navajoWhite"), |
|---|
| 851 | |
|---|
| 852 | /** |
|---|
| 853 | * Navy Preset Color |
|---|
| 854 | * |
|---|
| 855 | */ |
|---|
| 856 | @XmlEnumValue("navy") |
|---|
| 857 | NAVY("navy"), |
|---|
| 858 | |
|---|
| 859 | /** |
|---|
| 860 | * Old Lace Preset Color |
|---|
| 861 | * |
|---|
| 862 | */ |
|---|
| 863 | @XmlEnumValue("oldLace") |
|---|
| 864 | OLD_LACE("oldLace"), |
|---|
| 865 | |
|---|
| 866 | /** |
|---|
| 867 | * Olive Preset Color |
|---|
| 868 | * |
|---|
| 869 | */ |
|---|
| 870 | @XmlEnumValue("olive") |
|---|
| 871 | OLIVE("olive"), |
|---|
| 872 | |
|---|
| 873 | /** |
|---|
| 874 | * Olive Drab Preset Color |
|---|
| 875 | * |
|---|
| 876 | */ |
|---|
| 877 | @XmlEnumValue("oliveDrab") |
|---|
| 878 | OLIVE_DRAB("oliveDrab"), |
|---|
| 879 | |
|---|
| 880 | /** |
|---|
| 881 | * Orange Preset Color |
|---|
| 882 | * |
|---|
| 883 | */ |
|---|
| 884 | @XmlEnumValue("orange") |
|---|
| 885 | ORANGE("orange"), |
|---|
| 886 | |
|---|
| 887 | /** |
|---|
| 888 | * Orange Red Preset Color |
|---|
| 889 | * |
|---|
| 890 | */ |
|---|
| 891 | @XmlEnumValue("orangeRed") |
|---|
| 892 | ORANGE_RED("orangeRed"), |
|---|
| 893 | |
|---|
| 894 | /** |
|---|
| 895 | * Orchid Preset Color |
|---|
| 896 | * |
|---|
| 897 | */ |
|---|
| 898 | @XmlEnumValue("orchid") |
|---|
| 899 | ORCHID("orchid"), |
|---|
| 900 | |
|---|
| 901 | /** |
|---|
| 902 | * Pale Goldenrod Preset Color |
|---|
| 903 | * |
|---|
| 904 | */ |
|---|
| 905 | @XmlEnumValue("paleGoldenrod") |
|---|
| 906 | PALE_GOLDENROD("paleGoldenrod"), |
|---|
| 907 | |
|---|
| 908 | /** |
|---|
| 909 | * Pale Green Preset Color |
|---|
| 910 | * |
|---|
| 911 | */ |
|---|
| 912 | @XmlEnumValue("paleGreen") |
|---|
| 913 | PALE_GREEN("paleGreen"), |
|---|
| 914 | |
|---|
| 915 | /** |
|---|
| 916 | * Pale Turquoise Preset Color |
|---|
| 917 | * |
|---|
| 918 | */ |
|---|
| 919 | @XmlEnumValue("paleTurquoise") |
|---|
| 920 | PALE_TURQUOISE("paleTurquoise"), |
|---|
| 921 | |
|---|
| 922 | /** |
|---|
| 923 | * Pale Violet Red Preset Color |
|---|
| 924 | * |
|---|
| 925 | */ |
|---|
| 926 | @XmlEnumValue("paleVioletRed") |
|---|
| 927 | PALE_VIOLET_RED("paleVioletRed"), |
|---|
| 928 | |
|---|
| 929 | /** |
|---|
| 930 | * Papaya Whip Preset Color |
|---|
| 931 | * |
|---|
| 932 | */ |
|---|
| 933 | @XmlEnumValue("papayaWhip") |
|---|
| 934 | PAPAYA_WHIP("papayaWhip"), |
|---|
| 935 | |
|---|
| 936 | /** |
|---|
| 937 | * Peach Puff Preset Color |
|---|
| 938 | * |
|---|
| 939 | */ |
|---|
| 940 | @XmlEnumValue("peachPuff") |
|---|
| 941 | PEACH_PUFF("peachPuff"), |
|---|
| 942 | |
|---|
| 943 | /** |
|---|
| 944 | * Peru Preset Color |
|---|
| 945 | * |
|---|
| 946 | */ |
|---|
| 947 | @XmlEnumValue("peru") |
|---|
| 948 | PERU("peru"), |
|---|
| 949 | |
|---|
| 950 | /** |
|---|
| 951 | * Pink Preset Color |
|---|
| 952 | * |
|---|
| 953 | */ |
|---|
| 954 | @XmlEnumValue("pink") |
|---|
| 955 | PINK("pink"), |
|---|
| 956 | |
|---|
| 957 | /** |
|---|
| 958 | * Plum Preset Color |
|---|
| 959 | * |
|---|
| 960 | */ |
|---|
| 961 | @XmlEnumValue("plum") |
|---|
| 962 | PLUM("plum"), |
|---|
| 963 | |
|---|
| 964 | /** |
|---|
| 965 | * Powder Blue Preset Color |
|---|
| 966 | * |
|---|
| 967 | */ |
|---|
| 968 | @XmlEnumValue("powderBlue") |
|---|
| 969 | POWDER_BLUE("powderBlue"), |
|---|
| 970 | |
|---|
| 971 | /** |
|---|
| 972 | * Purple Preset Color |
|---|
| 973 | * |
|---|
| 974 | */ |
|---|
| 975 | @XmlEnumValue("purple") |
|---|
| 976 | PURPLE("purple"), |
|---|
| 977 | |
|---|
| 978 | /** |
|---|
| 979 | * Red Preset Color |
|---|
| 980 | * |
|---|
| 981 | */ |
|---|
| 982 | @XmlEnumValue("red") |
|---|
| 983 | RED("red"), |
|---|
| 984 | |
|---|
| 985 | /** |
|---|
| 986 | * Rosy Brown Preset Color |
|---|
| 987 | * |
|---|
| 988 | */ |
|---|
| 989 | @XmlEnumValue("rosyBrown") |
|---|
| 990 | ROSY_BROWN("rosyBrown"), |
|---|
| 991 | |
|---|
| 992 | /** |
|---|
| 993 | * Royal Blue Preset Color |
|---|
| 994 | * |
|---|
| 995 | */ |
|---|
| 996 | @XmlEnumValue("royalBlue") |
|---|
| 997 | ROYAL_BLUE("royalBlue"), |
|---|
| 998 | |
|---|
| 999 | /** |
|---|
| 1000 | * Saddle Brown Preset Color |
|---|
| 1001 | * |
|---|
| 1002 | */ |
|---|
| 1003 | @XmlEnumValue("saddleBrown") |
|---|
| 1004 | SADDLE_BROWN("saddleBrown"), |
|---|
| 1005 | |
|---|
| 1006 | /** |
|---|
| 1007 | * Salmon Preset Color |
|---|
| 1008 | * |
|---|
| 1009 | */ |
|---|
| 1010 | @XmlEnumValue("salmon") |
|---|
| 1011 | SALMON("salmon"), |
|---|
| 1012 | |
|---|
| 1013 | /** |
|---|
| 1014 | * Sandy Brown Preset Color |
|---|
| 1015 | * |
|---|
| 1016 | */ |
|---|
| 1017 | @XmlEnumValue("sandyBrown") |
|---|
| 1018 | SANDY_BROWN("sandyBrown"), |
|---|
| 1019 | |
|---|
| 1020 | /** |
|---|
| 1021 | * Sea Green Preset Color |
|---|
| 1022 | * |
|---|
| 1023 | */ |
|---|
| 1024 | @XmlEnumValue("seaGreen") |
|---|
| 1025 | SEA_GREEN("seaGreen"), |
|---|
| 1026 | |
|---|
| 1027 | /** |
|---|
| 1028 | * Sea Shell Preset Color |
|---|
| 1029 | * |
|---|
| 1030 | */ |
|---|
| 1031 | @XmlEnumValue("seaShell") |
|---|
| 1032 | SEA_SHELL("seaShell"), |
|---|
| 1033 | |
|---|
| 1034 | /** |
|---|
| 1035 | * Sienna Preset Color |
|---|
| 1036 | * |
|---|
| 1037 | */ |
|---|
| 1038 | @XmlEnumValue("sienna") |
|---|
| 1039 | SIENNA("sienna"), |
|---|
| 1040 | |
|---|
| 1041 | /** |
|---|
| 1042 | * Silver Preset Color |
|---|
| 1043 | * |
|---|
| 1044 | */ |
|---|
| 1045 | @XmlEnumValue("silver") |
|---|
| 1046 | SILVER("silver"), |
|---|
| 1047 | |
|---|
| 1048 | /** |
|---|
| 1049 | * Sky Blue Preset Color |
|---|
| 1050 | * |
|---|
| 1051 | */ |
|---|
| 1052 | @XmlEnumValue("skyBlue") |
|---|
| 1053 | SKY_BLUE("skyBlue"), |
|---|
| 1054 | |
|---|
| 1055 | /** |
|---|
| 1056 | * Slate Blue Preset Color |
|---|
| 1057 | * |
|---|
| 1058 | */ |
|---|
| 1059 | @XmlEnumValue("slateBlue") |
|---|
| 1060 | SLATE_BLUE("slateBlue"), |
|---|
| 1061 | |
|---|
| 1062 | /** |
|---|
| 1063 | * Slate Gray Preset Color |
|---|
| 1064 | * |
|---|
| 1065 | */ |
|---|
| 1066 | @XmlEnumValue("slateGray") |
|---|
| 1067 | SLATE_GRAY("slateGray"), |
|---|
| 1068 | |
|---|
| 1069 | /** |
|---|
| 1070 | * Snow Preset Color |
|---|
| 1071 | * |
|---|
| 1072 | */ |
|---|
| 1073 | @XmlEnumValue("snow") |
|---|
| 1074 | SNOW("snow"), |
|---|
| 1075 | |
|---|
| 1076 | /** |
|---|
| 1077 | * Spring Green Preset Color |
|---|
| 1078 | * |
|---|
| 1079 | */ |
|---|
| 1080 | @XmlEnumValue("springGreen") |
|---|
| 1081 | SPRING_GREEN("springGreen"), |
|---|
| 1082 | |
|---|
| 1083 | /** |
|---|
| 1084 | * Steel Blue Preset Color |
|---|
| 1085 | * |
|---|
| 1086 | */ |
|---|
| 1087 | @XmlEnumValue("steelBlue") |
|---|
| 1088 | STEEL_BLUE("steelBlue"), |
|---|
| 1089 | |
|---|
| 1090 | /** |
|---|
| 1091 | * Tan Preset Color |
|---|
| 1092 | * |
|---|
| 1093 | */ |
|---|
| 1094 | @XmlEnumValue("tan") |
|---|
| 1095 | TAN("tan"), |
|---|
| 1096 | |
|---|
| 1097 | /** |
|---|
| 1098 | * Teal Preset Color |
|---|
| 1099 | * |
|---|
| 1100 | */ |
|---|
| 1101 | @XmlEnumValue("teal") |
|---|
| 1102 | TEAL("teal"), |
|---|
| 1103 | |
|---|
| 1104 | /** |
|---|
| 1105 | * Thistle Preset Color |
|---|
| 1106 | * |
|---|
| 1107 | */ |
|---|
| 1108 | @XmlEnumValue("thistle") |
|---|
| 1109 | THISTLE("thistle"), |
|---|
| 1110 | |
|---|
| 1111 | /** |
|---|
| 1112 | * Tomato Preset Color |
|---|
| 1113 | * |
|---|
| 1114 | */ |
|---|
| 1115 | @XmlEnumValue("tomato") |
|---|
| 1116 | TOMATO("tomato"), |
|---|
| 1117 | |
|---|
| 1118 | /** |
|---|
| 1119 | * Turquoise Preset Color |
|---|
| 1120 | * |
|---|
| 1121 | */ |
|---|
| 1122 | @XmlEnumValue("turquoise") |
|---|
| 1123 | TURQUOISE("turquoise"), |
|---|
| 1124 | |
|---|
| 1125 | /** |
|---|
| 1126 | * Violet Preset Color |
|---|
| 1127 | * |
|---|
| 1128 | */ |
|---|
| 1129 | @XmlEnumValue("violet") |
|---|
| 1130 | VIOLET("violet"), |
|---|
| 1131 | |
|---|
| 1132 | /** |
|---|
| 1133 | * Wheat Preset Color |
|---|
| 1134 | * |
|---|
| 1135 | */ |
|---|
| 1136 | @XmlEnumValue("wheat") |
|---|
| 1137 | WHEAT("wheat"), |
|---|
| 1138 | |
|---|
| 1139 | /** |
|---|
| 1140 | * White Preset Color |
|---|
| 1141 | * |
|---|
| 1142 | */ |
|---|
| 1143 | @XmlEnumValue("white") |
|---|
| 1144 | WHITE("white"), |
|---|
| 1145 | |
|---|
| 1146 | /** |
|---|
| 1147 | * White Smoke Preset Color |
|---|
| 1148 | * |
|---|
| 1149 | */ |
|---|
| 1150 | @XmlEnumValue("whiteSmoke") |
|---|
| 1151 | WHITE_SMOKE("whiteSmoke"), |
|---|
| 1152 | |
|---|
| 1153 | /** |
|---|
| 1154 | * Yellow Preset Color |
|---|
| 1155 | * |
|---|
| 1156 | */ |
|---|
| 1157 | @XmlEnumValue("yellow") |
|---|
| 1158 | YELLOW("yellow"), |
|---|
| 1159 | |
|---|
| 1160 | /** |
|---|
| 1161 | * Yellow Green Preset Color |
|---|
| 1162 | * |
|---|
| 1163 | */ |
|---|
| 1164 | @XmlEnumValue("yellowGreen") |
|---|
| 1165 | YELLOW_GREEN("yellowGreen"); |
|---|
| 1166 | private final String value; |
|---|
| 1167 | |
|---|
| 1168 | STPresetColorVal(String v) { |
|---|
| 1169 | value = v; |
|---|
| 1170 | } |
|---|
| 1171 | |
|---|
| 1172 | public String value() { |
|---|
| 1173 | return value; |
|---|
| 1174 | } |
|---|
| 1175 | |
|---|
| 1176 | public static STPresetColorVal fromValue(String v) { |
|---|
| 1177 | for (STPresetColorVal c: STPresetColorVal.values()) { |
|---|
| 1178 | if (c.value.equals(v)) { |
|---|
| 1179 | return c; |
|---|
| 1180 | } |
|---|
| 1181 | } |
|---|
| 1182 | throw new IllegalArgumentException(v); |
|---|
| 1183 | } |
|---|
| 1184 | |
|---|
| 1185 | } |
|---|