class AsposeSlidesCloud::ExportFormat

Constants

BMP
FODP
GIF
HTML
HTML5
JPEG
MPEG4
ODP
OTP
PDF
PNG
POT
POTM
POTX
PPS
PPSM
PPSX
PPT
PPTM
PPTX
SVG
SWF
TIFF
XAML
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/export_format.rb, line 57
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