Uses of Class
org.docx4j.dml.chart.CTPictureOptions
Packages that use CTPictureOptions
-
Uses of CTPictureOptions in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTPictureOptionsModifier and TypeFieldDescriptionprotected CTPictureOptionsCTAreaSer.pictureOptionsprotected CTPictureOptionsCTBarSer.pictureOptionsprotected CTPictureOptionsCTDPt.pictureOptionsprotected CTPictureOptionsCTSurface.pictureOptionsMethods in org.docx4j.dml.chart that return CTPictureOptionsModifier and TypeMethodDescriptionObjectFactory.createCTPictureOptions()Create an instance ofCTPictureOptionsCTAreaSer.getPictureOptions()Gets the value of the pictureOptions property.CTBarSer.getPictureOptions()Gets the value of the pictureOptions property.CTDPt.getPictureOptions()Gets the value of the pictureOptions property.CTSurface.getPictureOptions()Gets the value of the pictureOptions property.Methods in org.docx4j.dml.chart with parameters of type CTPictureOptionsModifier and TypeMethodDescriptionvoidCTAreaSer.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.