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

ru.curs.adocwrapper.block.VA.kt Maven / Gradle / Ivy

The newest version!
package ru.curs.adocwrapper.block

enum class VA(val align: String) { Bottom(".>"), Center(".^"), Top(".<") }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy