Bidi.ReorderRunsOnly Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reordering mode: Reorder runs only to transform a Logical LTR string to the logical RTL string with the same display, or vice-versa.
[Android.Runtime.Register("REORDER_RUNS_ONLY", ApiSince=29)]
public const short ReorderRunsOnly = 3;
[<Android.Runtime.Register("REORDER_RUNS_ONLY", ApiSince=29)>]
val mutable ReorderRunsOnly : int16
Field Value
Value = 3- Attributes
Remarks
Reordering mode: Reorder runs only to transform a Logical LTR string to the logical RTL string with the same display, or vice-versa.<br> If this mode is set together with option OPTION_INSERT_MARKS
, some Bidi controls in the source text may be removed and other controls may be added to produce the minimum combination which has the required display.
Java documentation for android.icu.text.Bidi.REORDER_RUNS_ONLY
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.