Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d.CTPositiveRatio
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d |
-
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 CTPositiveRatio Modifier and Type Field Description protected CTPositiveRatioCTAmbientLight. illuminanceprotected CTPositiveRatioCTDirectionalLight. illuminanceprotected CTPositiveRatioCTPointLight. intensityprotected CTPositiveRatioCTSpotLight. intensityprotected CTPositiveRatioCTModel3DTransform. meterPerModelUnitprotected CTPositiveRatioCTOrthographicProjection. szMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTPositiveRatio Modifier and Type Method Description CTPositiveRatioObjectFactory. createCTPositiveRatio()Create an instance ofCTPositiveRatioCTPositiveRatioCTAmbientLight. getIlluminance()Gets the value of the illuminance property.CTPositiveRatioCTDirectionalLight. getIlluminance()Gets the value of the illuminance property.CTPositiveRatioCTPointLight. getIntensity()Gets the value of the intensity property.CTPositiveRatioCTSpotLight. getIntensity()Gets the value of the intensity property.CTPositiveRatioCTModel3DTransform. getMeterPerModelUnit()Gets the value of the meterPerModelUnit property.CTPositiveRatioCTOrthographicProjection. getSz()Gets the value of the sz property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTPositiveRatio Modifier and Type Method Description voidCTAmbientLight. 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.