Uses of Class
org.docx4j.dml.chart.CTLayoutMode
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTLayoutMode in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTLayoutMode Modifier and Type Field Description protected CTLayoutModeCTManualLayout. hModeprotected CTLayoutModeCTManualLayout. wModeprotected CTLayoutModeCTManualLayout. xModeprotected CTLayoutModeCTManualLayout. yModeMethods in org.docx4j.dml.chart that return CTLayoutMode Modifier and Type Method Description CTLayoutModeObjectFactory. createCTLayoutMode()Create an instance ofCTLayoutModeCTLayoutModeCTManualLayout. getHMode()Gets the value of the hMode property.CTLayoutModeCTManualLayout. getWMode()Gets the value of the wMode property.CTLayoutModeCTManualLayout. getXMode()Gets the value of the xMode property.CTLayoutModeCTManualLayout. getYMode()Gets the value of the yMode property.Methods in org.docx4j.dml.chart with parameters of type CTLayoutMode Modifier and Type Method Description voidCTManualLayout. setHMode(CTLayoutMode value)Sets the value of the hMode property.voidCTManualLayout. setWMode(CTLayoutMode value)Sets the value of the wMode property.voidCTManualLayout. setXMode(CTLayoutMode value)Sets the value of the xMode property.voidCTManualLayout. setYMode(CTLayoutMode value)Sets the value of the yMode property.