Package com.helger.pdflayout.element.list
-
Interface Summary Interface Description IBulletPointCreator Abstract bullet point creator to create e.g. constant dots or numbers or characters. -
Class Summary Class Description AbstractBulletPointCreatorFontBased<IMPLTYPE extends AbstractBulletPointCreatorFontBased<IMPLTYPE>> An abstract implementation ofIBulletPointCreatorthat uses a Font based character.BulletPointCreatorConstant An implementation ofIBulletPointCreatorthat always uses the same character (like in an unordered list).BulletPointCreatorNumeric An implementation ofIBulletPointCreatorthat uses a customIntFunctionto create a custom formatted text.BulletPointCreatorSymbol An implementation ofIBulletPointCreatorthat always uses the Bullet point character from symbol font.PLBulletPointList A simple bullet point list.