类 ListStyle

java.lang.Object
org.ddr.poi.html.util.ListStyle

public class ListStyle extends Object
列表样式
从以下版本开始:
2024-09-12
  • 构造器详细资料

    • ListStyle

      public ListStyle(ListStyleType numberFormat, boolean hanging, int left, int right)
  • 方法详细资料

    • getNumberFormat

      public ListStyleType getNumberFormat()
    • isHanging

      public boolean isHanging()
    • getLeft

      public int getLeft()
    • getRight

      public int getRight()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object