程序包 org.ddr.poi.html
类 HtmlRenderConfig
java.lang.Object
org.ddr.poi.html.HtmlRenderConfig
- 从以下版本开始:
- 2021-10-26
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintintorg.openxmlformats.schemas.wordprocessingml.x2006.main.STLevelSuffix.EnumbooleanvoidsetCustomRenderers(List<ElementRenderer> customRenderers) voidsetGlobalFont(String globalFont) voidsetGlobalFontSize(CSSLength globalFontSize) voidsetNumberingHanging(int numberingHanging) voidsetNumberingIndent(int numberingIndent) voidsetNumberingSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLevelSuffix.Enum numberingSpacing) voidsetShowDefaultTableBorderInTableCell(boolean showDefaultTableBorderInTableCell)
-
构造器详细资料
-
HtmlRenderConfig
public HtmlRenderConfig()
-
-
方法详细资料
-
getGlobalFont
- 返回:
- global font family
-
setGlobalFont
-
getGlobalFontSize
- 返回:
- global font size
-
setGlobalFontSize
-
getGlobalFontSizeInHalfPoints
public int getGlobalFontSizeInHalfPoints() -
isShowDefaultTableBorderInTableCell
public boolean isShowDefaultTableBorderInTableCell()- 返回:
- whether to show default table borders if the table inside a table cell
-
setShowDefaultTableBorderInTableCell
public void setShowDefaultTableBorderInTableCell(boolean showDefaultTableBorderInTableCell) -
getCustomRenderers
- 返回:
- custom html tag renderers
-
setCustomRenderers
-
getNumberingIndent
public int getNumberingIndent()- 返回:
- custom numbering indent
-
setNumberingIndent
public void setNumberingIndent(int numberingIndent) -
getNumberingHanging
public int getNumberingHanging()- 返回:
- custom numbering hanging
-
setNumberingHanging
public void setNumberingHanging(int numberingHanging) -
getNumberingSpacing
public org.openxmlformats.schemas.wordprocessingml.x2006.main.STLevelSuffix.Enum getNumberingSpacing()- 返回:
- custom numbering spacing
-
setNumberingSpacing
public void setNumberingSpacing(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLevelSuffix.Enum numberingSpacing) -
getMathRenderConfig
-