🔒 This topic is solved and locked.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-13-2020 09:40 AM
(1141 views)
hi,
I am using ODS RTF to create reports and using following footnote statements to have top border befor the footnotes. For some reason I am always getting an extra space before the word Note in first footnote as can be seen in the screenshot below. I am not able to get rid of this space character. Please advise how to suppress this extra space.
footnote1 "^{style[outputwidth=100% bordertopcolor=black bordertopcolor=black Bordertopwidth=1pt]}Note:some text";
footnote2 "Second line text";
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @vineet7878
Does the following syntax meet your needs?
footnote1 "^S={outputwidth=100% bordertopcolor=black Bordertopwidth=1}Note:some text";
footnote2 "Second line text";
Best
- Tags:
- ODS RTF
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @vineet7878
Does the following syntax meet your needs?
footnote1 "^S={outputwidth=100% bordertopcolor=black Bordertopwidth=1}Note:some text";
footnote2 "Second line text";
Best
- Tags:
- ODS RTF
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot! It worked.