Class JSITTextAnnotation


  • @JsType(namespace="<global>",
            name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITTextAnnotation",
            isNative=true)
    public class JSITTextAnnotation
    extends JSITArtifact
    JSInterop adapter for TTextAnnotation
    • Constructor Detail

      • JSITTextAnnotation

        public JSITTextAnnotation()
    • Method Detail

      • instanceOf

        @JsOverlay
        public static boolean instanceOf​(Object instance)
      • getJSIName

        @JsOverlay
        public static JSIName getJSIName()
        Getter for specific JSIName
        Returns:
        Getter for specific JSIName
      • getTYPE_NAME

        @JsProperty(name="TYPE_NAME")
        public String getTYPE_NAME()
        Native getter for TYPE_NAME
        Overrides:
        getTYPE_NAME in class JSITArtifact
        Returns:
        The TYPE_NAME JSON property
      • getText

        @JsProperty(name="text")
        public String getText()
        Native getter for text
        Returns:
        The text JSON property
      • setText

        @JsProperty(name="text")
        public final void setText​(String textParam)
        Setter for text
        Parameters:
        textParam - text to set.
      • getTextFormat

        @JsProperty(name="textFormat")
        public String getTextFormat()
        Native getter for textFormat
        Returns:
        The textFormat JSON property
      • setTextFormat

        @JsProperty(name="textFormat")
        public final void setTextFormat​(String textFormatParam)
        Setter for textFormat
        Parameters:
        textFormatParam - textFormat to set.