Method: AsposePdfCloud::TextStyle#valid?
- Defined in:
- lib/aspose_pdf_cloud/models/text_style.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
109 110 111 112 |
# File 'lib/aspose_pdf_cloud/models/text_style.rb', line 109 def valid? return false if @font_size.nil? return true end |