<?xml version="1.0" encoding="UTF-8"?>
<config>
    <!--
    Paragraph styles available in the "Paragraph Style" combo box
    -->
    <paragraphstyles>
        <paragraphstyle name="H1" />
        <paragraphstyle name="H2" />
        <paragraphstyle name="H3" />
        <paragraphstyle name="H4" />
        <paragraphstyle name="H5" />
        <paragraphstyle name="H6" />
        <paragraphstyle name="DIV" />
        <paragraphstyle name="PRE" />
    </paragraphstyles>

    <!--
    Defines the available fonts. Per default all system fonts are available.
    -->
    <fontmapping usesystemfonts="true" />

    <!-- You can also use your own definitions:
    <font name="Roman">
        <renderedfont>Serif</renderedfont>
        <exportedfont>Georgia, Times New Roman, Times</exportedfont>
    </font>
    -->

    <!--
    Preset custom colors available in the "Font Color dialog"
    -->
    <presetcolors>
        <color rgb="#DC143C" desc="Crimson" />
        <color rgb="#556B2F" desc="Darkolivegreen" />
        <color rgb="#F0FFF0" desc="Honeydew" />
    </presetcolors>

    <!-- Enables the editor's undo/redo feature. The default number of undo/redo steps cached is 5 -->
    <multipleundoredo enabled="true" maxsteps="50" />

    <!--
    Configures which spell checkers are available and the location of the spell checker properties files.
    Also determines if the spell checker should automatically check the spelling at run-time.
    -->
    <spellingcheckers autospellcheck="true">
        <spellingchecker name="LANGUAGE_AMERICAN" archive="lex/americanenglish.jar" version="250" default="true" />
        <spellingchecker name="LANGUAGE_AMERICAN_MEDICAL" archive="lex/usmed.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_AMERICAN_LEGAL" archive="lex/uslegal.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRITISH" archive="lex/british.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRITISH_MEDICAL" archive="lex/brmed.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRITISH_LEGAL" archive="lex/brlegal.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_CANADIAN" archive="lex/canadianenglish.jar" version="250" default="false" />
        <!-- German new spelling reform only -->
        <!--
        <spellingchecker name="LANGUAGE_GERMAN" archive="lex/german-new.jar" version="250" default="false" /> 
        -->
        <!-- German old and new spelling reform -->
        <spellingchecker name="LANGUAGE_GERMAN" archive="lex/german-old-and-new.jar" version="250" default="false" />
        <!-- German old spelling reform only -->
        <!--
        <spellingchecker name="LANGUAGE_GERMAN" archive="lex/german-old.jar" version="250" default="false" />
        -->
        <spellingchecker name="LANGUAGE_FRENCH" archive="lex/french.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_ITALIAN" archive="lex/italian.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_DUTCH" archive="lex/dutch.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_DANISH" archive="lex/danish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_FINNISH" archive="lex/finnish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_NORWEGIAN" archive="lex/norwegian.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_SWEDISH" archive="lex/swedish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_SPANISH" archive="lex/spanish.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_BRAZILIAN_PORTUGUESE" archive="lex/brazilian.jar" version="250" default="false" />
        <spellingchecker name="LANGUAGE_PORTUGUESE" archive="lex/portuguese.jar" version="250" default="false" />
    </spellingcheckers>

    <!--
    Specifies whether the clean up will be performed on the server or on the client side.
    Also determines if the clean up should be performed when loading / saving a document.
    -->
    <cleanupprocess cleanuponload="auto" cleanuponsave="auto" />

    <!--
    Specifies whether documents should be validated or not.
    Documents can additionally be validated on save
    -->
    <documentvalidation enabled="true" validateonsave="false" overridedoctype="true" />

    <!--
    Allows enable/disable the source view as well as the word wrap, smart indent
    and syntax highlighting features of the sourceview.
    -->
    <sourceview enabled="true" smartindent="true" wordwrap="true" syntaxhighlighting="true" fontsize="12" />

    <!-- If bodyonly is enabled the editor will only export the content between the <body> tags of a document -->
    <bodyonly enabled="true" />

    <!--
    Specifies if empty paragraphs should be filled with &nbsp;. The "filltable" specifies whether empty table
    cells should be filled with an &nbsp; entity.
    -->
    <nbspfill enabled="true" filltable="true" />

    <!-- Specifies the locale that is used by the editor's UI. The default locale is en_us -->
    <locale value="en_US" />

	<!-- Opens the paste special dialog whenever content is pasted from MS Word. The specified paste action will be preselected. -->
	<pastespecial prompt="true" preselectedaction="PASTEWITHSTYLEDEFS" />
	
	<uicolors>
        <uicolor name="windowfacecolor" rgb="#D4D0C8" />
    </uicolors>
	
	<tableautoformat>
	    <!-- default templates -->
	    <tableautoformattemplateurl url="templates/classic1.xml" />
	    <tableautoformattemplateurl url="templates/classic2.xml" />
	    <tableautoformattemplateurl url="templates/classic3.xml" />
	    <tableautoformattemplateurl url="templates/classic4.xml" />
	    <tableautoformattemplateurl url="templates/color1.xml" />
	    <tableautoformattemplateurl url="templates/color2.xml" />
	    <tableautoformattemplateurl url="templates/color3.xml" />
	    <tableautoformattemplateurl url="templates/column1.xml" />
	    <tableautoformattemplateurl url="templates/column2.xml" />
	    <tableautoformattemplateurl url="templates/column3.xml" />
	    <tableautoformattemplateurl url="templates/contemp.xml" />
	    <tableautoformattemplateurl url="templates/normal.xml" />
	    <tableautoformattemplateurl url="templates/simple1.xml" />
	    <tableautoformattemplateurl url="templates/simple2.xml" />
	    <tableautoformattemplateurl url="templates/simple3.xml" />
	</tableautoformat>
</config>

