Package spatschorke.da.ooconnector

Examples of spatschorke.da.ooconnector.PresentationPosition


          if (!shape.getType().equals(IShape.TEXT_SHAPE))
            continue;
          ITextShape textShape = (ITextShape) shape;
          String content = textShape.getText().getText();
          if (content.matches(XMLArtefact.TAG_PATTERN)) {
            OOArtefactPosition position = new PresentationPosition(
                ooDocument, page, textShape);
            positions.add(position);
          }
        }
      } catch (PresentationException e) {
View Full Code Here

TOP

Related Classes of spatschorke.da.ooconnector.PresentationPosition

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.