Uses of Class
nl.harm27.obs.websocket.api.constants.TextAlignment
-
Packages that use TextAlignment Package Description nl.harm27.obs.websocket.api.constants nl.harm27.obs.websocket.api.requests.sources -
-
Uses of TextAlignment in nl.harm27.obs.websocket.api.constants
Methods in nl.harm27.obs.websocket.api.constants that return TextAlignment Modifier and Type Method Description static TextAlignment
TextAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextAlignment[]
TextAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TextAlignment in nl.harm27.obs.websocket.api.requests.sources
Methods in nl.harm27.obs.websocket.api.requests.sources that return TextAlignment Modifier and Type Method Description TextAlignment
GetTextGDIPlusProperties.Response. getAlign()
Text Alignment ("left", "center", "right").
-