aboutsummaryrefslogtreecommitdiff
path: root/test/docx/table_with_list_cell.native
blob: cc7b08a5ef6a0cd49f8fc5d34312fe9c9e424ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Table ("",[],[]) (Caption Nothing
 []) [(AlignDefault,Nothing),(AlignDefault,Nothing)] 0
 [Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Plain [Str "Cell",Space,Str "with",Space,Str "text"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Plain [Str "Cell",Space,Str "with",Space,Str "text"]]]]
 [Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [BulletList
    [[Para [Str "Cell",Space,Str "with"]]
    ,[Para [Str "A"]]
    ,[Para [Str "Bullet",Space,Str "list"]]]]
  ,Cell ("",[],[]) Nothing 1 1
   [OrderedList (1,Decimal,Period)
    [[Para [Str "Cell",Space,Str "with"]]
    ,[Para [Str "A"]]
    ,[Para [Str "Numbered",Space,Str "list."]]]]]]
 []]