Interface Document.WriteTextUnionType

  • Enclosing class:
    Document

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface Document.WriteTextUnionType
    • Method Detail

      • asString

        @JsOverlay
        default java.lang.String asString()
      • asTrustedHTML

        @JsOverlay
        default TrustedHTML asTrustedHTML()
      • isString

        @JsOverlay
        default boolean isString()
      • isTrustedHTML

        @JsOverlay
        default boolean isTrustedHTML()