public final class CommentsCollector extends Object implements org.apache.poi.hssf.usermodel.HSSFShapeContainer
| Constructor and Description |
|---|
CommentsCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addShape(org.apache.poi.hssf.usermodel.HSSFShape shape) |
void |
clear() |
List<org.apache.poi.hssf.usermodel.HSSFShape> |
getChildren() |
List<org.apache.poi.hssf.usermodel.HSSFComment> |
getComments() |
int |
getX1() |
int |
getX2() |
int |
getY1() |
int |
getY2() |
Iterator<org.apache.poi.hssf.usermodel.HSSFShape> |
iterator() |
boolean |
removeShape(org.apache.poi.hssf.usermodel.HSSFShape shape) |
void |
setCoordinates(int x1,
int y1,
int x2,
int y2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic List<org.apache.poi.hssf.usermodel.HSSFComment> getComments()
public List<org.apache.poi.hssf.usermodel.HSSFShape> getChildren()
getChildren in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic void addShape(org.apache.poi.hssf.usermodel.HSSFShape shape)
addShape in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic void setCoordinates(int x1,
int y1,
int x2,
int y2)
setCoordinates in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic void clear()
clear in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic int getX1()
getX1 in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic int getY1()
getY1 in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic int getX2()
getX2 in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic int getY2()
getY2 in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerpublic boolean removeShape(org.apache.poi.hssf.usermodel.HSSFShape shape)
removeShape in interface org.apache.poi.hssf.usermodel.HSSFShapeContainerCopyright © 2004–2019 OpenL Tablets. All rights reserved.