mapbox-maps-android
/
com.mapbox.maps.extension.style.layers.properties.generated
/
TextJustify
androidJvm
Text
Justify
enum
TextJustify
:
Enum
<
TextJustify
> ,
LayerProperty
Content copied to clipboard
Text justification options.
Entries
Functions
Properties
Parameters
Parameters
value
String value of this property
Entries
AUTO
Link copied to clipboard
androidJvm
AUTO
("auto")
Content copied to clipboard
The text is aligned towards the anchor position.
LEFT
Link copied to clipboard
androidJvm
LEFT
("left")
Content copied to clipboard
The text is aligned to the left.
CENTER
Link copied to clipboard
androidJvm
CENTER
("center")
Content copied to clipboard
The text is centered.
RIGHT
Link copied to clipboard
androidJvm
RIGHT
("right")
Content copied to clipboard
The text is aligned to the right.
Functions
compareTo
Link copied to clipboard
androidJvm
operator override fun
compareTo
(other:
TextJustify
):
Int
Content copied to clipboard
equals
Link copied to clipboard
androidJvm
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
androidJvm
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
androidJvm
fun
getDeclaringClass
():
Class
<
TextJustify
>
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
androidJvm
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
androidJvm
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
androidJvm
open override val
value
:
String
Content copied to clipboard
String value of this property