FormattableFlags.LeftJustify 字段

定义

注意

This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.

左对齐输出。

[Android.Runtime.Register("LEFT_JUSTIFY")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.", true)]
public const Java.Util.FormatFlags LeftJustify = 1;
[<Android.Runtime.Register("LEFT_JUSTIFY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.", true)>]
val mutable LeftJustify : Java.Util.FormatFlags

字段值

Value = 1
属性

注解

左对齐输出。 将根据需要在转换值末尾添加空格('&#92;u0020'),以填充字段的最小宽度。 如果未设置此标志,则输出将右对齐。

此标志对应于 '-' 格式说明符中的 ('&#92;u002d')。

Java文档java.util.FormattableFlags.LEFT_JUSTIFY

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于