File: ruby.fodt

package info (click to toggle)
libreoffice 4%3A7.4.7-1%2Bdeb12u9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,601,024 kB
  • sloc: cpp: 4,235,177; xml: 385,692; java: 273,650; python: 72,159; ansic: 36,750; perl: 31,520; javascript: 18,215; sh: 11,445; yacc: 10,839; makefile: 9,490; cs: 6,703; objc: 1,969; lex: 1,885; asm: 1,047; awk: 1,018; pascal: 940; php: 79; csh: 20; sed: 5
file content (25 lines) | stat: -rw-r--r-- 1,648 bytes parent folder | download | duplicates (8)
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
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
  <office:font-face-decls>
  </office:font-face-decls>
  <office:styles>
  </office:styles>
  <office:automatic-styles>
    <style:style style:name="Ru1" style:family="ruby">
      <style:ruby-properties style:ruby-align="left" style:ruby-position="above" loext:ruby-position="above"/>
    </style:style>
    <style:style style:name="Ru2" style:family="ruby">
      <style:ruby-properties style:ruby-align="center" style:ruby-position="above" loext:ruby-position="above"/>
    </style:style>
    <style:style style:name="Ru3" style:family="ruby">
      <style:ruby-properties style:ruby-align="right" style:ruby-position="above" loext:ruby-position="above"/>
    </style:style>
  </office:automatic-styles>
  <office:master-styles>
  </office:master-styles>
  <office:body>
    <office:text>
      <text:p text:style-name="P1">Ruby test: <text:ruby text:style-name="Ru1"><text:ruby-base>base text</text:ruby-base><text:ruby-text text:style-name="Rubies">ruby (left)</text:ruby-text></text:ruby> <text:ruby text:style-name="Ru2"><text:ruby-base>base text</text:ruby-base><text:ruby-text>ruby (center)</text:ruby-text></text:ruby> <text:ruby text:style-name="Ru3"><text:ruby-base>base text</text:ruby-base><text:ruby-text>ruby (right)</text:ruby-text></text:ruby></text:p>
    </office:text>
  </office:body>
</office:document>