Class SvgConfig

java.lang.Object
com.deltaxml.powerpoint.config.SvgConfig

public class SvgConfig extends Object
Configuration for SVG comparison.
  • Constructor Details

    • SvgConfig

      public SvgConfig()
      Create a new SvgConfig instance. Contains parameters managing svg comparison.
    • SvgConfig

      public SvgConfig(boolean svgCompareEnabled)
      Creates a new SvgConfig instance, setting the value of the svgCompareEnabled parameter. Contains parameters managing svg comparison.
      Parameters:
      svgCompareEnabled - the value of the isSvgCompareEnabled parameter.
  • Method Details

    • isSvgCompareEnabled

      public boolean isSvgCompareEnabled()
      Gets the value of the svgCompareEnabled parameter.
      Returns:
      the value of the svgCompareEnabled parameter
    • setSvgCompareEnabled

      public void setSvgCompareEnabled(boolean value)
      Specify whether to compare svg. The default setting is false.
      Parameters:
      value - set to true to svg, false to ignore svg change.