mirror of
https://github.com/apache/poi.git
synced 2025-02-06 10:08:17 +00:00
add some missing classes to poi-ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9bd1a6348a
commit
958f72caae
@ -111,6 +111,8 @@ public class TestNecessaryOOXMLClasses {
|
||||
Assert.assertNotNull(ctSurfaceSer);
|
||||
CTView3D ctView3D = CTView3D.Factory.newInstance();
|
||||
Assert.assertNotNull(ctView3D);
|
||||
STShape stShape = STShape.Factory.newInstance();
|
||||
Assert.assertNotNull(stShape);
|
||||
|
||||
STLblAlgn.Enum e1 = STLblAlgn.Enum.forString("ctr");
|
||||
Assert.assertNotNull(e1);
|
||||
@ -140,7 +142,7 @@ public class TestNecessaryOOXMLClasses {
|
||||
Assert.assertNotNull(ctTextBlipBullet);
|
||||
CTRotX ctRotX = CTRotX.Factory.newInstance();
|
||||
Assert.assertNotNull(ctRotX);
|
||||
CTRotX ctRotY = CTRotX.Factory.newInstance();
|
||||
CTRotY ctRotY = CTRotY.Factory.newInstance();
|
||||
Assert.assertNotNull(ctRotY);
|
||||
CTPerspective ctPerspective = CTPerspective.Factory.newInstance();
|
||||
Assert.assertNotNull(ctPerspective);
|
||||
|
Loading…
x
Reference in New Issue
Block a user