class AsposeSlidesCloud::ExportFormat
Constants
- BMP
- EMF
- FODP
- GIF
- HTML
- HTML5
- JPEG
- MD
- MPEG4
- ODP
- OTP
- PNG
- POT
- POTM
- POTX
- PPS
- PPSM
- PPSX
- PPT
- PPTM
- PPTX
- SVG
- SWF
- TIFF
- XAML
- XML
- XPS
Public Instance Methods
Source
# File lib/aspose_slides_cloud/models/export_format.rb, line 60 def build_from_hash(value) constantValues = ExportFormat.constants.select { |c| ExportFormat::const_get(c) == value } raise "Invalid ENUM value #{value} for class #ExportFormat" if constantValues.empty? value end
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value