saba1024のブログ

どうでも良い思いついた事とかプログラミング関係のメモとか書いていきます。

2017-10-03から1日間の記事一覧

Apache Groovyで文章を縦書にする

String str = "Groovyを使い、textを縦書に変換するコマンドを書いたので、今後活用したい。と思う次第であります。" Integer maxCharacters = 8 List<String> eachLines = str.toList().collate(maxCharacters) eachLines.eachWithIndex {List<String> line, Integer i -> i</string></string>…