LINE Messaging API SDK for PHP

FlexTextFontSize

FlexTextFontSize Class Doc Comment

Tags
category

Class

description

Font size in the `size` property of the Flex text component. You can specify the size in pixels or with a keyword. FlexTextFontSize just provides only keywords.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

_3XL  = '3xl'
_4XL  = '4xl'
_5XL  = '5xl'
LG  = 'lg'
MD  = 'md'
SM  = 'sm'
XL  = 'xl'
XS  = 'xs'
XXL  = 'xxl'
XXS  = 'xxs'
Possible values of this enum
getAllowableEnumValues()  : array<string|int, string>
Gets allowable values of the enum

Constants

Methods

getAllowableEnumValues()

Gets allowable values of the enum

public static getAllowableEnumValues() : array<string|int, string>
Return values
array<string|int, string>

Search results