1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd"> 25<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="VCL" oor:package="org.openoffice" xml:lang="en-US"> <info> 26 <author>PL</author> 27 <desc >Contains preferences for the VCL (Visual Class Library).</desc> 28 </info> 29 <templates> 30 <group oor:name="LFonts"> 31 <info> 32 <author>PL</author> 33 <desc>Contains attributes for fonts. The substitution lists are separated by ';' and are searched first to last for a substitute.</desc> 34 </info> 35 <prop oor:name="SubstFonts" oor:type="xs:string"> 36 <info> 37 <desc>Contains a list of substitute fonts used in office documents.</desc> 38 </info> 39 </prop> 40 <prop oor:name="SubstFontsMS" oor:type="xs:string"> 41 <info> 42 <desc>Contains a list of substitute fonts used in MS import filters.</desc> 43 </info> 44 </prop> 45 <prop oor:name="SubstFontsPS" oor:type="xs:string"> 46 <info> 47 <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc> 48 </info> 49 </prop> 50 <prop oor:name="SubstFontsHTML" oor:type="xs:string"> 51 <info> 52 <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc> 53 </info> 54 </prop> 55 <prop oor:name="FontWeight" oor:type="xs:string"> 56 <info> 57 <desc>Specifies the font weight. Valid values are "thin", "ultralight", "light", "semilight", "normal", "medium", "semibold", "bold", "ultrabold", "black" (in ascending order of weight) and "unknown".</desc> 58 </info> 59 </prop> 60 <prop oor:name="FontWidth" oor:type="xs:string"> 61 <info> 62 <desc>Specifies the font width. Valid values are "ultracondensed", "extracondensed", "condensed", "semicondensed", "normal", "semiexpanded", "expanded", "extraexpanded", "ultraexpanded" (in ascending order of width) and "unknown".</desc> 63 </info> 64 </prop> 65 <prop oor:name="FontType" oor:type="xs:string"> 66 <info> 67 <desc>Denotes the compatible styles for the font. Multiple styles are separated by ','. Valid styles are: "Default", "Standard", "Normal", "Symbol", "Fixed", "SansSerif", "Serif", "Decorative", "Special", "Italic", "Title", "Capitals", "CJK", "CJK_JP", "CJK_SC", "CJK_TC", "CJK_KR", "CTL", "NoneLatin", "Full", "Outline", "Shadow", "Rounded", "Typewriter", "Script", "Handwriting", "Chancery", "comic", "brushscript", "gothic", "schoolbook", "other"</desc> 68 </info> 69 </prop> 70 </group> 71 <group oor:name="ConfigurableSettings" oor:extensible="true"> 72 <info> 73 <author>PL</author> 74 <desc>Specifies an extensible set of options that are ordered into key/value pairs for the VCL. For example, a valid key for describing when ATTools is activated is: "EnableATToolSupport" (valid values = "true", "false").</desc> 75 </info> 76 </group> 77 <group oor:name="LocalizedDefaultFonts" oor:extensible="true"> 78 <info> 79 <author>PL</author> 80 <desc>Contains a localized table of default font lists organized as a set of sets of key/value pairs. The outer set denotes the language (e.g. "en-US") so that default fonts can be declared for different language contexts. Each value is a font list separated by ';'. Default fonts are: CJK_DISPLAY, CJK_HEADING, CJK_PRESENTATION, CJK_SPREADSHEET, CJK_TEXT, CTL_DISPLAY, CTL_HEADING, CTL_PRESENTATION, CTL_SPREADSHEET, CTL_TEXT, FIXED, LATIN_DISPLAY, LATIN_FIXED, LATIN_HEADING, LATIN_PRESENTATION, LATIN_SPREADSHEET, LATIN_TEXT, SANS, SANS_UNICODE, SERIF, SYMBOL, UI_FIXED, UI_SANS. Corresponding font lists: *_DISPLAY, *_HEADING, *_PRESENTATION, *_SPREADSHEET, *_TEXT, SANS, SANS_UNICODE, SERIF,SYMBOL, UI_FIXED, UI_SANS.</desc> 81 </info> 82 </group> 83 <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts"> 84 <info> 85 <author>PL</author> 86 <desc>Contains localized font substitution tables organized as a group of sets of LFonts. The outer set denotes the language (for example, "en-US").</desc> 87 </info> 88 </set> 89 </templates> 90 <component> 91 <set oor:name="Settings" oor:node-type="ConfigurableSettings"> 92 <info> 93 <author>PL</author> 94 <desc>Contains the settings for VCL (see template description).</desc> 95 </info> 96 </set> 97 <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts"> 98 <info> 99 <author>PL</author> 100 <desc>Contains the localized default fonts for VCL (see template description).</desc> 101 </info> 102 </set> 103 <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions"> 104 <info> 105 <author>PL</author> 106 <desc>Contains the localized font substitution tables for VCL (see template description).</desc> 107 </info> 108 </set> 109 </component> 110</oor:component-schema> 111 112