This commit is contained in:
Pavel Lobashov 2022-09-14 14:01:47 +03:00
parent 77f106e176
commit d39f6124f9
No known key found for this signature in database
GPG key ID: 47F57222688BE1AA

View file

@ -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();