Method: AsposePdfCloud::TextLine#list_invalid_properties

Defined in:
lib/aspose_pdf_cloud/models/text_line.rb

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properies with the reasons



73
74
75
76
77
78
79
80
# File 'lib/aspose_pdf_cloud/models/text_line.rb', line 73

def list_invalid_properties
  invalid_properties = Array.new
  if @segments.nil?
    invalid_properties.push("invalid value for 'segments', segments cannot be nil.")
  end

  return invalid_properties
end