Package com.deltaxml.powerpoint.config
Class SvgConfig
java.lang.Object
com.deltaxml.powerpoint.config.SvgConfig
Configuration for SVG comparison.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the svgCompareEnabled parameter.voidsetSvgCompareEnabled(boolean value) Specify whether to compare svg.
-
Constructor Details
-
SvgConfig
public SvgConfig()Create a newSvgConfiginstance. Contains parameters managing svg comparison. -
SvgConfig
public SvgConfig(boolean svgCompareEnabled) Creates a newSvgConfiginstance, 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.
-