Interface IPLInlineElement<IMPLTYPE extends IPLInlineElement<IMPLTYPE>>

Type Parameters:
IMPLTYPE - Implementation type
All Superinterfaces:
com.helger.commons.traits.IGenericImplTrait<IMPLTYPE>, com.helger.commons.id.IHasID<String>, IPLElement<IMPLTYPE>, IPLHasBorder<IMPLTYPE>, IPLHasFillColor<IMPLTYPE>, IPLHasMargin<IMPLTYPE>, IPLHasMarginBorderPadding<IMPLTYPE>, IPLHasOutline, IPLHasPadding<IMPLTYPE>, IPLObject<IMPLTYPE>, IPLRenderableObject<IMPLTYPE>, IPLVisitable
All Known Implementing Classes:
AbstractPLImage, AbstractPLInlineElement, AbstractPLText, PLImage, PLStreamImage, PLText

public interface IPLInlineElement<IMPLTYPE extends IPLInlineElement<IMPLTYPE>> extends IPLElement<IMPLTYPE>
Base interface for inline elements. They currently have no further properties.
Author:
Philip Helger