|
Docmosis API 4.9.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageScalingDefault | |
|---|---|
| com.docmosis.document | |
| Uses of ImageScalingDefault in com.docmosis.document |
|---|
| Fields in com.docmosis.document declared as ImageScalingDefault | |
|---|---|
static ImageScalingDefault |
ImageScalingDefault.FIT
Use this constant to specify default images should scale to fit preserving aspect ratio |
static ImageScalingDefault |
ImageScalingDefault.STRETCH
Use this constant to specify default images should stretch to fit both x and y |
static ImageScalingDefault |
ImageScalingDefault.SYSTEM_SETTINGS
Use this constant to specify default images should just do system default (docmosis.analyzer.image.scaling.default property) |
| Methods in com.docmosis.document that return ImageScalingDefault | |
|---|---|
ImageScalingDefault |
RenderRequest.getImageScalingDefault()
Get the default image scaling if specified, otherwise the system default is returned. |
static ImageScalingDefault |
ImageScalingDefault.valueOf(String value)
Find the ImageScalingDefault matching the given value |
| Methods in com.docmosis.document with parameters of type ImageScalingDefault | |
|---|---|
RenderRequest |
RenderRequest.setImageScalingDefault(ImageScalingDefault imageScalingDefault)
Set the default image scaling method (eg fit or stretch) to use when inserting images into the template. |
|
Docmosis API 4.9.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||