| Package | Description |
|---|---|
| fr.opensagres.xdocreport.template.formatter |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All Rights Reserved.