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