1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 * This file is part of the LibreOffice project. 4 * 5 * This Source Code Form is subject to the terms of the Mozilla Public 6 * License, v. 2.0. If a copy of the MPL was not distributed with this 7 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 8 * 9 * This file incorporates work covered by the following license notice: 10 * 11 * Licensed to the Apache Software Foundation (ASF) under one or more 12 * contributor license agreements. See the NOTICE file distributed 13 * with this work for additional information regarding copyright 14 * ownership. The ASF licenses this file to you under the Apache 15 * License, Version 2.0 (the "License"); you may not use this file 16 * except in compliance with the License. You may obtain a copy of 17 * the License at http://www.apache.org/licenses/LICENSE-2.0 . 18 --> 19<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd"> 20<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Draw" oor:package="org.openoffice.Office" xml:lang="en-US"> 21 <info> 22 <desc>Defines the properties of the Draw application.</desc> 23 </info> 24 <import oor:component="org.openoffice.Office.Common"/> 25 <component> 26 <group oor:name="Layout"> 27 <info> 28 <desc>Defines the general properties of the graphical object representation.</desc> 29 </info> 30 <group oor:name="Display"> 31 <info> 32 <desc>Defines the general properties of the graphical object representation of screen displays.</desc> 33 </info> 34 <prop oor:name="Ruler" oor:type="xs:boolean" oor:nillable="false"> 35 <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display --> 36 <info> 37 <desc>Indicates whether to show the rulers at the left and at the top of the working area.</desc> 38 <label>Rulers visible</label> 39 </info> 40 <value>true</value> 41 </prop> 42 <prop oor:name="Helpline" oor:type="xs:boolean" oor:nillable="false"> 43 <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display --> 44 <info> 45 <desc>Indicates whether to show help lines that can be created by dragging them from the rulers.</desc> 46 <label>Helplines visible</label> 47 </info> 48 <value>false</value> 49 </prop> 50 <prop oor:name="Guide" oor:type="xs:boolean" oor:nillable="false"> 51 <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display --> 52 <info> 53 <desc>Indicates whether to show help lines when moving an object.</desc> 54 <label>Helplines While Moving</label> 55 </info> 56 <value>false</value> 57 </prop> 58 <prop oor:name="Bezier" oor:type="xs:boolean" oor:nillable="false"> 59 <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display --> 60 <info> 61 <desc>Indicates whether to show all control points in the Bezier curve editor.</desc> 62 <label>All control points in Bezier editor</label> 63 </info> 64 <value>false</value> 65 </prop> 66 <prop oor:name="Contour" oor:type="xs:boolean" oor:nillable="false"> 67 <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Display --> 68 <info> 69 <desc>Indicates whether to show the outline of all moved objects when moving more than one object at a time.</desc> 70 <label>Contour of each individual object</label> 71 </info> 72 <value>true</value> 73 </prop> 74 </group> 75 <group oor:name="Other"> 76 <info> 77 <desc>Defines other properties regarding device independent graphical object representation.</desc> 78 </info> 79 <group oor:name="TabStop"> 80 <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Tab stops --> 81 <!-- Notice: Default-Nonmetric Value: 1270 1/100 mm--> 82 <info> 83 <desc>Specifies the distance between adjacent tab stops.</desc> 84 <label>Tab stops</label> 85 </info> 86 <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false"> 87 <info> 88 <desc>[UNIT=1/100 mm]</desc> 89 <label/> 90 </info> 91 <value>1250</value> 92 </prop> 93 <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false"> 94 <info> 95 <desc>[UNIT=1/100 mm]</desc> 96 <label/> 97 </info> 98 <value>1270</value> 99 </prop> 100 </group> 101 <group oor:name="MeasureUnit"> 102 <!-- UIHints: Tools - Options - Drawing - Layout - [Section] Meas. units --> 103 <info> 104 <desc>Contains the specification of distances and sizes.</desc> 105 <label>Measurement unit</label> 106 </info> 107 <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false"> 108 <info> 109 <desc>Specifies the unit used for specification of distances and sizes in a metric environment.</desc> 110 </info> 111 <constraints> 112 <enumeration oor:value="1"> 113 <info> 114 <desc>Millimeter</desc> 115 </info> 116 </enumeration> 117 <enumeration oor:value="2"> 118 <info> 119 <desc>Centimeter</desc> 120 </info> 121 </enumeration> 122 <enumeration oor:value="6"> 123 <info> 124 <desc>Point</desc> 125 </info> 126 </enumeration> 127 <enumeration oor:value="7"> 128 <info> 129 <desc>Pica</desc> 130 </info> 131 </enumeration> 132 <enumeration oor:value="8"> 133 <info> 134 <desc>Inch</desc> 135 </info> 136 </enumeration> 137 </constraints> 138 <value>2</value> 139 </prop> 140 <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false"> 141 <info> 142 <desc>Specifies the unit used for specification of distances and sizes in a non metric environment.</desc> 143 <label>Measurement unit</label> 144 </info> 145 <constraints> 146 <enumeration oor:value="1"> 147 <info> 148 <desc>Millimeter</desc> 149 </info> 150 </enumeration> 151 <enumeration oor:value="2"> 152 <info> 153 <desc>Centimeter</desc> 154 </info> 155 </enumeration> 156 <enumeration oor:value="6"> 157 <info> 158 <desc>Point</desc> 159 </info> 160 </enumeration> 161 <enumeration oor:value="7"> 162 <info> 163 <desc>Pica</desc> 164 </info> 165 </enumeration> 166 <enumeration oor:value="8"> 167 <info> 168 <desc>Inch</desc> 169 </info> 170 </enumeration> 171 </constraints> 172 <value>8</value> 173 </prop> 174 </group> 175 </group> 176 </group> 177 <group oor:name="Content"> 178 <info> 179 <desc>Contains the specification of how to display the content of Draw documents.</desc> 180 </info> 181 <group oor:name="Display"> 182 <info> 183 <desc>Contains the specification of how to display the content of Draw documents on screen.</desc> 184 </info> 185 <prop oor:name="PicturePlaceholder" oor:type="xs:boolean" oor:nillable="false"> 186 <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display --> 187 <info> 188 <desc>Indicates whether to show only outlines of graphical objects.</desc> 189 <label>Image placeholders</label> 190 <deprecated>Not used anymore</deprecated> 191 </info> 192 <value>false</value> 193 </prop> 194 <prop oor:name="ContourMode" oor:type="xs:boolean" oor:nillable="false"> 195 <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display --> 196 <info> 197 <desc>Indicates whether to show only outlines of draw objects.</desc> 198 <label>Contour mode</label> 199 <deprecated>Not used anymore</deprecated> 200 </info> 201 <value>false</value> 202 </prop> 203 <prop oor:name="TextPlaceholder" oor:type="xs:boolean" oor:nillable="false"> 204 <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display --> 205 <info> 206 <desc>Indicates whether to use placeholders for text in draw objects.</desc> 207 <label>Text placeholders</label> 208 <deprecated>Not used anymore</deprecated> 209 </info> 210 <value>false</value> 211 </prop> 212 <prop oor:name="LineContour" oor:type="xs:boolean" oor:nillable="false"> 213 <!-- UIHints: Tools - Options Drawing - Contents - [Section] Alternative display --> 214 <info> 215 <desc>Indicates whether to show only hairlines instead of an object's linestyle.</desc> 216 <label>Line contour only</label> 217 <deprecated>Not used anymore</deprecated> 218 </info> 219 <value>false</value> 220 </prop> 221 </group> 222 </group> 223 <group oor:name="Misc"> 224 <info> 225 <desc>Contains a collection of configuration items for the Draw application that do not fit into another category.</desc> 226 </info> 227 <prop oor:name="BackgroundCache" oor:type="xs:boolean" oor:nillable="false"> 228 <!-- UIHints: Tools - Options - Draw - Other [Section] Other --> 229 <info> 230 <desc>Indicates whether to store master pages in a cache to speed up drawing.</desc> 231 <label>Use background cache</label> 232 </info> 233 <value>true</value> 234 </prop> 235 <prop oor:name="CopyWhileMoving" oor:type="xs:boolean" oor:nillable="false"> 236 <!-- UIHints: Tools - Options - Draw - Other [Section] Other --> 237 <info> 238 <desc>Indicates whether moving while holding the Control key makes a copy of the moved object.</desc> 239 <label>Copy while moving</label> 240 </info> 241 <value>true</value> 242 </prop> 243 <prop oor:name="ObjectMoveable" oor:type="xs:boolean" oor:nillable="false"> 244 <!-- UIHints: Tools - Options - Draw - Other [Section] Other --> 245 <info> 246 <desc>Indicates whether objects can still be moved while in rotating mode.</desc> 247 <label>Objects always moveable</label> 248 </info> 249 <value>true</value> 250 </prop> 251 <prop oor:name="NoDistort" oor:type="xs:boolean" oor:nillable="false"> 252 <!-- UIHints: Tools - Options - Draw - Other [Section] Other --> 253 <info> 254 <desc>Indicates whether objects that are placed on a circle keep their original form, i.e. may be moved and rotated but not resized or otherwise distorted.</desc> 255 <label>Don't distort objects in curve</label> 256 </info> 257 <value>false</value> 258 </prop> 259 <prop oor:name="DclickTextedit" oor:type="xs:boolean" oor:nillable="false"> 260 <!-- UIHints: Option Bar --> 261 <info> 262 <desc>Indicates whether a double-click on a text object changes activates the edit mode.</desc> 263 <label>Double-Click Text to Edit</label> 264 </info> 265 <value>true</value> 266 </prop> 267 <prop oor:name="RotateClick" oor:type="xs:boolean" oor:nillable="false"> 268 <!-- UIHints: Option Bar --> 269 <info> 270 <desc>Indicates whether a double-click on an object activates the rotation mode.</desc> 271 <label>Rotation Mode after clicking object</label> 272 </info> 273 <value>true</value> 274 </prop> 275 <prop oor:name="Preview" oor:type="xs:double" oor:nillable="false"> 276 <!-- UIHints: Menu: view - preview mode --> 277 <info> 278 <desc>Specifies the color quality of the preview: 0 - Color, 868 - Grayscale, 5381 - Black/White.</desc> 279 <label>Preview-Mode</label> 280 </info> 281 <constraints> 282 <enumeration oor:value="0"> 283 <info> 284 <desc>Color</desc> 285 </info> 286 </enumeration> 287 <enumeration oor:value="868"> 288 <info> 289 <desc>Grayscale</desc> 290 </info> 291 </enumeration> 292 <enumeration oor:value="5381"> 293 <info> 294 <desc>Black/White</desc> 295 </info> 296 </enumeration> 297 </constraints> 298 <value>0</value> 299 </prop> 300 <prop oor:name="ShowComments" oor:type="xs:boolean" oor:nillable="false"> 301 <info> 302 <desc>Indicates whether to show comments (true) or hide them (false).</desc> 303 <label>Show Comments</label> 304 </info> 305 <value>true</value> 306 </prop> 307 <prop oor:name="ModifyWithAttributes" oor:type="xs:boolean" oor:nillable="false"> 308 <!-- UIHints: Optionbar --> 309 <info> 310 <desc>Indicates whether the object creation and modification will be visualized using the full object attribute set or wireframe.</desc> 311 <label>Modify with attributes</label> 312 </info> 313 <value>true</value> 314 </prop> 315 <prop oor:name="DragThresholdPixels" oor:type="xs:int" oor:nillable="false"> 316 <info> 317 <desc>Defines number of pixels the cursor can move before dragging.</desc> 318 <label>Drag Threshold</label> 319 </info> 320 <value>6</value> 321 </prop> 322 <group oor:name="TextObject"> 323 <info> 324 <desc>Defines text editing related configuration items.</desc> 325 </info> 326 <prop oor:name="QuickEditing" oor:type="xs:boolean" oor:nillable="false"> 327 <!-- UIHints: Tools - Options - Draw - Other [Section] Text objects --> 328 <info> 329 <desc>Indicates whether a simple click on a text object changes it to edit mode.</desc> 330 <label>Allow quick editing</label> 331 </info> 332 <value>true</value> 333 </prop> 334 <prop oor:name="Selectable" oor:type="xs:boolean" oor:nillable="false"> 335 <!-- UIHints: Tools - Options - Draw - Other [Section] Text objects --> 336 <info> 337 <desc>Indicates whether a text frame can only be selected by clicking on the text or by clicking somewhere in the frame.</desc> 338 <label>Only text area selectable</label> 339 </info> 340 <value>false</value> 341 </prop> 342 <prop oor:name="ShowBoundary" oor:type="xs:boolean" oor:nillable="false"> 343 <info> 344 <desc>Indicates whether margins get a virtual frame.</desc> 345 <label>Show boundary for margins</label> 346 </info> 347 <value>true</value> 348 </prop> 349 </group> 350 <group oor:name="CrossFading"> 351 <info> 352 <desc>Contains a specification of how to morph between objects (e.g. how many steps and whether to regard the object's attributes). 353 These settings are supposed to be saved, see https://bugs.documentfoundation.org/show_bug.cgi?id=158304</desc> 354 </info> 355 <prop oor:name="Steps" oor:type="xs:short" oor:nillable="false"> 356 <!-- UIHints: Select two objects => Edit Cross-fade --> 357 <info> 358 <desc>Specifies the number of intermediate morphing steps between two objects.</desc> 359 <label>Steps</label> 360 </info> 361 <constraints> 362 <minInclusive oor:value="1"> 363 <info> 364 <desc>Specifies that there has to be at least one morphing step.</desc> 365 </info> 366 </minInclusive> 367 <maxInclusive oor:value="256"> 368 <info> 369 <desc>Specifies that there may be at least this many morphing steps.</desc> 370 </info> 371 </maxInclusive> 372 </constraints> 373 <value>16</value> 374 </prop> 375 <prop oor:name="Orientation" oor:type="xs:boolean" oor:nillable="false"> 376 <!-- UIHints: Select two objects => Edit Cross-fade --> 377 <info> 378 <desc>Indicates whether two objects to be morphed shall have the same orientation.</desc> 379 <label>Orientation</label> 380 </info> 381 <value>true</value> 382 </prop> 383 <prop oor:name="Attributes" oor:type="xs:boolean" oor:nillable="false"> 384 <!-- UIHints: Select two objects => Edit Cross-fade --> 385 <info> 386 <desc>Indicates whether to consider objects' attributes (e.g. colors) when morphing one object into another.</desc> 387 <label>Attributes</label> 388 </info> 389 <value>true</value> 390 </prop> 391 </group> 392 <group oor:name="DefaultObjectSize"> 393 <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Click --> 394 <info> 395 <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at an object-creating Button</desc> 396 <label>Default Object Size</label> 397 </info> 398 <prop oor:name="Width" oor:type="xs:int" oor:nillable="false"> 399 <info> 400 <desc>Specifies the default width of new objects. [UNIT=1/100 mm]</desc> 401 <label/> 402 </info> 403 <value>8000</value> 404 </prop> 405 <prop oor:name="Height" oor:type="xs:int" oor:nillable="false"> 406 <info> 407 <desc>Specifies the default height of new objects. [UNIT=1/100 mm]</desc> 408 <label/> 409 </info> 410 <value>5000</value> 411 </prop> 412 </group> 413 <group oor:name="Compatibility"> 414 <info> 415 <desc>Contains the group of options that control the compatibility to other applications.</desc> 416 <label>Compatibility options.</label> 417 </info> 418 <prop oor:name="PrinterIndependentLayout" oor:type="xs:short" oor:nillable="false"> 419 <!-- UIHints: Tools - Options - Draw - Other - [Section] Compatibility --> 420 <info> 421 <desc>Indicates whether to use printer independent metrics for document formatting (2) or to use metrics derived from the current printer (1). Refer to com::sun::star::document::PrinterIndependentLayout for valid values.</desc> 422 <label>Use printer independent metrics for document formatting</label> 423 </info> 424 <value>2</value> 425 </prop> 426 </group> 427 <prop oor:name="DisableLayerHighlighting" oor:type="xs:int" oor:nillable="false"> 428 <info> 429 <desc>Defines the maximum number of objects in a layer (0 - 65535) before hovering the mouse pointer over a layer tab of the layer bar does not cause the layer objects in the view to be highlighted.</desc> 430 <label/> 431 </info> 432 <value>65535</value> 433 </prop> 434 </group> 435 <group oor:name="Snap"> 436 <info> 437 <desc>Contains the specification of how to force object positions and sizes to the snap grid or to align with other objects.</desc> 438 </info> 439 <group oor:name="Object"> 440 <info> 441 <desc>Contains the specification of how to force object positions and sizes to predefined locations in relation to other objects.</desc> 442 </info> 443 <prop oor:name="Grid" oor:type="xs:boolean" oor:nillable="false"> 444 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Snap to --> 445 <info> 446 <desc>Indicates whether to snap an object when moved to the next grid point.</desc> 447 <label>Grid lines</label> 448 </info> 449 <value>false</value> 450 </prop> 451 <prop oor:name="SnapLine" oor:type="xs:boolean" oor:nillable="false"> 452 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Snap to --> 453 <info> 454 <desc>Indicates whether to snap at snap lines.</desc> 455 <label>Snap lines</label> 456 </info> 457 <value>false</value> 458 </prop> 459 <prop oor:name="PageMargin" oor:type="xs:boolean" oor:nillable="false"> 460 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Snap to --> 461 <info> 462 <desc>Indicates whether the outline of an object is justified with adjacent page margins.</desc> 463 <label>Page margins</label> 464 </info> 465 <value>true</value> 466 </prop> 467 <prop oor:name="ObjectFrame" oor:type="xs:boolean" oor:nillable="false"> 468 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Snap to --> 469 <info> 470 <desc>Indicates whether to justify the outline of an object to that of an adjacent object.</desc> 471 <label>Object frame</label> 472 </info> 473 <value>false</value> 474 </prop> 475 <prop oor:name="ObjectPoint" oor:type="xs:boolean" oor:nillable="false"> 476 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Snap to --> 477 <info> 478 <desc>Indicates whether to snap corner points of adjacent objects.</desc> 479 <label>Object points</label> 480 </info> 481 <value>false</value> 482 </prop> 483 <prop oor:name="Range" oor:type="xs:int" oor:nillable="false"> 484 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Snap to --> 485 <info> 486 <desc>Specifies the maximal range in pixel along the coordinate axes at which snapping becomes active.</desc> 487 <label>Snap range</label> 488 </info> 489 <constraints> 490 <minInclusive oor:value="1"> 491 <info> 492 <desc>Specifies that the minimum snap range is 1.</desc> 493 </info> 494 </minInclusive> 495 <maxInclusive oor:value="50"> 496 <info> 497 <desc>Specifies that the maximum snap range is 50.</desc> 498 </info> 499 </maxInclusive> 500 </constraints> 501 <value>5</value> 502 </prop> 503 </group> 504 <group oor:name="Position"> 505 <info> 506 <desc>Specifies constraints regarding the creation and modification of graphical objects.</desc> 507 </info> 508 <prop oor:name="CreatingMoving" oor:type="xs:boolean" oor:nillable="false"> 509 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Constrain Objects --> 510 <info> 511 <desc>Indicates whether to restrict the creation of objects to squares, circles, etc. and to retain the x/y ratio when resizing.</desc> 512 <label>When creating or moving objects</label> 513 </info> 514 <value>false</value> 515 </prop> 516 <prop oor:name="ExtendEdges" oor:type="xs:boolean" oor:nillable="false"> 517 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Constrain Objects --> 518 <info> 519 <desc>Indicates whether to use the longer (true) or the shorter (false) of the two distances along the coordinates axes from the initial to the current position to determine a new square's edge length or a new circle's diameter.</desc> 520 <label>Extend edges</label> 521 </info> 522 <value>true</value> 523 </prop> 524 <prop oor:name="Rotating" oor:type="xs:boolean" oor:nillable="false"> 525 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Constrain Objects --> 526 <info> 527 <desc>Indicates whether to use steps while rotating an object.</desc> 528 <label>When rotating</label> 529 </info> 530 <value>false</value> 531 </prop> 532 <prop oor:name="RotatingValue" oor:type="xs:int" oor:nillable="false"> 533 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Constrain Objects --> 534 <info> 535 <desc>Specifies the rotation angle as a multiple of this input value when constrained rotation is enabled. [UNIT=Degree/100]</desc> 536 <label>When rotating</label> 537 </info> 538 <constraints> 539 <minInclusive oor:value="0"> 540 <info> 541 <desc>Specifies that the minimum rotation angle is 0/100 degrees.</desc> 542 </info> 543 </minInclusive> 544 <maxInclusive oor:value="18000"> 545 <info> 546 <desc>Specifies that the maximum rotation angle is 18000/100 degrees.</desc> 547 </info> 548 </maxInclusive> 549 </constraints> 550 <value>1500</value> 551 </prop> 552 <prop oor:name="PointReduction" oor:type="xs:int" oor:nillable="false"> 553 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Constrain Objects --> 554 <info> 555 <desc>Specifies the maximum angle that you can move a line before it snaps into place in the point editor that connects two points [UNIT=Degree/100].</desc> 556 <label>Point reduction</label> 557 </info> 558 <constraints> 559 <minInclusive oor:value="100"> 560 <info> 561 <desc>Specifies that the minimum angle is 100/100 degrees.</desc> 562 </info> 563 </minInclusive> 564 <maxInclusive oor:value="9000"> 565 <info> 566 <desc>Specifies that the maximum angle is 9000/100 degrees.</desc> 567 </info> 568 </maxInclusive> 569 </constraints> 570 <value>1500</value> 571 </prop> 572 </group> 573 </group> 574 <group oor:name="Zoom"> 575 <info> 576 <desc>Contains configuration items related to zooming.</desc> 577 </info> 578 <prop oor:name="ScaleX" oor:type="xs:int" oor:nillable="false"> 579 <!-- UIHints: Tools - Options - Draw - Zoom - [Section] Scale --> 580 <info> 581 <desc>Specifies zoom factor along the horizontal axis.</desc> 582 <label>Scale</label> 583 </info> 584 <value>1</value> 585 </prop> 586 <prop oor:name="ScaleY" oor:type="xs:int" oor:nillable="false"> 587 <!-- UIHints: Tools - Options - Draw - Zoom - [Section] Scale --> 588 <info> 589 <desc>Specifies zoom factor along the vertical axis.</desc> 590 <label>Scale</label> 591 </info> 592 <value>1</value> 593 </prop> 594 </group> 595 <group oor:name="Grid"> 596 <info> 597 <desc>Defines handling and display of the (snap) grid.</desc> 598 </info> 599 <group oor:name="Option"> 600 <info> 601 <desc>Switches regarding use and display of the (snap) grid.</desc> 602 </info> 603 <prop oor:name="SnapToGrid" oor:type="xs:boolean" oor:nillable="false"> 604 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Options --> 605 <info> 606 <desc>Indicates whether to force frames and drawing elements on grid points.</desc> 607 <label>Snap to grid</label> 608 </info> 609 <value>true</value> 610 </prop> 611 <prop oor:name="VisibleGrid" oor:type="xs:boolean" oor:nillable="false"> 612 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Options --> 613 <info> 614 <desc>Indicates whether to show the grid.</desc> 615 <label>Visible grid</label> 616 </info> 617 <value>false</value> 618 </prop> 619 <prop oor:name="Synchronize" oor:type="xs:boolean" oor:nillable="false"> 620 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Options --> 621 <info> 622 <desc>Indicates whether to synchronize the resolutions of x- and y-grids.</desc> 623 <label>Synchronize axes</label> 624 </info> 625 <value>false</value> 626 </prop> 627 </group> 628 <group oor:name="Resolution"> 629 <info> 630 <desc>Specifies the grid resolution.</desc> 631 </info> 632 <group oor:name="XAxis"> 633 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Grid --> 634 <!-- Notice: Default-nonmetrical value: 1270 1/100 mm. --> 635 <info> 636 <desc>Defines the horizontal distance between adjacent grid points.</desc> 637 <label>X Axis Resolution</label> 638 </info> 639 <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false"> 640 <info> 641 <desc>[UNIT=1/100 mm]</desc> 642 <label/> 643 </info> 644 <value>1000</value> 645 </prop> 646 <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false"> 647 <info> 648 <desc>[UNIT=1/100 mm]</desc> 649 <label/> 650 </info> 651 <value>1270</value> 652 </prop> 653 </group> 654 <group oor:name="YAxis"> 655 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Grid --> 656 <!-- Notice: Default- nonmetrical value: 1270 1/100 mm. --> 657 <info> 658 <desc>Defines the vertical distance between adjacent grid points.</desc> 659 <label>Y Axis Resolution</label> 660 </info> 661 <prop oor:name="Metric" oor:type="xs:int" oor:nillable="false"> 662 <info> 663 <desc>[UNIT=1/100 mm]</desc> 664 <label/> 665 </info> 666 <value>1000</value> 667 </prop> 668 <prop oor:name="NonMetric" oor:type="xs:int" oor:nillable="false"> 669 <info> 670 <desc>[UNIT=1/100 mm]</desc> 671 <label/> 672 </info> 673 <value>1270</value> 674 </prop> 675 </group> 676 </group> 677 <group oor:name="Subdivision"> 678 <info> 679 <desc>Specifies the subdivision of the grid.</desc> 680 </info> 681 <prop oor:name="XAxis" oor:type="xs:double" oor:nillable="false"> 682 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Grid --> 683 <!-- Notice: Default value for English Version only: 254 Points) --> 684 <info> 685 <desc>Specifies the number of points between two grid points on the X axis.</desc> 686 <label>X Axis Subdivision</label> 687 </info> 688 <value>3</value> 689 </prop> 690 <prop oor:name="YAxis" oor:type="xs:double" oor:nillable="false"> 691 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Grid --> 692 <!-- Notice: Default value for English Version only: 254 Points) --> 693 <info> 694 <desc>Specifies the number of points between two grid points on the Y axis.</desc> 695 <label>Y Axis Subdivision</label> 696 </info> 697 <value>3</value> 698 </prop> 699 </group> 700 <group oor:name="SnapGrid"> 701 <info> 702 <desc>Specifies the snap grid.</desc> 703 </info> 704 <prop oor:name="Size" oor:type="xs:boolean" oor:nillable="false"> 705 <!-- UIHints: Tools - Options - Draw - Grid - [Section] Snap grid --> 706 <info> 707 <desc>Indicates whether to synchronize grid and snap-grid.</desc> 708 <label>Size to grid</label> 709 </info> 710 <value>true</value> 711 </prop> 712 </group> 713 </group> 714 <group oor:name="Print"> 715 <info> 716 <desc>Defines options regarding the printing of Draw documents.</desc> 717 </info> 718 <group oor:name="Content"> 719 <info> 720 <desc>Defines options regarding the printing of document content.</desc> 721 </info> 722 <prop oor:name="Drawing" oor:type="xs:boolean" oor:nillable="false"> 723 <!-- UIHints: Tools - Options - Draw - Print - [Section] Contents --> 724 <info> 725 <desc>Indicates whether the drawing page (in contrast to master page) will be printed.</desc> 726 <label>Drawing</label> 727 </info> 728 <value>true</value> 729 </prop> 730 </group> 731 <group oor:name="Page"> 732 <info> 733 <desc>Specifies how and what pages will be printed.</desc> 734 </info> 735 <prop oor:name="PageSize" oor:type="xs:boolean" oor:nillable="false"> 736 <!-- UIHints: Tools - Options Draw - Print - [Section] Page options --> 737 <info> 738 <desc>Indicates whether to enlarge or shrink a document's page size while printing to fit the physical paper size.</desc> 739 <label>Fit to page</label> 740 </info> 741 <value>false</value> 742 </prop> 743 <prop oor:name="PageTile" oor:type="xs:boolean" oor:nillable="false"> 744 <!-- UIHints: Tools - Options Draw - Print - [Section] Page options --> 745 <info> 746 <desc>Indicates whether to print the pages' titles at the top of every page.</desc> 747 <label>Tile pages</label> 748 </info> 749 <value>false</value> 750 </prop> 751 <prop oor:name="Booklet" oor:type="xs:boolean" oor:nillable="false"> 752 <!-- UIHints: Tools - Options Draw - Print - [Section] Page options --> 753 <info> 754 <desc>Indicates whether to print a document in the form of a brochure.</desc> 755 <label>Brochure</label> 756 </info> 757 <value>false</value> 758 </prop> 759 <prop oor:name="BookletFront" oor:type="xs:boolean" oor:nillable="false"> 760 <!-- UIHints: Tools - Options Draw - Print - [Section] Page options --> 761 <info> 762 <desc>Indicates whether to print the front side pages of a brochure.</desc> 763 <label>Front side</label> 764 </info> 765 <value>true</value> 766 </prop> 767 <prop oor:name="BookletBack" oor:type="xs:boolean" oor:nillable="false"> 768 <!-- UIHints: Tools - Options Draw - Print - [Section] Page options --> 769 <info> 770 <desc>Indicates whether to print the back side pages of a brochure.</desc> 771 <label>Back side</label> 772 </info> 773 <value>true</value> 774 </prop> 775 </group> 776 <group oor:name="Other"> 777 <info> 778 <desc>Contains specifications of general printing related issues.</desc> 779 </info> 780 <prop oor:name="PageName" oor:type="xs:boolean" oor:nillable="false"> 781 <!-- UIHints: Tools - Options - Draw - Print - [Section] Print --> 782 <info> 783 <desc>Indicates whether to print page names.</desc> 784 <label>Page name</label> 785 </info> 786 <value>false</value> 787 </prop> 788 <prop oor:name="Date" oor:type="xs:boolean" oor:nillable="false"> 789 <!-- UIHints: Tools - Options - Draw - Print - [Section] Print --> 790 <info> 791 <desc>Indicates whether to print the current date at the top of every page.</desc> 792 <label>Date</label> 793 </info> 794 <value>false</value> 795 </prop> 796 <prop oor:name="Time" oor:type="xs:boolean" oor:nillable="false"> 797 <!-- UIHints: Tools - Options - Draw - Print - [Section] Print --> 798 <info> 799 <desc>Indicates whether to print the current time at the top of every page.</desc> 800 <label>Time</label> 801 </info> 802 <value>false</value> 803 </prop> 804 <prop oor:name="HiddenPage" oor:type="xs:boolean" oor:nillable="false"> 805 <!-- UIHints: Tools - Options - Draw - Print - [Section] Print --> 806 <info> 807 <desc>Indicates whether to print hidden pages.</desc> 808 <label>Hidden pages</label> 809 </info> 810 <value>true</value> 811 </prop> 812 <prop oor:name="Quality" oor:type="xs:int" oor:nillable="false"> 813 <!-- UIHints: Tools - Options - Draw - Print - [Section] Quality --> 814 <info> 815 <desc>Specifies the quality of the printed colors.</desc> 816 </info> 817 <constraints> 818 <enumeration oor:value="0"> 819 <info> 820 <desc>Color</desc> 821 </info> 822 </enumeration> 823 <enumeration oor:value="1"> 824 <info> 825 <desc>Grayscale</desc> 826 </info> 827 </enumeration> 828 <enumeration oor:value="2"> 829 <info> 830 <desc>Black/White</desc> 831 </info> 832 </enumeration> 833 </constraints> 834 <value>0</value> 835 </prop> 836 <prop oor:name="FromPrinterSetup" oor:type="xs:boolean" oor:nillable="false"> 837 <!-- UIHints: Tools - Options - Draw - Print [Check box] From printer setup --> 838 <info> 839 <desc>Indicates whether to use the system settings of the printer to choose the paper tray.</desc> 840 <label>From printer setup</label> 841 </info> 842 <value>false</value> 843 </prop> 844 </group> 845 </group> 846 </component> 847</oor:component-schema> 848
