com.aspose.cells
Class ControlPictureSizeMode

java.lang.Object
    extended by com.aspose.cells.ControlPictureSizeMode

public class ControlPictureSizeMode 
extends java.lang.Object

Utility class containing constants. Represents how to display the picture.


Field Summary
static final intCLIP
           Crops any part of the picture that is larger than the control's boundaries.
static final intSTRETCH
           Stretches the picture to fill the control's area. This setting distorts the picture in either the horizontal or vertical direction.
static final intZOOM
           Enlarges the picture, but does not distort the picture in either the horizontal or vertical direction.
 

Field Detail

CLIP

public static final int CLIP
Crops any part of the picture that is larger than the control's boundaries.

STRETCH

public static final int STRETCH
Stretches the picture to fill the control's area. This setting distorts the picture in either the horizontal or vertical direction.

ZOOM

public static final int ZOOM
Enlarges the picture, but does not distort the picture in either the horizontal or vertical direction.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.