Package | Description |
---|---|
cn.orionsec.kit.office.excel.style |
Modifier and Type | Method and Description |
---|---|
FontStream |
FontStream.ansiCharset()
设置系统编码
|
FontStream |
FontStream.black()
设置黑色
|
FontStream |
FontStream.blue()
设置蓝色
|
FontStream |
FontStream.bold()
设置加粗
|
FontStream |
FontStream.bold(boolean set)
设置加粗
|
FontStream |
FontStream.bottomOffset()
设置偏移到底部
|
FontStream |
FontStream.charset(int charset)
设置编码
|
FontStream |
FontStream.color(byte[] c)
设置颜色
|
FontStream |
FontStream.color(int c)
设置颜色
|
FontStream |
FontStream.color(short index,
byte[] c)
设置颜色
|
FontStream |
FontStream.color(short index,
String c)
设置颜色
|
FontStream |
FontStream.color(String c)
设置颜色
|
FontStream |
FontStream.defaultCharset()
设置默认编码
|
FontStream |
FontStream.deleteLine()
设置删除线
|
FontStream |
FontStream.deleteLine(boolean set)
设置删除线
|
FontStream |
FontStream.family(int i)
设置字体家族
|
static FontStream |
FontStream.fontStream(org.apache.poi.ss.usermodel.Workbook workbook)
获取 FontStream
|
static FontStream |
FontStream.fontStream(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Font font)
获取 FontStream
|
FontStream |
FontStream.indigo()
设置靛青色
|
FontStream |
FontStream.italic()
设置斜体
|
FontStream |
FontStream.italic(boolean set)
设置斜体
|
FontStream |
FontStream.name(String name)
设置字体名称
|
FontStream |
FontStream.pink()
设置粉色
|
FontStream |
FontStream.red()
设置红色
|
FontStream |
FontStream.scheme(int i)
设置属性
|
FontStream |
FontStream.size(int size)
设置字体大小
|
FontStream |
FontStream.symbolCharset()
设置符号编码
|
FontStream |
FontStream.themesColor(int i)
设置主题颜色
|
FontStream |
FontStream.themesTable(org.apache.poi.xssf.model.ThemesTable table)
设置主题表格
|
FontStream |
FontStream.topOffset()
设置偏移到顶部
|
FontStream |
FontStream.typeOffset(int offset)
设置偏移
|
FontStream |
FontStream.underDoubleLine()
设置双下划线
|
FontStream |
FontStream.underLine()
设置下滑线
|
FontStream |
FontStream.underLine(int line)
设置下滑线
|
FontStream |
FontStream.unsetBold()
不设置加粗
|
FontStream |
FontStream.unsetDeleteLine()
不设置删除线
|
FontStream |
FontStream.unsetFamily()
不设置字体家族
|
FontStream |
FontStream.unsetItalic()
不设置斜体
|
FontStream |
FontStream.unsetOffset()
不设置偏移
|
FontStream |
FontStream.unsetScheme()
设置属性
|
FontStream |
FontStream.unsetUnderLine()
不设置下滑线
|
Modifier and Type | Method and Description |
---|---|
StyleStream |
StyleStream.font(FontStream font)
设置字体
|
Copyright © 2024. All rights reserved.