|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NullImageBehaviour | |
|---|---|
| fr.opensagres.xdocreport.template.formatter | |
| Uses of NullImageBehaviour in fr.opensagres.xdocreport.template.formatter |
|---|
| Methods in fr.opensagres.xdocreport.template.formatter that return NullImageBehaviour | |
|---|---|
NullImageBehaviour |
FieldsMetadata.getBehaviour()
Returns the "global" behaviour to use when the stream of the image is null. |
NullImageBehaviour |
FieldMetadata.getBehaviour()
Returns the "field" behavior to use when the stream of the image is null. |
static NullImageBehaviour |
NullImageBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NullImageBehaviour[] |
NullImageBehaviour.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in fr.opensagres.xdocreport.template.formatter with parameters of type NullImageBehaviour | |
|---|---|
FieldMetadata |
FieldsMetadata.addFieldAsImage(String fieldName,
NullImageBehaviour behaviour)
Add a field name which is considered as an image. |
FieldMetadata |
FieldsMetadata.addFieldAsImage(String fieldName,
NullImageBehaviour behaviour,
boolean useImageSize)
Add a field name which is considered as an image. |
FieldMetadata |
FieldsMetadata.addFieldAsImage(String imageName,
String fieldName,
NullImageBehaviour behaviour)
|
FieldMetadata |
FieldsMetadata.addFieldAsImage(String imageName,
String fieldName,
NullImageBehaviour behaviour,
boolean useImageSize)
Add a field name which is considered as an image. |
void |
FieldsMetadata.setBehaviour(NullImageBehaviour behaviour)
Set the "global" behaviour to use when the stream of the image is null. |
void |
FieldMetadata.setBehaviour(NullImageBehaviour behaviour)
Set the "field" behaviour to use when the stream of the image is null. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||