SocialCommonFormatting

GoogleApi.ContentWarehouse.V1.Model.SocialCommonFormatting


Table of Contents ▼

Jump to a specific part of the page:

Description

Formatting information for a segment.

Attributes List

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

View Attributes

Attributes

  1. bold (type: boolean(), default: nil)
    -
  2. highlight (type: boolean(), default: nil)
    - This indicates that the segment should be rendered as highlighted or visually emphasized.
  3. italics (type: boolean(), default: nil)
    -
  4. strikethrough (type: boolean(), default: nil)
    -
  5. style (type: String.t, default: nil)
    - If set, this indicates that the segment should be rendered with the specified style. The absence of an explicit style represents "no style", i.e. the segment can be rendered with the default style chosen by the application.
  6. underline (type: boolean(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialCommonFormatting{
bold: boolean() | nil,
highlight: boolean() | nil,
italics: boolean() | nil,
strikethrough: boolean() | nil,
style: String.t() | nil,
underline: boolean() | nil
}

Function

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

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