Separator examples
Examples written in answer to questions such as:
Click How to underline text with a dotted line? | iText 5 PDF Development Guide
Click How to add a full line break? | iText 5 PDF Development Guide
Click How to create a custom dashed line separator? | iText 5 PDF Development Guide
Click How to restrict the number of characters on a single line?
Click How to align two paragraphs to the left and right on the same line? | iText 5 PDF Development Guide
Click How to add inline spacing in a PdfPCell? | iText 5 PDF Development Guide
underlinewithdottedline
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/objects/UnderlineWithDottedLine.java##
fulldottedline
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/objects/FullDottedLine.java##
customdashedline
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/objects/CustomDashedLine.java##
underlineparagraphwithtwoparts
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/objects/UnderlineParagraphWithTwoParts.java##
cellwithglue
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/CellWithGlue.java##
leftright
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/objects/LeftRight.java##
dottedlineleader
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/tables/DottedLineLeader.java##
dottedlineender
##GITHUB:https://github.com/itext/i5js-sandbox/blob/master/src/main/java/sandbox/objects/DottedLineEnder.java##
Results
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/objects/cmp_underline_dotted.pdf
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/objects/cmp_full_dotted_line.pdf
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/objects/cmp_custom_dashed_line.pdf
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/objects/cmp_underline_paragraph_with_two_parts.pdf
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/tables/cmp_cell_with_glue.pdf
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/objects/cmp_left_right.pdf
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/tables/cmp_dotted_line_leader.pdf
https://github.com/itext/i5js-sandbox/blob/master/cmpfiles/objects/cmp_dotted_line_ender.pdf