[]
        
(Showing Draft Content)

GC.Spread.Sheets.ImageLayout

枚举: ImageLayout

Spread.Sheets.ImageLayout

定义背景图像布局

代码示例

var rowImage = "./css/images/quarter1.png";
sheet.getCell(1, -1).backgroundImage(rowImage);
sheet.getCell(1, -1).backgroundImageLayout(GC.Spread.Sheets.ImageLayout.center);

Table of contents

枚举值成员

枚举值成员

center

center = 1

背景图像显示在区域的中心


none

none = 3

背景图像以其原始大小显示在区域的左上角


stretch

stretch = 0

背景图像填充该区域


zoom

zoom = 2

背景图像以其原始高宽比显示在区域中