Class VerbatimBlock

  • All Implemented Interfaces:
    Cloneable, Block

    public class VerbatimBlock
    extends AbstractBlock
    A Verbatim block.
    Since:
    1.8M2
    Version:
    $Id: 22056513a919039095ba7c732d17042acc19a8d8 $
    • Constructor Detail

      • VerbatimBlock

        public VerbatimBlock​(String protectedString,
                             boolean isInline)
        Parameters:
        protectedString - the string to protect from rendering.
        isInline - if true the macro is located in a inline content (like paragraph, etc.).
      • VerbatimBlock

        public VerbatimBlock​(String protectedString,
                             Map<String,​String> parameters,
                             boolean isInline)
        Parameters:
        protectedString - the string to protect from rendering.
        parameters - the custom parameters
        isInline - if true the macro is located in a inline content (like paragraph, etc.).