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 22 23 24shell TextObjectBar 25{ 26 SID_STYLE_APPLY // ole : ?, status : ? 27 [ 28 ExecMethod = Execute; 29 StateMethod = GetAttrState; 30 GroupId = GID_DOCUMENT; 31 Cachable, AutoUpdate; 32 ] 33 34 SID_ATTR_CHAR_FONT // ole : ?, status : ? 35 [ 36 ExecMethod = Execute; 37 StateMethod = GetAttrState; 38 ] 39 40 SID_ATTR_CHAR_FONTHEIGHT // ole : ?, status : ? 41 [ 42 ExecMethod = Execute; 43 StateMethod = GetAttrState; 44 ] 45 46 SID_ATTR_CHAR_COLOR // ole : ?, status : ? 47 [ 48 ExecMethod = Execute; 49 StateMethod = GetAttrState; 50 ] 51 52 SID_ATTR_CHAR_WEIGHT // ole : ?, status : ? 53 [ 54 ExecMethod = Execute; 55 StateMethod = GetAttrState; 56 ] 57 58 SID_ATTR_CHAR_POSTURE // ole : ?, status : ? 59 [ 60 ExecMethod = Execute; 61 StateMethod = GetAttrState; 62 ] 63 64 SID_ATTR_CHAR_UNDERLINE // ole : ?, status : ? 65 [ 66 ExecMethod = Execute; 67 StateMethod = GetAttrState; 68 ] 69 70 SID_ATTR_CHAR_OVERLINE // ole : ?, status : ? 71 [ 72 ExecMethod = Execute; 73 StateMethod = GetAttrState; 74 ] 75 76 SID_ATTR_CHAR_CONTOUR // ole : ?, status : ? 77 [ 78 ExecMethod = Execute; 79 StateMethod = GetAttrState; 80 ] 81 82 SID_ATTR_CHAR_STRIKEOUT // ole : ?, status : ? 83 [ 84 ExecMethod = Execute; 85 StateMethod = GetAttrState; 86 ] 87 88 SID_ATTR_CHAR_SHADOWED // ole : ?, status : ? 89 [ 90 ExecMethod = Execute; 91 StateMethod = GetAttrState; 92 ] 93 94 SID_ATTR_PARA_ADJUST_LEFT // ole : ?, status : ? 95 [ 96 ExecMethod = Execute; 97 StateMethod = GetAttrState; 98// Cachable, AutoUpdate; 99 ] 100 101 SID_ATTR_PARA_ADJUST_CENTER // ole : ?, status : ? 102 [ 103 ExecMethod = Execute; 104 StateMethod = GetAttrState; 105// Cachable, AutoUpdate; 106 ] 107 108 SID_ATTR_PARA_ADJUST_RIGHT // ole : ?, status : ? 109 [ 110 ExecMethod = Execute; 111 StateMethod = GetAttrState; 112// Cachable, AutoUpdate; 113 ] 114 115 SID_ATTR_PARA_ADJUST_BLOCK // ole : ?, status : ? 116 [ 117 ExecMethod = Execute; 118 StateMethod = GetAttrState; 119// Cachable, AutoUpdate; 120 ] 121 122 SID_ATTR_PARA_LEFT_TO_RIGHT // ole : ?, status : ? 123 [ 124 ExecMethod = Execute; 125 StateMethod = GetAttrState; 126// Cachable, AutoUpdate; 127 ] 128 129 SID_ATTR_PARA_RIGHT_TO_LEFT // ole : ?, status : ? 130 [ 131 ExecMethod = Execute; 132 StateMethod = GetAttrState; 133// Cachable, AutoUpdate; 134 ] 135 136 SID_ATTR_PARA_LINESPACE_10 // ole : ?, status : ? 137 [ 138 ExecMethod = Execute; 139 StateMethod = GetAttrState; 140// Cachable, AutoUpdate; 141 ] 142 143 SID_ATTR_PARA_LINESPACE_15 // ole : ?, status : ? 144 [ 145 ExecMethod = Execute; 146 StateMethod = GetAttrState; 147// Cachable, AutoUpdate; 148 ] 149 150 SID_ATTR_PARA_LINESPACE_20 // ole : ?, status : ? 151 [ 152 ExecMethod = Execute; 153 StateMethod = GetAttrState; 154// Cachable, AutoUpdate; 155 ] 156 157 SID_SET_SUPER_SCRIPT // ole : ?, status : ? 158 [ 159 ExecMethod = Execute; 160 StateMethod = GetAttrState; 161 ] 162 163 SID_SET_SUB_SCRIPT // ole : ?, status : ? 164 [ 165 ExecMethod = Execute; 166 StateMethod = GetAttrState; 167 ] 168 169 SID_PARASPACE_INCREASE // ole : ?, status : ? 170 [ 171 ExecMethod = Execute; 172 StateMethod = GetAttrState; 173 ] 174 175 SID_PARASPACE_DECREASE // ole : ?, status : ? 176 [ 177 ExecMethod = Execute; 178 StateMethod = GetAttrState; 179 ] 180 181 SID_ATTR_PARA_LRSPACE 182 [ 183 ExecMethod = Execute ; 184 StateMethod = GetAttrState; 185 ] 186 SID_ATTR_PARA_RIGHT 187 [ 188 ExecMethod = Execute ; 189 ] 190 SID_ATTR_PARA_LEFT 191 [ 192 ExecMethod = Execute ; 193 ] 194 195 SID_OUTLINE_LEFT // ole : no, status : ? 196 [ 197 ExecMethod = Execute ; 198 StateMethod = GetAttrState ; 199 ] 200 SID_OUTLINE_RIGHT // ole : no, status : ? 201 [ 202 ExecMethod = Execute ; 203 StateMethod = GetAttrState ; 204 ] 205 SID_OUTLINE_UP // ole : no, status : ? 206 [ 207 ExecMethod = Execute ; 208 StateMethod = GetAttrState ; 209 ] 210 SID_OUTLINE_DOWN // ole : no, status : ? 211 [ 212 ExecMethod = Execute ; 213 StateMethod = GetAttrState ; 214 ] 215 FN_NUM_BULLET_ON // ole : ?, status : ? 216 [ 217 ExecMethod = Execute; 218 StateMethod = GetAttrState; 219 ] 220 SID_TEXTDIRECTION_LEFT_TO_RIGHT // ole : ?, status : ? 221 [ 222 ExecMethod = Execute; 223 StateMethod = GetAttrState; 224 ] 225 SID_TEXTDIRECTION_TOP_TO_BOTTOM // ole : ?, status : ? 226 [ 227 ExecMethod = Execute; 228 StateMethod = GetAttrState; 229 ] 230 SID_GROW_FONT_SIZE 231 [ 232 ExecMethod = Execute; 233 StateMethod = GetAttrState; 234 ] 235 SID_SHRINK_FONT_SIZE 236 [ 237 ExecMethod = Execute; 238 StateMethod = GetAttrState; 239 ] 240 SID_THES 241 [ 242 ExecMethod = Execute ; 243 StateMethod = GetAttrState ; 244 ] 245 246 247} 248