All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.curs.adocwrapper.inline.text.AdocText.kt Maven / Gradle / Ivy

The newest version!
package ru.curs.adocwrapper.inline.text

import ru.curs.adocwrapper.inline.InlineContentType
import ru.curs.adocwrapper.inline.UnsafeInline

open class AdocText(text: String?) : UnsafeInline(text) {
    init {
        this.type = InlineContentType.NormalText
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy