Uses of Enum Class
fr.opensagres.xdocreport.template.formatter.NullImageBehaviour
Packages that use NullImageBehaviour
-
Uses of NullImageBehaviour in fr.opensagres.xdocreport.template.formatter
Methods in fr.opensagres.xdocreport.template.formatter that return NullImageBehaviourModifier and TypeMethodDescriptionFieldMetadata.getBehaviour()Returns the "field" behavior to use when the stream of the image is null.FieldsMetadata.getBehaviour()Returns the "global" behaviour to use when the stream of the image is null.static NullImageBehaviourReturns the enum constant of this class with the specified name.static NullImageBehaviour[]NullImageBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.opensagres.xdocreport.template.formatter with parameters of type NullImageBehaviourModifier and TypeMethodDescriptionFieldsMetadata.addFieldAsImage(String fieldName, NullImageBehaviour behaviour) Add a field name which is considered as an image.FieldsMetadata.addFieldAsImage(String fieldName, NullImageBehaviour behaviour, boolean useImageSize) Add a field name which is considered as an image.FieldsMetadata.addFieldAsImage(String imageName, String fieldName, NullImageBehaviour behaviour) FieldsMetadata.addFieldAsImage(String imageName, String fieldName, NullImageBehaviour behaviour, boolean useImageSize) Add a field name which is considered as an image.voidFieldMetadata.setBehaviour(NullImageBehaviour behaviour) Set the "field" behaviour to use when the stream of the image is null.voidFieldsMetadata.setBehaviour(NullImageBehaviour behaviour) Set the "global" behaviour to use when the stream of the image is null.