public class PptxSaveOptions extends UnifiedSaveOptions
Save options for export to SVG format
UnifiedSaveOptions.ConversionProgressEventHandler, UnifiedSaveOptions.ProgressEventHandlerInfo, UnifiedSaveOptions.ProgressEventType
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
ProgressEventsRetranslator, TryMergeAdjacentSameBackgroundImages
Constructor and Description |
---|
PptxSaveOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getSeparateImages()
If set to true then images are separated from all other graphics
|
boolean |
getSlidesAsImages()
If set to true then all the content is recognized as images (one per page)
|
void |
setSeparateImages(boolean value)
If set to true then images are separated from all other graphics
|
void |
setSlidesAsImages(boolean value)
If set to true then all the content is recognized as images (one per page)
|
isExtractOcrSublayerOnly, setExtractOcrSublayerOnly
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public boolean getSlidesAsImages()
If set to true then all the content is recognized as images (one per page)
public void setSlidesAsImages(boolean value)
If set to true then all the content is recognized as images (one per page)
value
- boolean valuepublic boolean getSeparateImages()
If set to true then images are separated from all other graphics
public void setSeparateImages(boolean value)
If set to true then images are separated from all other graphics
value
- boolean valueCopyright © 2018 Aspose. All Rights Reserved.