Class ListHelper

java.lang.Object
org.pptx4j.convert.in.xhtml.ListHelper

public class ListHelper extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final int
    The indentation after the number, typically the same as the hanging indent, which lines up subsequent paragraphs.
    static org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected int
     
    protected com.openhtmltopdf.render.BlockBox
     
    protected com.openhtmltopdf.render.BlockBox
     
    protected void
    pushListStack(com.openhtmltopdf.render.BlockBox ca)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      public static org.slf4j.Logger log
    • INDENT_AFTER

      protected static final int INDENT_AFTER
      The indentation after the number, typically the same as the hanging indent, which lines up subsequent paragraphs.
      See Also:
  • Constructor Details

    • ListHelper

      public ListHelper()
  • Method Details

    • pushListStack

      protected void pushListStack(com.openhtmltopdf.render.BlockBox ca)
    • popListStack

      protected com.openhtmltopdf.render.BlockBox popListStack()
    • peekListStack

      protected com.openhtmltopdf.render.BlockBox peekListStack()
    • getDepth

      protected int getDepth()