Uses of Class
org.docx4j.dml.CTRatio
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d | |
| org.docx4j.dml |
-
Uses of CTRatio in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d declared as CTRatio Modifier and Type Field Description protected CTRatioCTScale3D. sxprotected CTRatioCTScale3D. syprotected CTRatioCTScale3D. szMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTRatio Modifier and Type Method Description CTRatioCTScale3D. getSx()Gets the value of the sx property.CTRatioCTScale3D. getSy()Gets the value of the sy property.CTRatioCTScale3D. getSz()Gets the value of the sz property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTRatio Modifier and Type Method Description voidCTScale3D. setSx(CTRatio value)Sets the value of the sx property.voidCTScale3D. setSy(CTRatio value)Sets the value of the sy property.voidCTScale3D. setSz(CTRatio value)Sets the value of the sz property. -
Uses of CTRatio in org.docx4j.dml
Fields in org.docx4j.dml declared as CTRatio Modifier and Type Field Description protected CTRatioCTScale2D. sxprotected CTRatioCTScale2D. syMethods in org.docx4j.dml that return CTRatio Modifier and Type Method Description CTRatioObjectFactory. createCTRatio()Create an instance ofCTRatioCTRatioCTScale2D. getSx()Gets the value of the sx property.CTRatioCTScale2D. getSy()Gets the value of the sy property.