Interface OutTagDeclaration

    • Method Detail

      • setEscape

        void setEscape​(String escape)
        Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
      • setKeepLineBreaks

        void setKeepLineBreaks​(String keepLineBreaks)
        Flag indicating that new-line characters will be converted to HTML <br>. This is useful for pre-formatted plain text. This has only an effect, with escape="true".
      • setCreateSpan

        @Deprecated
        void setCreateSpan​(String createSpan)
        Deprecated.
        after 4.0.0 release. Use attribute 'compact' instead.
        Indicates that the renderer should create an element in the output language (e. g. an span or div tag around the output text). Use true, if you enable the possibility to apply styles to the output. Use false, if you want to keep the code small (especially inside of sheets).
      • setCompact

        @Deprecated
        void setCompact​(String compact)
        Deprecated.
        since 4.3.0. Use attribute 'plain' instead.
        This attribute is useful if labelLayout=skip is set. Use true, if you want to only render the text (no surrounding tag). Use false, if you enable the possibility to apply styles to the output.