summaryrefslogtreecommitdiff
path: root/testset/abw/1dfdca791cee3b705a10da8ecec70b79.abw.raw
blob: fe623ac396d60e6ee274d2f3ba5ea5db53f51ee4 (plain)
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
34
startDocument()
  setDocumentMetaData(dc:creator: Yi Luo, dc:language: en-US, dc:subject: Subject of the document, librevenge:descriptive-name: Meta Test Document, meta:initial-creator: Majid Khan, meta:keyword: First keyword Second keyword Third keyword)
  openPageSpan(fo:margin-bottom: 1.0000in, fo:margin-left: 1.0000in, fo:margin-right: 1.0000in, fo:margin-top: 1.0000in, fo:page-height: 11.6929in, fo:page-width: 8.2677in)
    openSection(fo:margin-left: 0.0000in, fo:margin-right: 0.0000in, style:writing-mode: lr-tb)
      openParagraph()
        openSpan(fo:country: US, fo:language: en)
          insertText(text: this is an example of table cells with different print option.)
        closeSpan()
      closeParagraph()
      openTable(librevenge:table-columns: ((), ()), table:align: left)
        openTableRow()
          openTableCell(fo:border-bottom: 0.0007in solid #000000, fo:border-left: 0.0007in solid #000000, fo:border-right: 0.0007in solid #000000, fo:border-top: 0.0007in solid #000000, librevenge:column: 0, librevenge:row: 0, table:number-columns-spanned: 1, table:number-rows-spanned: 1)
            openParagraph()
              openSpan(fo:country: US, fo:language: en)
                insertText(text: this cell will be ignore when the table is printed.)
              closeSpan()
            closeParagraph()
          closeTableCell()
          openTableCell(fo:border-bottom: 0.0007in solid #000000, fo:border-left: 0.0007in solid #000000, fo:border-right: 0.0007in solid #000000, fo:border-top: 0.0007in solid #000000, librevenge:column: 1, librevenge:row: 0, table:number-columns-spanned: 1, table:number-rows-spanned: 1)
            openParagraph()
              openSpan(fo:country: US, fo:language: en)
                insertText(text: this cell will not be ignore when the table is printed.)
              closeSpan()
            closeParagraph()
          closeTableCell()
        closeTableRow()
      closeTable()
      openParagraph()
        openSpan(fo:country: US, fo:language: en)
        closeSpan()
      closeParagraph()
    closeSection()
  closePageSpan()
endDocument()