Examples of LinkStart


Examples of net.sf.jpluck.plucker.functions.LinkStart

    public static EmbeddedTable table(String uri) {
        return new EmbeddedTable(uri);
    }

    public static LinkStart linkStart(String uri) {
        return new LinkStart(uri);
    }
View Full Code Here

Examples of net.sf.jpluck.plucker.functions.LinkStart

  public Paragraph addLinkEnd() {
    return addFunction(Functions.linkEnd());
  }

  public Paragraph addLinkStart(String uri) {
    return addFunction(new LinkStart(uri));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.