Uses of Class
org.docx4j.dml.CTVector3D
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d | |
| org.docx4j.dml |
-
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 CTVector3D Modifier and Type Field Description protected CTVector3DCTModel3DTransform. postTransprotected CTVector3DCTModel3DTransform. preTransprotected CTVector3DCTModel3DCamera. upMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTVector3D Modifier and Type Method Description CTVector3DCTModel3DTransform. getPostTrans()Gets the value of the postTrans property.CTVector3DCTModel3DTransform. getPreTrans()Gets the value of the preTrans property.CTVector3DCTModel3DCamera. getUp()Gets the value of the up property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTVector3D Modifier and Type Method Description voidCTModel3DTransform. 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 CTVector3D Modifier and Type Field Description protected CTVector3DCTBackdrop. normprotected CTVector3DCTBackdrop. upMethods in org.docx4j.dml that return CTVector3D Modifier and Type Method Description CTVector3DObjectFactory. createCTVector3D()Create an instance ofCTVector3DCTVector3DCTBackdrop. getNorm()Gets the value of the norm property.CTVector3DCTBackdrop. getUp()Gets the value of the up property.Methods in org.docx4j.dml with parameters of type CTVector3D Modifier and Type Method Description voidCTBackdrop. setNorm(CTVector3D value)Sets the value of the norm property.voidCTBackdrop. setUp(CTVector3D value)Sets the value of the up property.