Uses of Class
com.boldsign.model.TextTagOffset
-
Packages that use TextTagOffset Package Description com.boldsign.model -
-
Uses of TextTagOffset in com.boldsign.model
Methods in com.boldsign.model that return TextTagOffset Modifier and Type Method Description static TextTagOffsetTextTagOffset. fromJson(String jsonString)Create an instance of TextTagOffset given an JSON stringTextTagOffsetTextTagDefinition. getOffset()Get offsetTextTagOffsetTextTagOffset. offsetX(Double offsetX)TextTagOffsetTextTagOffset. offsetY(Double offsetY)Methods in com.boldsign.model with parameters of type TextTagOffset Modifier and Type Method Description TextTagDefinitionTextTagDefinition. offset(TextTagOffset offset)voidTextTagDefinition. setOffset(TextTagOffset offset)
-