Uses of Interface
com.helger.pdflayout.element.list.IBulletPointCreator
Packages that use IBulletPointCreator
-
Uses of IBulletPointCreator in com.helger.pdflayout.element.list
Classes in com.helger.pdflayout.element.list that implement IBulletPointCreatorModifier and TypeClassDescriptionclassAbstractBulletPointCreatorFontBased<IMPLTYPE extends AbstractBulletPointCreatorFontBased<IMPLTYPE>>An abstract implementation ofIBulletPointCreatorthat uses a Font based character.classAn implementation ofIBulletPointCreatorthat always uses the same character (like in an unordered list).classAn implementation ofIBulletPointCreatorthat uses a customIntFunctionto create a custom formatted text.classAn implementation ofIBulletPointCreatorthat always uses the Bullet point character from symbol font.Methods in com.helger.pdflayout.element.list that return IBulletPointCreatorModifier and TypeMethodDescriptionfinal IBulletPointCreatorPLBulletPointList.getBulletPointCreator()Constructors in com.helger.pdflayout.element.list with parameters of type IBulletPointCreatorModifierConstructorDescriptionPLBulletPointList(WidthSpec aWidthSpec, IBulletPointCreator aBulletPointCreator)