| Package | Description |
|---|---|
| ar.com.fdvs.dj.domain | |
| ar.com.fdvs.dj.domain.builders |
| Modifier and Type | Method and Description |
|---|---|
static ImageBanner.Alignment |
ImageBanner.Alignment.fromValue(byte value) |
ImageBanner.Alignment |
ImageBanner.getAlign() |
static ImageBanner.Alignment |
ImageBanner.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageBanner.Alignment[] |
ImageBanner.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ImageBanner.Alignment,ImageBanner> |
DynamicReportOptions.getFirstPageFooterImageBanners() |
Map<ImageBanner.Alignment,ImageBanner> |
DynamicReportOptions.getFirstPageImageBanners() |
Map<ImageBanner.Alignment,ImageBanner> |
DynamicReportOptions.getFooterImageBanners() |
Map<ImageBanner.Alignment,ImageBanner> |
DynamicReportOptions.getImageBanners() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageBanner.setAlign(ImageBanner.Alignment orientation) |
| Constructor and Description |
|---|
ImageBanner(String imagePath,
int width,
int height,
ImageBanner.Alignment align) |
| Modifier and Type | Method and Description |
|---|---|
DynamicReportBuilder |
DynamicReportBuilder.addFirstPageFooterImageBanner(String path,
int width,
int height,
ImageBanner.Alignment alignment) |
DynamicReportBuilder |
DynamicReportBuilder.addFirstPageImageBanner(String path,
int width,
int height,
ImageBanner.Alignment align) |
DynamicReportBuilder |
DynamicReportBuilder.addFirstPageImageBanner(String path,
int width,
int height,
ImageBanner.Alignment alignment,
ImageScaleMode scaleMode) |
DynamicReportBuilder |
DynamicReportBuilder.addFooterImageBanner(String path,
int width,
int height,
ImageBanner.Alignment alignment,
ImageScaleMode scaleMode) |
DynamicReportBuilder |
DynamicReportBuilder.addImageBanner(String path,
int width,
int height,
ImageBanner.Alignment alignment) |
DynamicReportBuilder |
DynamicReportBuilder.addImageBanner(String path,
int width,
int height,
ImageBanner.Alignment alignment,
ImageScaleMode scaleMode) |
Copyright © 2006–2022 FDV Solutions. All rights reserved.