GoogleCloudDocumentaiV1DocumentStyleFontSize

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize


Table of Contents ▼

Jump to a specific part of the page:

Description

Font size with unit.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. size (type: number(), default: nil)
    - Font size for the text.
  2. unit (type: String.t, default: nil)
    - Unit for the font size. Follows CSS naming (such as in, px, and pt).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize{
size: number() | nil,
unit: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize