JustificationMode Enum
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.
public enum JustificationMode
type JustificationMode =
- Inheritance
-
JustificationMode
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Value for justification mode indicating no justification. Android reference for 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. |
| InterWord | 1 | Value for justification mode indicating the text is justified by stretching word spacing. Android reference for 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. |
| InterCharacter | 2 | Value for justification mode indicating the text is justified by stretching letter spacing. Android reference for 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. |
Remarks
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.