Package 

Interface Inlineable

  • All Implemented Interfaces:
    kotlin.CharSequence

    
    public interface Inlineable
     implements CharSequence
                        

    可内联的对象。

    此接口的实例可以直接作为字符序列使用,其抽象方法由它的inlineText属性委托实现。 但在转化成字符串时,可能需要进行额外的处理,例如使用特定的标记字符串包围原始文本。