SaveFormat

General

SaveFormat és un enum a Aspose.Slides per .NET.

Definit constants que representen tots els formats de fitxer suportats per guardar una presentació.

Important: Actualment només s’implementa funcionalment `Pptx゚. L’anomenament de ⌒Save()゚ amb altres valors del format o produirà una sortida PPTX o llançarà una excepció. Existeixen altres valores enum per a la compatibilitat avançada d’API.

Valors

ValueDescription
PptRepresents the legacy PowerPoint 97-2003 (.ppt) file format. Not yet implemented – only Pptx export is currently supported.
PdfRepresents the Portable Document Format (.pdf). Not yet implemented – only Pptx export is currently supported.
XpsRepresents the XML Paper Specification (.xps) format. Not yet implemented – only Pptx export is currently supported.
PptxRepresents the Office Open XML PowerPoint (.pptx) format. This is the only currently functional export format.
PpsxRepresents the PowerPoint Show (.ppsx) Open XML format. Not yet implemented – only Pptx export is currently supported.
TiffRepresents the Tagged Image File Format (.tiff). Not yet implemented – only Pptx export is currently supported.
OdpRepresents the OpenDocument Presentation (.odp) format. Not yet implemented – only Pptx export is currently supported.
PptmRepresents the macro-enabled PowerPoint (.pptm) format. Not yet implemented – only Pptx export is currently supported.
PpsmRepresents the macro-enabled PowerPoint Show (.ppsm) format. Not yet implemented – only Pptx export is currently supported.
PotxRepresents the PowerPoint Template (.potx) Open XML format. Not yet implemented – only Pptx export is currently supported.
PotmRepresents the macro-enabled PowerPoint Template (.potm) format. Not yet implemented – only Pptx export is currently supported.
HtmlRepresents the HyperText Markup Language (.html) format. Not yet implemented – only Pptx export is currently supported.
SwfRepresents the Shockwave Flash (.swf) format. Not yet implemented – only Pptx export is currently supported.
OtpRepresents the OpenDocument Presentation Template (.otp) format. Not yet implemented – only Pptx export is currently supported.
PpsRepresents the legacy PowerPoint Show (.pps) format. Not yet implemented – only Pptx export is currently supported.
PotRepresents the legacy PowerPoint Template (.pot) format. Not yet implemented – only Pptx export is currently supported.
FodpRepresents the Flat OpenDocument Presentation (.fodp) format. Not yet implemented – only Pptx export is currently supported.
GifRepresents the Graphics Interchange Format (.gif). Not yet implemented – only Pptx export is currently supported.
Html5Represents the HTML5 web format. Not yet implemented – only Pptx export is currently supported.
MdRepresents the Markdown (.md) text format. Not yet implemented – only Pptx export is currently supported.
XmlRepresents the generic XML (.xml) format. Not yet implemented – only Pptx export is currently supported.
 Català