1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. 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, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22module ooo { module vba { module word { 23 constants WdTextureIndex { 24 const long wdTexture10Percent = 100; 25 const long wdTexture12Pt5Percent = 125; 26 const long wdTexture15Percent = 150; 27 const long wdTexture17Pt5Percent = 175; 28 const long wdTexture20Percent = 200; 29 const long wdTexture22Pt5Percent = 225; 30 const long wdTexture25Percent = 250; 31 const long wdTexture27Pt5Percent = 275; 32 const long wdTexture2Pt5Percent = 25; 33 const long wdTexture30Percent = 300; 34 const long wdTexture32Pt5Percent = 325; 35 const long wdTexture35Percent = 350; 36 const long wdTexture37Pt5Percent = 375; 37 const long wdTexture40Percent = 400; 38 const long wdTexture42Pt5Percent = 425; 39 const long wdTexture45Percent = 450; 40 const long wdTexture47Pt5Percent = 475; 41 const long wdTexture50Percent = 500; 42 const long wdTexture52Pt5Percent = 525; 43 const long wdTexture55Percent = 550; 44 const long wdTexture57Pt5Percent = 575; 45 const long wdTexture5Percent = 50; 46 const long wdTexture60Percent = 600; 47 const long wdTexture62Pt5Percent = 625; 48 const long wdTexture65Percent = 650; 49 const long wdTexture67Pt5Percent = 675; 50 const long wdTexture70Percent = 700; 51 const long wdTexture72Pt5Percent = 725; 52 const long wdTexture75Percent = 750; 53 const long wdTexture77Pt5Percent = 775; 54 const long wdTexture7Pt5Percent = 75; 55 const long wdTexture80Percent = 800; 56 const long wdTexture82Pt5Percent = 825; 57 const long wdTexture85Percent = 850; 58 const long wdTexture87Pt5Percent = 875; 59 const long wdTexture90Percent = 900; 60 const long wdTexture92Pt5Percent = 925; 61 const long wdTexture95Percent = 950; 62 const long wdTexture97Pt5Percent = 975; 63 const long wdTextureCross = -11; 64 const long wdTextureDarkCross = -5; 65 const long wdTextureDarkDiagonalCross = -6; 66 const long wdTextureDarkDiagonalDown = -3; 67 const long wdTextureDarkDiagonalUp = -4; 68 const long wdTextureDarkHorizontal = -1; 69 const long wdTextureDarkVertical = -2; 70 const long wdTextureDiagonalCross = -12; 71 const long wdTextureDiagonalDown = -9; 72 const long wdTextureDiagonalUp = -10; 73 const long wdTextureHorizontal = -7; 74 const long wdTextureNone = 0; 75 const long wdTextureSolid = 1000; 76 const long wdTextureVertical = -8; 77 }; 78}; }; }; 79