Class TraversalSettings

java.lang.Object
org.pptx4j.convert.in.xhtml.TraversalSettings
All Implemented Interfaces:
Cloneable

public class TraversalSettings extends Object implements Cloneable
  • Constructor Details

    • TraversalSettings

      public TraversalSettings()
  • Method Details

    • getParagraphsShape

      public org.pptx4j.pml.Shape getParagraphsShape()
    • setParagraphsShape

      public void setParagraphsShape(org.pptx4j.pml.Shape paragraphsShape)
    • getCssMap

      public Map<String,com.openhtmltopdf.css.parser.PropertyValue> getCssMap()
    • setCssMap

      public void setCssMap(Map<String,com.openhtmltopdf.css.parser.PropertyValue> cssMap)
    • getHyperlink

      public String getHyperlink()
    • setHyperlink

      public void setHyperlink(String hyperlink)
    • isHyperlinkTraversal

      public boolean isHyperlinkTraversal()
    • isInTableCell

      public boolean isInTableCell()
    • setInTableCell

      public void setInTableCell(boolean inTableCell)
    • clone

      public TraversalSettings clone()
      Overrides:
      clone in class Object