Uses of Class
org.docx4j.dml.CTPoint3D
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d | |
| org.docx4j.dml |
-
Uses of CTPoint3D in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d declared as CTPoint3D Modifier and Type Field Description protected CTPoint3DCTDirectionalLight. lookAtprotected CTPoint3DCTModel3DCamera. lookAtprotected CTPoint3DCTSpotLight. lookAtprotected CTPoint3DCTDirectionalLight. posprotected CTPoint3DCTModel3DCamera. posprotected CTPoint3DCTPointLight. posprotected CTPoint3DCTSpotLight. posMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTPoint3D Modifier and Type Method Description CTPoint3DCTDirectionalLight. getLookAt()Gets the value of the lookAt property.CTPoint3DCTModel3DCamera. getLookAt()Gets the value of the lookAt property.CTPoint3DCTSpotLight. getLookAt()Gets the value of the lookAt property.CTPoint3DCTDirectionalLight. getPos()Gets the value of the pos property.CTPoint3DCTModel3DCamera. getPos()Gets the value of the pos property.CTPoint3DCTPointLight. getPos()Gets the value of the pos property.CTPoint3DCTSpotLight. getPos()Gets the value of the pos property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTPoint3D Modifier and Type Method Description voidCTDirectionalLight. setLookAt(CTPoint3D value)Sets the value of the lookAt property.voidCTModel3DCamera. setLookAt(CTPoint3D value)Sets the value of the lookAt property.voidCTSpotLight. setLookAt(CTPoint3D value)Sets the value of the lookAt property.voidCTDirectionalLight. setPos(CTPoint3D value)Sets the value of the pos property.voidCTModel3DCamera. setPos(CTPoint3D value)Sets the value of the pos property.voidCTPointLight. setPos(CTPoint3D value)Sets the value of the pos property.voidCTSpotLight. setPos(CTPoint3D value)Sets the value of the pos property. -
Uses of CTPoint3D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTPoint3D Modifier and Type Field Description protected CTPoint3DCTBackdrop. anchorMethods in org.docx4j.dml that return CTPoint3D Modifier and Type Method Description CTPoint3DObjectFactory. createCTPoint3D()Create an instance ofCTPoint3DCTPoint3DCTBackdrop. getAnchor()Gets the value of the anchor property.Methods in org.docx4j.dml with parameters of type CTPoint3D Modifier and Type Method Description voidCTBackdrop. setAnchor(CTPoint3D value)Sets the value of the anchor property.