class AsposeWordsCloud::ReportBuildOptions
Specifies options controlling behavior of ReportingEngine while building a report.
Constants
- ALLOWMISSINGMEMBERS
- INLINEERRORMESSAGES
- NONE
- REMOVEEMPTYPARAGRAPHS
- RESPECTJPEGEXIFORIENTATION
- UPDATEFIELDSSYNTAXAWARE
- USELEGACYHEADERFOOTERVISITING
Public Instance Methods
Source
# File lib/aspose_words_cloud/models/report_build_options.rb, line 43 def build_from_hash(value) constantValues = ReportBuildOptions.constants.select{|c| ReportBuildOptions::const_get(c) == value} raise "Invalid ENUM value #{value} for class #ReportBuildOptions" 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