Package com.stimulsoft.report.options
Class ExportOptions.PowerPoint
java.lang.Object
com.stimulsoft.report.options.ExportOptions.PowerPoint
- Enclosing class:
ExportOptions
Class for adjustment of the Power Point export of a report.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanA value indicating whether it is necessary to use image comparer.static booleanA value indicating whether it is necessary to store images in PNG format instead of JPG. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allowImageComparer
public static boolean allowImageComparerA value indicating whether it is necessary to use image comparer. -
storeImagesAsPng
public static boolean storeImagesAsPngA value indicating whether it is necessary to store images in PNG format instead of JPG.
-
-
Constructor Details
-
PowerPoint
public PowerPoint()
-