程序包 org.ddr.poi.html

类 HtmlRenderConfig

java.lang.Object
org.ddr.poi.html.HtmlRenderConfig

public class HtmlRenderConfig extends Object
从以下版本开始:
2021-10-26
  • 构造器详细资料

    • HtmlRenderConfig

      public HtmlRenderConfig()
  • 方法详细资料

    • getGlobalFont

      public String getGlobalFont()
      返回:
      global font family
    • setGlobalFont

      public void setGlobalFont(String globalFont)
    • getGlobalFontSize

      public CSSLength getGlobalFontSize()
      返回:
      global font size
    • setGlobalFontSize

      public void setGlobalFontSize(CSSLength globalFontSize)
    • 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

      public List<ElementRenderer> getCustomRenderers()
      返回:
      custom html tag renderers
    • setCustomRenderers

      public void setCustomRenderers(List<ElementRenderer> customRenderers)
    • 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

      public MathRenderConfig getMathRenderConfig()