Class MarkdownParagraph.LeftAlignedWrapping

  • Enclosing class:
    MarkdownParagraph

    class MarkdownParagraph.LeftAlignedWrapping
    extends java.lang.Object
    • Field Detail

      • col

        int col
      • lineCount

        int lineCount
      • spaceWidth

        final int spaceWidth
      • lineIndent

        java.lang.CharSequence lineIndent
      • nextIndent

        final java.lang.CharSequence nextIndent
      • lineWidth

        int lineWidth
      • nextWidth

        final int nextWidth
      • wordsOnLine

        int wordsOnLine
      • unEscapeSpecialLeadInChars

        boolean unEscapeSpecialLeadInChars
      • escapeSpecialLeadInChars

        boolean escapeSpecialLeadInChars
    • Constructor Detail

      • LeftAlignedWrapping

        LeftAlignedWrapping​(@NotNull
                            @NotNull BasedSequence baseSeq)