Class PLText

All Implemented Interfaces:
com.helger.commons.id.IHasID<String>, com.helger.commons.traits.IGenericImplTrait<PLText>, IPLElement<PLText>, IPLHasBorder<PLText>, IPLHasFillColor<PLText>, IPLHasHorizontalAlignment<PLText>, IPLHasMargin<PLText>, IPLHasMarginBorderPadding<PLText>, IPLHasOutline, IPLHasPadding<PLText>, IPLInlineElement<PLText>, IPLObject<PLText>, IPLRenderableObject<PLText>, IPLSplittableObject<PLText,PLText>, IPLVisitable

public class PLText extends AbstractPLText<PLText>
Render text
Author:
Philip Helger
  • Constructor Details

  • Method Details

    • internalCreateNewVertSplitObject

      @Nonnull public PLText internalCreateNewVertSplitObject(@Nonnull PLText aBase)
      Description copied from interface: IPLSplittableObject
      Create a new object of the same type as this object.
      Parameters:
      aBase - The source object to copy data from.
      Returns:
      Never null.