Search found 5 matches
- Wed May 03, 2023 8:11 pm
- Forum: AXWWriter and DOCXReadWrite
- Topic: Merged cells and table torder
- Replies: 0
- Views: 2425
Merged cells and table torder
Dear Lars We are using the simplified code below to generate a table on a report. When we remove the AddBorderTop from the last block (that prints the "g") everything is fine. If we leave the line in a border is shown in cell 4. The behaviour also disappears when the MergeCells statement i...
- Mon Dec 20, 2021 9:14 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Formatting a complex field
- Replies: 2
- Views: 1892
Re: Formatting a complex field
Thanks very much
- Sat Dec 18, 2021 12:28 pm
- Forum: AXWWriter and DOCXReadWrite
- Topic: Formatting a complex field
- Replies: 2
- Views: 1892
Formatting a complex field
Dear Lars I am trying to add a complex field with the page number. The code below produces the xml below. It formats the default value (xxxx) correctly but once the page number gets refreshed it uses the default style. If I add the font definition manually to the block "<w:instrText xml:space=&...
- Thu Nov 11, 2021 12:08 pm
- Forum: AXWWriter and DOCXReadWrite
- Topic: Formating of table
- Replies: 6
- Views: 4049
Re: Formating of table
I have removed the font definition from the file <w:r> <w:rPr> <w:b w:val="off" /> <w:sz w:val="28" /> <w:u w:val="none" /> </w:rPr> <w:t xml:space="preserve">consectetur </w:t> </w:r> According to word it is now displayed as Arial. If it was using the w:eastA...
- Tue Nov 09, 2021 2:57 pm
- Forum: AXWWriter and DOCXReadWrite
- Topic: Formating of table
- Replies: 6
- Views: 4049
Re: Formating of table
I work with hellroger and have been investigating the issue further: Your example code produces the following xml representation <?xml version="1.0" encoding="utf-8" standalone="yes"?> <w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/200...