public class TitleOption extends Object implements Serializable
Constructor and Description |
---|
TitleOption() |
Modifier and Type | Method and Description |
---|---|
ExcelAlignType |
getAlign() |
String |
getBackgroundColor() |
ExcelBorderType |
getBorder() |
String |
getBorderColor() |
FontOption |
getFont() |
short |
getPaletteColorIndex() |
String |
getTitle() |
int |
getUseColumn() |
int |
getUseRow() |
ExcelVerticalAlignType |
getVerticalAlign() |
void |
setAlign(ExcelAlignType align) |
void |
setBackgroundColor(String backgroundColor) |
void |
setBorder(ExcelBorderType border) |
void |
setBorderColor(String borderColor) |
void |
setFont(FontOption font) |
void |
setPaletteColorIndex(short paletteColorIndex) |
void |
setTitle(String title) |
void |
setUseColumn(int useColumn) |
void |
setUseRow(int useRow) |
void |
setVerticalAlign(ExcelVerticalAlignType verticalAlign) |
public String getTitle()
public void setTitle(String title)
public int getUseRow()
public void setUseRow(int useRow)
public int getUseColumn()
public void setUseColumn(int useColumn)
public ExcelVerticalAlignType getVerticalAlign()
public void setVerticalAlign(ExcelVerticalAlignType verticalAlign)
public ExcelAlignType getAlign()
public void setAlign(ExcelAlignType align)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public ExcelBorderType getBorder()
public void setBorder(ExcelBorderType border)
public String getBorderColor()
public void setBorderColor(String borderColor)
public FontOption getFont()
public void setFont(FontOption font)
public short getPaletteColorIndex()
public void setPaletteColorIndex(short paletteColorIndex)
Copyright © 2024. All rights reserved.