The alignment takes {@link LabeledParagraph} instances and aligns the texts
next to the labels so that all texts start at the same offset. Pass the
paragraphs that you want to align to {@link add()}. When you call
{@link align()}, the text offset is calculated. You can retrieve the
calculated offset with {@link getTextOffset()}.
getTextOffset()
public method
Before calling {@link align()} or {@link setTextOffset()}, this method
returns 0.
setTextOffset()
public method
Manually sets the text offset.