Class BulletPointCreatorConstant

All Implemented Interfaces:
com.helger.commons.traits.IGenericImplTrait<BulletPointCreatorConstant>, IPLHasOutline, IPLHasPadding<BulletPointCreatorConstant>, IBulletPointCreator
Direct Known Subclasses:
BulletPointCreatorSymbol

public class BulletPointCreatorConstant extends AbstractBulletPointCreatorFontBased<BulletPointCreatorConstant>
An implementation of IBulletPointCreator that always uses the same character (like in an unordered list).
Since:
5.1.0
Author:
Philip Helger
  • Constructor Details

  • Method Details

    • getText

      @Nonnull public final String getText()
    • getBulletPointElement

      @Nonnull public IPLRenderableObject<?> getBulletPointElement(@Nonnegative int nBulletPointIndex)
      Description copied from interface: IBulletPointCreator
      Get the bullet point text for the specified index.
      Parameters:
      nBulletPointIndex - The 0-based index of the bullet point to be created.
      Returns:
      A non-null but maybe empty.