Fix more
This commit is contained in:
parent
77f106e176
commit
d39f6124f9
|
@ -100,7 +100,7 @@
|
||||||
`ApiParagraph.AddCaptionCrossRef();`
|
`ApiParagraph.AddCaptionCrossRef();`
|
||||||
* New methods to replace elements:
|
* New methods to replace elements:
|
||||||
|
|
||||||
```
|
```javascript
|
||||||
ApiParagraph.GetPosInParent();
|
ApiParagraph.GetPosInParent();
|
||||||
ApiParagraph.ReplaceByElement();
|
ApiParagraph.ReplaceByElement();
|
||||||
|
|
||||||
|
@ -111,11 +111,11 @@
|
||||||
ApiBlockLvlSdt.ReplaceByElement();
|
ApiBlockLvlSdt.ReplaceByElement();
|
||||||
```
|
```
|
||||||
|
|
||||||
* New methods to get size in EMU for drawings
|
* New methods to get size in EMU for drawings
|
||||||
`ApiDrawing.GetWidth();` and `ApiDrawing.GetHeight();`
|
`ApiDrawing.GetWidth();` and `ApiDrawing.GetHeight();`
|
||||||
* Add new methods for chart:
|
* Add new methods for chart:
|
||||||
|
|
||||||
```
|
```javascript
|
||||||
ApiChart.ApplyChartStyle();
|
ApiChart.ApplyChartStyle();
|
||||||
ApiChart.SetPlotAreaFill();
|
ApiChart.SetPlotAreaFill();
|
||||||
ApiChart.SetPlotAreaOutLine();
|
ApiChart.SetPlotAreaOutLine();
|
||||||
|
|
Loading…
Reference in a new issue