Method: AsposePdfCloud::TextLine#valid?
- Defined in:
- lib/aspose_pdf_cloud/models/text_line.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
84 85 86 87 |
# File 'lib/aspose_pdf_cloud/models/text_line.rb', line 84 def valid? return false if @segments.nil? return true end |