Stay organized with collections
Save and categorize content based on your preferences.
LineBreakConfigSpan
class LineBreakConfigSpan : ParcelableSpan
LineBreakSpan for changing line break style of the specific region of the text.
Summary
Public constructors
Public methods
createNoBreakSpan
static fun createNoBreakSpan(): LineBreakConfigSpan
A specialized LineBreakConfigSpan
that used for preventing line break. This is useful when you want to preserve some words in the same line. Note that even if this style is specified, the grapheme based line break is still performed for preventing clipping text.
describeContents
fun describeContents(): Int
equals
fun equals(other: Any?): Boolean
Parameters |
obj |
the reference object with which to compare. |
Return |
Boolean |
true if this object is the same as the obj argument; false otherwise. |
getLineBreakConfig
fun getLineBreakConfig(): LineBreakConfig
Gets an associated line break config.
Return |
LineBreakConfig |
associated line break config. This value cannot be null . |
getSpanTypeId
fun getSpanTypeId(): Int
hashCode
fun hashCode(): Int
Return |
Int |
a hash code value for this object. |
toString
fun toString(): String
Return |
String |
a string representation of the object. |
writeToParcel
fun writeToParcel(
dest: Parcel,
flags: Int
): Unit
Flatten this object in to a Parcel.
Properties
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-18 UTC."],[],[]]