com.aspose.slides.jasperreports
Class PptExportParametersBean

java.lang.Object
  extended by com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
      extended by com.aspose.slides.jasperreports.PptExportParametersBean
All Implemented Interfaces:
com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters, java.io.Serializable

public class PptExportParametersBean
extends com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters

Represents exporter parameters for integration with JasperServer.

See Also:
Serialized Form

Constructor Summary
PptExportParametersBean()
          Default constructor.
 
Method Summary
 java.util.Map<?,?> getFontMap()
          Returns the fontMap.
 java.lang.String getLicenseFile()
          Returns the licenseFile.
 java.lang.Boolean getNeedAlterText()
          Returns the needAlterText.
 java.util.Map<?,?> getTemplateMapPresentation()
          Returns the templateMapPresentation.
 java.lang.String getTemplatePresentation()
          Returns the templatePresentation.
 void setFontMap(java.util.Map<?,?> fontMap)
          Sets the fontMap.
 void setLicenseFile(java.lang.String licenseFile)
          Sets the licenseFile.
 void setNeedAlterText(java.lang.Boolean needAlterText)
          Sets the needAlterText
 void setPropertyValues(java.lang.Object object)
           
 void setTemplateMapPresentation(java.util.Map<?,?> templateMapPresentation)
          Sets the templateMapPresentation
 void setTemplatePresentation(java.lang.String templatePresentation)
          Sets the templatePresentation.
 
Methods inherited from class com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
isOverrideReportHints, setOverrideReportHints
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PptExportParametersBean

public PptExportParametersBean()
Default constructor.

Method Detail

setPropertyValues

public void setPropertyValues(java.lang.Object object)

getFontMap

public java.util.Map<?,?> getFontMap()
Returns the fontMap.

Returns:
The fontMap.

setFontMap

public void setFontMap(java.util.Map<?,?> fontMap)
Sets the fontMap.

Parameters:
fontMap - The fontMap to set.

getNeedAlterText

public java.lang.Boolean getNeedAlterText()
Returns the needAlterText.

Returns:
The needAlterText.

setNeedAlterText

public void setNeedAlterText(java.lang.Boolean needAlterText)
Sets the needAlterText

Parameters:
needAlterText - The needAlterText to set.

getTemplateMapPresentation

public java.util.Map<?,?> getTemplateMapPresentation()
Returns the templateMapPresentation.

Returns:
The templateMapPresentation.

setTemplateMapPresentation

public void setTemplateMapPresentation(java.util.Map<?,?> templateMapPresentation)
Sets the templateMapPresentation

Parameters:
templateMapPresentation - The templateMapPresentation to set.

getTemplatePresentation

public java.lang.String getTemplatePresentation()
Returns the templatePresentation.

Returns:
The templatePresentation.

setTemplatePresentation

public void setTemplatePresentation(java.lang.String templatePresentation)
Sets the templatePresentation.

Parameters:
templatePresentation - The templatePresentation to set.

getLicenseFile

public java.lang.String getLicenseFile()
Returns the licenseFile.

Returns:
The licenseFile.

setLicenseFile

public void setLicenseFile(java.lang.String licenseFile)
Sets the licenseFile.

Parameters:
licenseFile - The licenseFile to set.