GoogleApi.ContentWarehouse.V1.Model.GoodocParagraphDroppedCap
Table of Contents ▼
Jump to a specific part of the page:
Description
Information about the paragraph's dropped capital letter
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
Box
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox
, default:nil
)
- -
LettersCount
(type:integer()
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocParagraphDroppedCap{
Box: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t() | nil,
LettersCount: integer() | nil
}
Box: GoogleApi.ContentWarehouse.V1.Model.GoodocBoundingBox.t() | nil,
LettersCount: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoodocParagraphDroppedCap