Class: Google::Cloud::DocumentAI::V1beta3::Document::Style::FontSize
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Document::Style::FontSize
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document.rb
Overview
Font size with unit.
Instance Attribute Summary collapse
-
#size ⇒ ::Float
Font size for the text.
-
#unit ⇒ ::String
Unit for the font size.
Instance Attribute Details
#size ⇒ ::Float
Returns Font size for the text.
166 167 168 169 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 166 class FontSize include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unit ⇒ ::String
Returns Unit for the font size. Follows CSS naming (such as in, px, and
pt).
166 167 168 169 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 166 class FontSize include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |