org.apache.poi.ss.usermodel
Interface Drawing

All Known Implementing Classes:
HSSFPatriarch

public interface Drawing

Author:
Yegor Kozlov

Method Summary
 HSSFComment createCellComment(ClientAnchor anchor)
           
 HSSFPicture createPicture(ClientAnchor anchor, int pictureIndex)
           
 

Method Detail

createPicture

HSSFPicture createPicture(ClientAnchor anchor,
                          int pictureIndex)

createCellComment

HSSFComment createCellComment(ClientAnchor anchor)