Package ag.ion.bion.officelayer.internal.draw.shapes.properties.text

Examples of ag.ion.bion.officelayer.internal.draw.shapes.properties.text.ShapeText


  public IShapeText getText() {
    if (text == null) {
      XText xText = (XText) UnoRuntime
          .queryInterface(XText.class, xShape);
      text = new ShapeText(xText);
    }
    return text;
  }
View Full Code Here

TOP

Related Classes of ag.ion.bion.officelayer.internal.draw.shapes.properties.text.ShapeText

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.