SaveFormat

Přehled

SaveFormat je enum v Aspose.Slides pro .NET.

Definuje konstanty reprezentující všechny podporované formáty souborů pro ukládání prezentace.

Důležité: V současné době je funkčně implementována pouze Pptx. Volání s hodnotami jiného formátu buď vytvoří výstup PPTX, nebo vyhodí výjimku. Pro dopředu kompatibilitu API existují další hodnoty enumu.

Hodnoty

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.
 Čeština