TextBox.verticalAnchor property. Specifies the vertical alignment of the text within a Shape....alignment of the text within a shape. get verticalAnchor () : Aspose...
Convert PowerPoint to Video with Aspose.Slides for C++ API...get_Slide ( 0 ); // Adds a smile shape and then animates it System...IAutoShape > smile = slide -> get_Shapes () -> AddAutoShape ( ShapeType...
Add a watermark into a document easily and fast instead of using docx4j....such “watermark” is just a shape with text inserted into a header...is very easy to insert any shape or image into a header or footer...
ChartDataPoint.invertIfNegative property. Specifies whether the parent element shall inverts its colors if the value is negative....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...
ChartSeries.invertIfNegative property. Specifies whether the parent element shall inverts its colors if the value is negative....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...
ChartSeriesGroup.axisGroup property. Gets or sets the axis group to which this series group belongs....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; let series = chart...