3 results
set the contents of this shape to be a copy of the source shape . this method is called recursively for each shape when 0 . @ param @ since poi 3 . 1 4 - beta 2
76. HSSFPicture shape = (HSSFPicture) hssfShape;
93. opt.addEscherProperty( new EscherSimpleProperty( EscherProperties.BLIP__BLIPTODISPLAY, false, true, shape.getPictureIndex() ) );
97. HSSFAnchor userAnchor = shape.getAnchor();
1 results
creates an empty return the
237. HSSFPicture pic = (HSSFPicture) shape;
238. int pictureIndex = pic.getPictureIndex() - 1;