Package org.pptx4j.convert.in.xhtml
Class ListHelper
java.lang.Object
org.pptx4j.convert.in.xhtml.ListHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intThe indentation after the number, typically the same as the hanging indent, which lines up subsequent paragraphs.static org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetDepth()protected com.openhtmltopdf.render.BlockBoxprotected com.openhtmltopdf.render.BlockBoxprotected voidpushListStack(com.openhtmltopdf.render.BlockBox ca)
-
Field Details
-
log
public static org.slf4j.Logger log -
INDENT_AFTER
protected static final int INDENT_AFTERThe 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()
-