Uses of Class
org.kie.workbench.common.dmn.api.property.dmn.TextFormat
-
Packages that use TextFormat Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of TextFormat in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as TextFormat Modifier and Type Field Description protected TextFormatTextAnnotation. textFormatMethods in org.kie.workbench.common.dmn.api.definition.model that return TextFormat Modifier and Type Method Description TextFormatTextAnnotation. getTextFormat()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type TextFormat Modifier and Type Method Description voidTextAnnotation. setTextFormat(TextFormat textFormat)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type TextFormat Constructor Description TextAnnotation(Id id, Description description, Text text, TextFormat textFormat, BackgroundSet backgroundSet, FontSet fontSet, GeneralRectangleDimensionsSet dimensionsSet)
-