class AsposeSlidesCloud::SlideExportFormat

Constants

BMP
FODP
GIF
HTML
HTML5
JPEG
MD
ODP
OTP
PDF
PNG
POT
POTM
POTX
PPS
PPSM
PPSX
PPT
PPTM
PPTX
SVG
TIFF
XAML
XML
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 57
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