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