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();
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
`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