Class Anchor

    • Constructor Detail

      • Anchor

        public Anchor​(String name,
                      String href)
        Initializes the anchor tag.
        Parameters:
        name - the name of the anchor, null to ignore
        href - the link of the anchor, null to ignore
      • Anchor

        public Anchor​(String name,
                      String href,
                      String content)
        Initializes the anchor tag.
        Parameters:
        name - the name of the anchor, null to ignore
        href - the link of the anchor, null to ignore
        content - the content of the anchor.