Uses of Class
org.docx4j.dml.chart.CTLayout
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTLayout in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return types with arguments of type CTLayout Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTLayout>ObjectFactory. createLayout(CTLayout value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTLayout Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTLayout>ObjectFactory. createLayout(CTLayout value) -
Uses of CTLayout in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTLayout Modifier and Type Field Description protected CTLayoutCTDispUnitsLbl. layoutprotected CTLayoutCTDLbl. layoutprotected CTLayoutCTLegend. layoutprotected CTLayoutCTPlotArea. layoutprotected CTLayoutCTTitle. layoutprotected CTLayoutCTTrendlineLbl. layoutMethods in org.docx4j.dml.chart that return CTLayout Modifier and Type Method Description CTLayoutObjectFactory. createCTLayout()Create an instance ofCTLayoutCTLayoutCTDispUnitsLbl. getLayout()Gets the value of the layout property.CTLayoutCTDLbl. getLayout()Gets the value of the layout property.CTLayoutCTLegend. getLayout()Gets the value of the layout property.CTLayoutCTPlotArea. getLayout()Gets the value of the layout property.CTLayoutCTTitle. getLayout()Gets the value of the layout property.CTLayoutCTTrendlineLbl. getLayout()Gets the value of the layout property.Methods in org.docx4j.dml.chart with parameters of type CTLayout Modifier and Type Method Description voidCTDispUnitsLbl. setLayout(CTLayout value)Sets the value of the layout property.voidCTDLbl. setLayout(CTLayout value)Sets the value of the layout property.voidCTLegend. setLayout(CTLayout value)Sets the value of the layout property.voidCTPlotArea. setLayout(CTLayout value)Sets the value of the layout property.voidCTTitle. setLayout(CTLayout value)Sets the value of the layout property.voidCTTrendlineLbl. setLayout(CTLayout value)Sets the value of the layout property.