Uses of Class
org.docx4j.dml.CTVector3D
Packages that use CTVector3D
-
Uses of CTVector3D in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d declared as CTVector3DModifier and TypeFieldDescriptionprotected CTVector3DCTModel3DTransform.postTransprotected CTVector3DCTModel3DTransform.preTransprotected CTVector3DCTModel3DCamera.upMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTVector3DModifier and TypeMethodDescriptionCTModel3DTransform.getPostTrans()Gets the value of the postTrans property.CTModel3DTransform.getPreTrans()Gets the value of the preTrans property.CTModel3DCamera.getUp()Gets the value of the up property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTVector3DModifier and TypeMethodDescriptionvoidCTModel3DTransform.setPostTrans(CTVector3D value) Sets the value of the postTrans property.voidCTModel3DTransform.setPreTrans(CTVector3D value) Sets the value of the preTrans property.voidCTModel3DCamera.setUp(CTVector3D value) Sets the value of the up property. -
Uses of CTVector3D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTVector3DModifier and TypeFieldDescriptionprotected CTVector3DCTBackdrop.normprotected CTVector3DCTBackdrop.upMethods in org.docx4j.dml that return CTVector3DModifier and TypeMethodDescriptionObjectFactory.createCTVector3D()Create an instance ofCTVector3DCTBackdrop.getNorm()Gets the value of the norm property.CTBackdrop.getUp()Gets the value of the up property.Methods in org.docx4j.dml with parameters of type CTVector3DModifier and TypeMethodDescriptionvoidCTBackdrop.setNorm(CTVector3D value) Sets the value of the norm property.voidCTBackdrop.setUp(CTVector3D value) Sets the value of the up property.