excel.core
接口 ALIGNMENT


public interface ALIGNMENT

对齐方式


字段摘要
static int Auto
           
static int Bottom
           
static int Center
           
static int Left
           
static int Right
           
static int Top
           
 

字段详细信息

Auto

static final int Auto
另请参见:
常量字段值

Left

static final int Left
另请参见:
常量字段值

Right

static final int Right
另请参见:
常量字段值

Center

static final int Center
另请参见:
常量字段值

Top

static final int Top
另请参见:
常量字段值

Bottom

static final int Bottom
另请参见:
常量字段值