org.apache.poi.ss.usermodel
Interface Drawing

All Known Implementing Classes:
HSSFPatriarch, XSSFDrawing

public interface Drawing

Author:
Yegor Kozlov

Method Summary
 Comment createCellComment(ClientAnchor anchor)
           
 Picture createPicture(ClientAnchor anchor, int pictureIndex)
           
 

Method Detail

createPicture

Picture createPicture(ClientAnchor anchor,
                      int pictureIndex)

createCellComment

Comment createCellComment(ClientAnchor anchor)


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.