home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #3 / K-CD_2002-03.iso / OpenOffice / f_0183 / Writer.xml
Extensible Markup Language  |  2001-11-09  |  2KB  |  62 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Writer cfg:package="org.openoffice.Office" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:cfg="http://openoffice.org/2000/registry/instance">
  3.         <AgendaType>
  4.             <Author cfg:type="string"/>
  5.             <Topic cfg:type="string"/>
  6.             <Duration cfg:type="int" xsi:null="true"/>
  7.         </AgendaType>
  8.         <StyleType>
  9.             <PreferredStyle cfg:type="int" xsi:null="true"/>
  10.         </StyleType>
  11.         <SizeType>
  12.             <Width cfg:type="int" xsi:null="true"/>
  13.             <Height cfg:type="int" xsi:null="true"/>
  14.         </SizeType>
  15.         <PositionType>
  16.             <Left cfg:type="int" xsi:null="true"/>
  17.             <Right cfg:type="int" xsi:null="true"/>
  18.             <Top cfg:type="int" xsi:null="true"/>
  19.             <Bottom cfg:type="int" xsi:null="true"/>
  20.         </PositionType>
  21.         <AlignmentType>
  22.             <Position cfg:type="int" xsi:null="true"/>
  23.         </AlignmentType>
  24.         <TextElementType>
  25.             <Visible cfg:type="boolean" xsi:null="true"/>
  26.             <Content cfg:type="string" cfg:localized="true"><cfg:value xml:lang="en-US" xsi:null="true"/><cfg:value xml:lang="de" xsi:null="true"/></Content>
  27.         </TextElementType>
  28.         <IntElementType>
  29.             <Visible cfg:type="boolean" xsi:null="true"/>
  30.             <Content cfg:type="int" xsi:null="true"/>
  31.         </IntElementType>
  32.         <FileType>
  33.             <Name cfg:type="string" xsi:null="true"/>
  34.             <Filter cfg:type="string" xsi:null="true"/>
  35.         </FileType>
  36.         <PositionXYType>
  37.             <X cfg:type="int" xsi:null="true"/>
  38.             <Y cfg:type="int" xsi:null="true"/>
  39.         </PositionXYType>
  40.         <DataSetType>
  41.             <DataSource cfg:type="string"/>
  42.             <Command cfg:type="string"/>
  43.             <CommandType cfg:type="short" xsi:null="true"/>
  44.             <ColumnsToText cfg:type="string"/>
  45.             <ColumnsToTable cfg:type="string"/>
  46.             <ParaStyle cfg:type="string"/>
  47.             <TableAutoFormat cfg:type="string"/>
  48.             <IsTable cfg:type="boolean" xsi:null="true"/>
  49.             <IsField cfg:type="boolean" xsi:null="true"/>
  50.             <IsHeadlineOn cfg:type="boolean" xsi:null="true"/>
  51.             <IsEmptyHeadline cfg:type="boolean" xsi:null="true"/>
  52.             <ColumnSet cfg:type="set" cfg:element-type="ColumnSetType"/>
  53.         </DataSetType>
  54.         <ColumnSetType>
  55.             <ColumnName cfg:type="string"/>
  56.             <ColumnIndex cfg:type="int" xsi:null="true"/>
  57.             <IsNumberFormat cfg:type="boolean" xsi:null="true"/>
  58.             <IsNumberFormatFromDataBase cfg:type="boolean" xsi:null="true"/>
  59.             <NumberFormat cfg:type="string"/>
  60.             <NumberFormatLocale cfg:type="string"/>
  61.         </ColumnSetType>
  62.     </Writer>