com.stimulsoft.report.options
Class ExportOptions.Ppt2007

java.lang.Object
  extended by com.stimulsoft.report.options.ExportOptions.Ppt2007
Enclosing class:
ExportOptions

public static final class ExportOptions.Ppt2007
extends java.lang.Object

Class for adjustment of the PowerPoint2007 export of a report.


Constructor Summary
ExportOptions.Ppt2007()
           
 
Method Summary
static boolean getAllowImageComparer()
          Gets or sets a value indicating whether it is necessary to use image comparer.
static boolean getStoreImagesAsPng()
          Gets or sets a value indicating whether it is necessary to store images in PNG format instead of JPG.
static void setAllowImageComparer(boolean value)
           
static void setStoreImagesAsPng(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.Ppt2007

public ExportOptions.Ppt2007()
Method Detail

getAllowImageComparer

public static boolean getAllowImageComparer()
Gets or sets a value indicating whether it is necessary to use image comparer.


setAllowImageComparer

public static void setAllowImageComparer(boolean value)

getStoreImagesAsPng

public static boolean getStoreImagesAsPng()
Gets or sets a value indicating whether it is necessary to store images in PNG format instead of JPG.


setStoreImagesAsPng

public static void setStoreImagesAsPng(boolean value)