emptyLines
property:emptyLines
property:First line. Second line.will result to:
emptyLines
property:First line. Second line.will result to:
first line of text <br/> second line of textThe result will be:
first line of text <empty/> second line of textThe result will be:
<tab/>the line of textThe result will be:
first line of text <hr/> second line of textThe result will be:
<i>text in italic</i>
<b>text in bold</b>
<u>text in underline</u>
<u>text in strikethrough</u>
This is a sentence with <font format="bold italic">a bold and italic text</font> This is a sentence with <font format="linethrough italic">a linethrough and italic text</font>Result:
<font family="Garamond, Arial" />my text</font>Will use the "Garamond" family, and will fallback to "Arial" if the browser does not support the "Garamond" family.
This is a sentence with <font color="red" format="bold">a bold text in red</font> This is another sentence with <font background="yellow">a text on yellow background</font> This is another sentence with <font color="blue" background="yellow">a blue text on yellow background</font> This is another sentence with <i>a text in italic</i> This is another sentence with <font format="bold italic">a bold and italic text</font>Result:
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.