Home
last modified time | relevance | path

Searched refs:spPr (Results 1 – 25 of 76) sorted by relevance

1234

/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chart/
H A Dmarker.py37 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in Marker
46 spPr=None, argument
51 if spPr is None:
52 spPr = GraphicalProperties()
53 self.spPr = spPr
65 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in DataPoint
79 spPr=None, argument
88 if spPr is None:
89 spPr = GraphicalProperties()
90 self.spPr = spPr
H A Daxis.py45 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in ChartLines
48 def __init__(self, spPr=None): argument
49 self.spPr = spPr
117 spPr=None, argument
136 self.spPr = spPr
160 spPr=None, argument
165 self.spPr = spPr
208 spPr = _BaseAxis.spPr variable in NumericAxis
270 spPr = _BaseAxis.spPr variable in TextAxis
323 spPr = _BaseAxis.spPr variable in DateAxis
[all …]
H A Dtrendline.py30 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in TrendlineLabel
42 spPr=None, argument
49 self.spPr = spPr
58 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in Trendline
76 spPr=None, argument
89 self.spPr = spPr
H A Dlabel.py24 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in _DataLabelBase
47 spPr=None, argument
61 self.spPr = spPr
81 spPr = _DataLabelBase.spPr variable in DataLabel
109 spPr = _DataLabelBase.spPr variable in DataLabelList
H A Dseries.py82 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in Series
123 spPr=None, argument
145 if spPr is None:
146 spPr = GraphicalProperties()
147 self.spPr = spPr
182 spPr = Series.spPr variable in XYSeries
H A Dplotarea.py50 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in DataTable
63 spPr=None, argument
71 self.spPr = spPr
81 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in PlotArea
116 spPr=None, argument
123 self.spPr = spPr
H A Derror_bar.py37 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in ErrorBars
52 spPr=None, argument
62 self.spPr = spPr
H A Dpivot.py43 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in PivotFormat
56 spPr=None, argument
63 self.spPr = spPr
H A Dlegend.py53 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in Legend
66 spPr=None, argument
74 self.spPr = spPr
H A Dtitle.py35 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in Title
47 spPr=None, argument
56 self.spPr = spPr
H A D_3d.py57 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in Surface
66 spPr=None, argument
71 self.spPr = spPr
H A Dsurface_chart.py30 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in BandFormat
37 spPr=None, argument
40 self.spPr = spPr
H A Dchartspace.py148 spPr = Typed(expected_type=GraphicalProperties, allow_none=True) variable in ChartSpace
170 spPr=None, argument
185 self.spPr = spPr
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/drawing/
H A Dconnector.py84 spPr = Typed(expected_type=GraphicalProperties) variable in ConnectorShape
91 spPr=None, argument
97 self.spPr = spPr
123 spPr = Typed(expected_type=GraphicalProperties) variable in Shape
134 spPr=None, argument
143 self.spPr = spPr
H A Dpicture.py123 spPr = Typed(expected_type=GraphicalProperties, ) variable in PictureFrame
134 spPr=None, argument
145 if spPr is None:
146 spPr = GraphicalProperties()
147 self.spPr = spPr
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/oxml/
H A Dshape.py127 spPr = OneAndOnlyOne('pic:spPr') variable in CT_Picture
140 pic.spPr.cx = cx
141 pic.spPr.cy = cy
/dports/editors/calligra/calligra-3.2.1/filters/libodf2/chart/
H A DKoOdfChartWriter.cpp228 if (series->spPr->lineFill.valid) { in addShapePropertyStyle()
229 if (series->spPr->lineFill.type == KoChart::Fill::Solid) { in addShapePropertyStyle()
231 style.addProperty("svg:stroke-color", series->spPr->lineFill.solidColor.name(), in addShapePropertyStyle()
234 else if (series->spPr->lineFill.type == KoChart::Fill::None) { in addShapePropertyStyle()
248 if (series->spPr->areaFill.valid) { in addShapePropertyStyle()
249 if (series->spPr->areaFill.type == KoChart::Fill::Solid) { in addShapePropertyStyle()
251 style.addProperty("draw:fill-color", series->spPr->areaFill.solidColor.name(), in addShapePropertyStyle()
254 else if (series->spPr->areaFill.type == KoChart::Fill::None) in addShapePropertyStyle()
749 const bool noLineFill = ((series->spPr != 0) in saveSeries()
750 && series->spPr->lineFill.type == KoChart::Fill::None); in saveSeries()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Dchartsubstreamhandler.cpp727 if ( !series->spPr ) in handleLineFormat()
728 series->spPr = new KoChart::ShapeProperties; in handleLineFormat()
732 series->spPr->lineFill.setColor( color ); in handleLineFormat()
740 series->spPr->lineFill.setType( KoChart::Fill::None ); in handleLineFormat()
810 if ( !series->spPr ) in handleAreaFormat()
811 series->spPr = new KoChart::ShapeProperties; in handleAreaFormat()
812 series->spPr->areaFill.setColor( foreground ); in handleAreaFormat()
841 if ( !series->spPr ) in handleMarkerFormat()
842 series->spPr = new KoChart::ShapeProperties; in handleMarkerFormat()
847 if ( !series->spPr->areaFill.valid ) in handleMarkerFormat()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/chart/
H A Dseriescontext.cxx75 case C_TOKEN( spPr ): in lclDataLabelSharedCreateContext()
220 case C_TOKEN( spPr ): in onCreateContext()
247 case C_TOKEN( spPr ): in onCreateContext()
294 case C_TOKEN( spPr ): in onCreateContext()
345 case C_TOKEN( spPr ): in onCreateContext()
356 case C_TOKEN( spPr ): in onCreateContext()
389 case C_TOKEN( spPr ): in onCreateContext()
402 case C_TOKEN( spPr ): in onCreateContext()
H A Dtitlecontext.cxx100 case C_TOKEN( spPr ): in onCreateContext()
165 case C_TOKEN( spPr ): in onCreateContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/chart/
H A Dseriescontext.cxx77 case C_TOKEN( spPr ): in lclDataLabelSharedCreateContext()
218 case C_TOKEN( spPr ): in onCreateContext()
245 case C_TOKEN( spPr ): in onCreateContext()
292 case C_TOKEN( spPr ): in onCreateContext()
343 case C_TOKEN( spPr ): in onCreateContext()
354 case C_TOKEN( spPr ): in onCreateContext()
387 case C_TOKEN( spPr ): in onCreateContext()
400 case C_TOKEN( spPr ): in onCreateContext()
H A Dtitlecontext.cxx105 case C_TOKEN( spPr ): in onCreateContext()
171 case C_TOKEN( spPr ): in onCreateContext()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/
H A Dshape.py70 self._inline.graphic.graphicData.pic.spPr.cy = cy
103 self._inline.graphic.graphicData.pic.spPr.cx = cx
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/dev/analysis/features/shapes/
H A Dpicture.rst39 <pic:spPr>
45 </pic:spPr>
83 <pic:spPr>
91 </pic:spPr>
109 <xsd:element name="spPr" type="a:CT_ShapeProperties"/>
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/drawing/
H A Ddrawing_image_01.t83 <xdr:spPr>
91 </xdr:spPr>

1234