Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.41 KB

TextPosition.md

File metadata and controls

12 lines (7 loc) · 1.41 KB

TextPosition

TextPosition describes the position of text in a box. - TEXT_POSITION_CENTER: The text is positioned in the horizontal and vertical center. - TEXT_POSITION_TOP_LEFT: The text is positioned in the top left corner. - TEXT_POSITION_TOP_RIGHT: The text is positioned in the top right corner. - TEXT_POSITION_BOTTOM_LEFT: The text is positioned in the bottom left corner. - TEXT_POSITION_BOTTOM_RIGHT: The text is positioned in the bottom right corner.

Properties

Name Type Description Notes
value str TextPosition describes the position of text in a box. - TEXT_POSITION_CENTER: The text is positioned in the horizontal and vertical center. - TEXT_POSITION_TOP_LEFT: The text is positioned in the top left corner. - TEXT_POSITION_TOP_RIGHT: The text is positioned in the top right corner. - TEXT_POSITION_BOTTOM_LEFT: The text is positioned in the bottom left corner. - TEXT_POSITION_BOTTOM_RIGHT: The text is positioned in the bottom right corner. defaults to "TEXT_POSITION_UNSPECIFIED", must be one of ["TEXT_POSITION_UNSPECIFIED", "TEXT_POSITION_CENTER", "TEXT_POSITION_TOP_LEFT", "TEXT_POSITION_TOP_RIGHT", "TEXT_POSITION_BOTTOM_LEFT", "TEXT_POSITION_BOTTOM_RIGHT", ]

[Back to Model list] [Back to API list] [Back to README]