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##