Class TypographicSmarts

java.lang.Object
com.vladsch.flexmark.util.ast.Node
com.vladsch.flexmark.ext.typographic.TypographicSmarts
All Implemented Interfaces:
DoNotAttributeDecorate, TextContainer, TypographicText

public class TypographicSmarts extends Node implements DoNotAttributeDecorate, TypographicText
A TypographicSmarts node
  • Field Details

    • typographicText

      private String typographicText
  • Constructor Details

    • TypographicSmarts

      public TypographicSmarts()
    • TypographicSmarts

      public TypographicSmarts(BasedSequence chars)
    • TypographicSmarts

      public TypographicSmarts(String typographicText)
    • TypographicSmarts

      public TypographicSmarts(BasedSequence chars, String typographicText)
  • Method Details