Docmosis API 4.5.0

Uses of Class
com.docmosis.document.ImageScalingDefault

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.SYSTEM_SETTINGS
          Use this constant to specify default images should just do system default (docmosis.analyzer.image.scaling.default property)
static ImageScalingDefault ImageScalingDefault.STRETCH
          Use this constant to specify default images should stretch to fit both x and y
static ImageScalingDefault ImageScalingDefault.FIT
          Use this constant to specify default images should scale to fit preserving aspect ratio
 

Methods in com.docmosis.document that return ImageScalingDefault
static ImageScalingDefault ImageScalingDefault.valueOf(String value)
          Find the ImageScalingDefault matching the given value
 ImageScalingDefault RenderRequest.getImageScalingDefault()
          Get the default image scaling if specified, otherwise the system default is returned.
 

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.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.