Uses of Class
org.docx4j.dml.chart.CTPictureOptions
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTPictureOptions in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTPictureOptions Modifier and Type Field Description protected CTPictureOptionsCTAreaSer. pictureOptionsprotected CTPictureOptionsCTBarSer. pictureOptionsprotected CTPictureOptionsCTDPt. pictureOptionsprotected CTPictureOptionsCTSurface. pictureOptionsMethods in org.docx4j.dml.chart that return CTPictureOptions Modifier and Type Method Description CTPictureOptionsObjectFactory. createCTPictureOptions()Create an instance ofCTPictureOptionsCTPictureOptionsCTAreaSer. getPictureOptions()Gets the value of the pictureOptions property.CTPictureOptionsCTBarSer. getPictureOptions()Gets the value of the pictureOptions property.CTPictureOptionsCTDPt. getPictureOptions()Gets the value of the pictureOptions property.CTPictureOptionsCTSurface. getPictureOptions()Gets the value of the pictureOptions property.Methods in org.docx4j.dml.chart with parameters of type CTPictureOptions Modifier and Type Method Description voidCTAreaSer. setPictureOptions(CTPictureOptions value)Sets the value of the pictureOptions property.voidCTBarSer. setPictureOptions(CTPictureOptions value)Sets the value of the pictureOptions property.voidCTDPt. setPictureOptions(CTPictureOptions value)Sets the value of the pictureOptions property.voidCTSurface. setPictureOptions(CTPictureOptions value)Sets the value of the pictureOptions property.