Uses of Class
com.helger.pdflayout.element.image.EPLImageType
-
Packages that use EPLImageType Package Description com.helger.pdflayout.element.image -
-
Uses of EPLImageType in com.helger.pdflayout.element.image
Fields in com.helger.pdflayout.element.image declared as EPLImageType Modifier and Type Field Description static EPLImageTypeAbstractPLImage. DEFAULT_IMAGE_TYPEMethods in com.helger.pdflayout.element.image that return EPLImageType Modifier and Type Method Description static EPLImageTypeEPLImageType. getFromIDOrNull(String sID)EPLImageTypeAbstractPLImage. getImageType()static EPLImageTypeEPLImageType. valueOf(String name)Returns the enum constant of this type with the specified name.static EPLImageType[]EPLImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.pdflayout.element.image with parameters of type EPLImageType Modifier and Type Method Description IMPLTYPEAbstractPLImage. setImageType(EPLImageType eImageType)Set the image type to be used.
-