Interface IBulletPointCreator
- All Known Implementing Classes:
AbstractBulletPointCreatorFontBased,BulletPointCreatorConstant,BulletPointCreatorNumeric,BulletPointCreatorSymbol
public interface IBulletPointCreator
Abstract bullet point creator to create e.g. constant dots or numbers or
characters.
- Since:
- 5.1.0
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptiongetBulletPointElement(int nBulletPointIndex) Get the bullet point text for the specified index.
-
Method Details
-
getBulletPointElement
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-
nullbut maybe empty.
-