class AsposeSlidesCloud::ShapeThumbnailBounds
Constants
- APPEARANCE
- SHAPE
- SLIDE
Public Instance Methods
Source
# File lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb, line 35 def build_from_hash(value) constantValues = ShapeThumbnailBounds.constants.select { |c| ShapeThumbnailBounds::const_get(c) == value } raise "Invalid ENUM value #{value} for class #ShapeThumbnailBounds" 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