sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.text.style
/
TextDecoration
/
contains
contains
abstract
operator
fun
contains
(
other
:
TextDecoration
)
:
Boolean
检查此文本装饰是否包含了另一个指定的装饰。
Return
如果此装饰包含了
other
,则返回
true
,否则返回
false
。
Parameters
other
要检查的文本装饰。