Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d.CTPositiveRatio
Packages that use CTPositiveRatio
-
Uses of CTPositiveRatio in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d declared as CTPositiveRatioModifier and TypeFieldDescriptionprotected CTPositiveRatioCTAmbientLight.illuminanceprotected CTPositiveRatioCTDirectionalLight.illuminanceprotected CTPositiveRatioCTPointLight.intensityprotected CTPositiveRatioCTSpotLight.intensityprotected CTPositiveRatioCTModel3DTransform.meterPerModelUnitprotected CTPositiveRatioCTOrthographicProjection.szMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTPositiveRatioModifier and TypeMethodDescriptionObjectFactory.createCTPositiveRatio()Create an instance ofCTPositiveRatioCTAmbientLight.getIlluminance()Gets the value of the illuminance property.CTDirectionalLight.getIlluminance()Gets the value of the illuminance property.CTPointLight.getIntensity()Gets the value of the intensity property.CTSpotLight.getIntensity()Gets the value of the intensity property.CTModel3DTransform.getMeterPerModelUnit()Gets the value of the meterPerModelUnit property.CTOrthographicProjection.getSz()Gets the value of the sz property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTPositiveRatioModifier and TypeMethodDescriptionvoidCTAmbientLight.setIlluminance(CTPositiveRatio value) Sets the value of the illuminance property.voidCTDirectionalLight.setIlluminance(CTPositiveRatio value) Sets the value of the illuminance property.voidCTPointLight.setIntensity(CTPositiveRatio value) Sets the value of the intensity property.voidCTSpotLight.setIntensity(CTPositiveRatio value) Sets the value of the intensity property.voidCTModel3DTransform.setMeterPerModelUnit(CTPositiveRatio value) Sets the value of the meterPerModelUnit property.voidCTOrthographicProjection.setSz(CTPositiveRatio value) Sets the value of the sz property.