Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / BackgroundImageLayout Enumeration
In This Topic
    BackgroundImageLayout Enumeration
    In This Topic
    Specifies how a background image should be stretched to fill the destination rectangle.
    Members
    MemberDescription
    CenterSpecifies to centre-align the image within the destination rectangle.
    NoneSpecifies to left-align the image at the top across the destination rectangle.
    StretchSpecifies to resize the image to fill the destination dimensions. The aspect ratio is not preserved.
    ZoomSpecifies to resize the image to fit in the destination dimensions while preserving the image¡¯s native aspect ratio.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.BackgroundImageLayout

    See Also