Package net.sf.jpluck.plucker.functions

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


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

  public Paragraph addLinkStart(String uri) {
    return addFunction(new LinkStart(uri));
  }
View Full Code Here

TOP

Related Classes of net.sf.jpluck.plucker.functions.LinkStart

Copyright © 2018 www.massapicom. 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.