SaveFormat

Oversigt over de forskellige former for støtte

SaveFormat er et enum i Aspose.Slides for .NET.

Definerer konstanter, der repræsenterer alle understøttede filformater til at gemme en præsentation.

Vigtigt: I øjeblikket er kun Pptx implementeret funktionelt. Ved at opfordre til ⌒Save()` med andre formatværdier produceres enten PPTX-udgang eller en undtagelse. Der findes andre enumværder for API’s fremadrettet kompatibilitet.

Valuer

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.
 Dansk