org.apache.poi.ss.usermodel
Interface Drawing

All Known Implementing Classes:
HSSFPatriarch

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)