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:
PJ Fanning 2019-07-25 17:26:21 +00:00
parent 9bd1a6348a
commit 958f72caae

View File

@ -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);