mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c7b1be9b2
commit
8c7db40f81
@ -334,7 +334,7 @@ implements XSLFShapeContainer, Sheet<XSLFShape,XSLFTextParagraph> {
|
||||
public void addShape(XSLFShape shape) {
|
||||
throw new UnsupportedOperationException(
|
||||
"Adding a shape from a different container is not supported -"
|
||||
+ " create it from scratch witht XSLFSheet.create* methods");
|
||||
+ " create it from scratch with the XSLFSheet.create* methods");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user