Uses of Class
com.ibm.icu.message2.MessageFormatter.BidiIsolation
-
Packages that use MessageFormatter.BidiIsolation Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MessageFormatter.BidiIsolation in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return MessageFormatter.BidiIsolation Modifier and Type Method Description MessageFormatter.BidiIsolation
MessageFormatter. getBidiIsolation()
Get theMessageFormatter.BidiIsolation
algorithm to use when formatting mixed message parts with mixed direction.static MessageFormatter.BidiIsolation
MessageFormatter.BidiIsolation. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageFormatter.BidiIsolation[]
MessageFormatter.BidiIsolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.message2 with parameters of type MessageFormatter.BidiIsolation Modifier and Type Method Description MessageFormatter.Builder
MessageFormatter.Builder. setBidiIsolation(MessageFormatter.BidiIsolation bidiIsolation)
Sets theMessageFormatter.BidiIsolation
to introduce bidi control characters / tags as described in the MessageFormat 2 specification.
-