1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: VCL.xcs,v $
13 * This file is part of OpenOffice.org.
15 * OpenOffice.org is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU Lesser General Public License version 3
17 * only, as published by the Free Software Foundation.
19 * OpenOffice.org is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU Lesser General Public License version 3 for more details
23 * (a copy is included in the LICENSE file that accompanied this code).
25 * You should have received a copy of the GNU Lesser General Public License
26 * version 3 along with OpenOffice.org. If not, see
27 * <http://www.openoffice.org/license.html>
28 * for a copy of the LGPLv3 License.
30 ************************************************************************ -->
31 <!DOCTYPE oor:component-schema SYSTEM
"../../../component-schema.dtd">
32 <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>
34 <desc >Contains preferences for the VCL (Visual Class Library).
</desc>
37 <group oor:
name=
"LFonts">
40 <desc>Contains attributes for fonts. The substitution lists are separated by
';
' and are searched first to last for a substitute.
</desc>
42 <prop oor:
name=
"SubstFonts" oor:
type=
"xs:string">
44 <desc>Contains a list of substitute fonts used in office documents.
</desc>
47 <prop oor:
name=
"SubstFontsMS" oor:
type=
"xs:string">
49 <desc>Contains a list of substitute fonts used in MS import filters.
</desc>
52 <prop oor:
name=
"SubstFontsPS" oor:
type=
"xs:string">
54 <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).
</desc>
57 <prop oor:
name=
"SubstFontsHTML" oor:
type=
"xs:string">
59 <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).
</desc>
62 <prop oor:
name=
"FontWeight" oor:
type=
"xs:string">
64 <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>
67 <prop oor:
name=
"FontWidth" oor:
type=
"xs:string">
69 <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>
72 <prop oor:
name=
"FontType" oor:
type=
"xs:string">
74 <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>
78 <group oor:
name=
"ConfigurableSettings" oor:
extensible=
"true">
81 <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>
84 <group oor:
name=
"LocalizedDefaultFonts" oor:
extensible=
"true">
87 <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>
90 <set oor:
name=
"LocalizedFontSubstitutions" oor:
node-type=
"LFonts">
93 <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>
98 <set oor:
name=
"Settings" oor:
node-type=
"ConfigurableSettings">
101 <desc>Contains the settings for VCL (see template description).
</desc>
104 <set oor:
name=
"DefaultFonts" oor:
node-type=
"LocalizedDefaultFonts">
107 <desc>Contains the localized default fonts for VCL (see template description).
</desc>
110 <set oor:
name=
"FontSubstitutions" oor:
node-type=
"LocalizedFontSubstitutions">
113 <desc>Contains the localized font substitution tables for VCL (see template description).
</desc>
117 </oor:component-schema>