Package ag.ion.noa.graphic

Examples of ag.ion.noa.graphic.TextInfo


    StyledTextRepresentation rtfText = (StyledTextRepresentation) representation;
    String text = rtfText.getDocument();
    String id = generateID();

    TextInfo textInfo = new TextInfo(text, id, VertOrientation.TOP, HoriOrientation.LEFT, TextContentAnchorType.AT_CHARACTER);


    id = integrateInText(textInfo, (TextPosition) position) ;
    return id;
  }
View Full Code Here

TOP

Related Classes of ag.ion.noa.graphic.TextInfo

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.