-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathBarcode.xcs
33 lines (31 loc) · 908 Bytes
/
Barcode.xcs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-schema
oor:name="BarcodeSettings"
oor:package="org.libreoffice"
xml:lang="en-US"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component>
<group oor:name="ConfigNode">
<prop oor:name="LastBarcodeType" oor:type="xs:string">
<value>EAN13</value>
</prop>
<prop oor:name="LastChecksum" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="HeightModify" oor:type="xs:int">
<value>100</value>
</prop>
<prop oor:name="WidthModify" oor:type="xs:int">
<value>100</value>
</prop>
<prop oor:name="PositionX" oor:type="xs:int">
<value>5000</value>
</prop>
<prop oor:name="PositionY" oor:type="xs:int">
<value>5000</value>
</prop>
</group>
</component>
</oor:component-schema>