Package org.pptx4j.convert.in.xhtml
Class TraversalSettings
java.lang.Object
org.pptx4j.convert.in.xhtml.TraversalSettings
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()org.pptx4j.pml.ShapebooleanbooleanvoidvoidsetHyperlink(String hyperlink) voidsetInTableCell(boolean inTableCell) voidsetParagraphsShape(org.pptx4j.pml.Shape paragraphsShape)
-
Constructor Details
-
TraversalSettings
public TraversalSettings()
-
-
Method Details
-
getParagraphsShape
public org.pptx4j.pml.Shape getParagraphsShape() -
setParagraphsShape
public void setParagraphsShape(org.pptx4j.pml.Shape paragraphsShape) -
getCssMap
-
setCssMap
-
getHyperlink
-
setHyperlink
-
isHyperlinkTraversal
public boolean isHyperlinkTraversal() -
isInTableCell
public boolean isInTableCell() -
setInTableCell
public void setInTableCell(boolean inTableCell) -
clone
-