|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
com.aspose.slides.jasperreports.PptExportParametersBean
public class PptExportParametersBean
Represents exporter parameters for integration with JasperServer.
| 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 |
|---|
public PptExportParametersBean()
| Method Detail |
|---|
public void setPropertyValues(java.lang.Object object)
public java.util.Map<?,?> getFontMap()
public void setFontMap(java.util.Map<?,?> fontMap)
fontMap - The fontMap to set.public java.lang.Boolean getNeedAlterText()
public void setNeedAlterText(java.lang.Boolean needAlterText)
needAlterText - The needAlterText to set.public java.util.Map<?,?> getTemplateMapPresentation()
public void setTemplateMapPresentation(java.util.Map<?,?> templateMapPresentation)
templateMapPresentation - The templateMapPresentation to set.public java.lang.String getTemplatePresentation()
public void setTemplatePresentation(java.lang.String templatePresentation)
templatePresentation - The templatePresentation to set.public java.lang.String getLicenseFile()
public void setLicenseFile(java.lang.String licenseFile)
licenseFile - The licenseFile to set.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||