Package ag.ion.bion.officelayer.text

Examples of ag.ion.bion.officelayer.text.ITextCursor.gotoRange()


  public String extractTag() {
    OODocument document = (OODocument) getTutorialDocument();
    ITextDocument textDocument = (ITextDocument) document.getDocument();
    ITextCursor textCursor = textDocument.getTextService()
        .getCursorService().getTextCursor();
    textCursor.gotoRange(textRange, false);
    return textCursor.getString();
  }

  @Override
  public String getType() {
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.