Uses of Class
org.docx4j.dml.chart.CTLayoutMode
Packages that use CTLayoutMode
-
Uses of CTLayoutMode in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTLayoutModeModifier and TypeFieldDescriptionprotected CTLayoutModeCTManualLayout.hModeprotected CTLayoutModeCTManualLayout.wModeprotected CTLayoutModeCTManualLayout.xModeprotected CTLayoutModeCTManualLayout.yModeMethods in org.docx4j.dml.chart that return CTLayoutModeModifier and TypeMethodDescriptionObjectFactory.createCTLayoutMode()Create an instance ofCTLayoutModeCTManualLayout.getHMode()Gets the value of the hMode property.CTManualLayout.getWMode()Gets the value of the wMode property.CTManualLayout.getXMode()Gets the value of the xMode property.CTManualLayout.getYMode()Gets the value of the yMode property.Methods in org.docx4j.dml.chart with parameters of type CTLayoutModeModifier and TypeMethodDescriptionvoidCTManualLayout.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.