Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 49,140 for

shape

(0.11 sec)
  1. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations in JavaScript using Aspose.Slides for Node.js. Step-by-step guide....the TextFrame of the added shape. Remove the default paragraph...the TextFrame of the added shape Remove the default paragraph...

    docs.aspose.com/slides/nodejs-java/manage-bullet/
  2. Add Custom XML Parts and Select them by ID with...

    Learn how to add and select custom XML parts in Excel files using Aspose.Cells with C++.... SetID ( u "Shape" ); // Specify search custom...

    docs.aspose.com/cells/cpp/add-custom-xml-parts-...
  3. ChartDataLabel.Format | Aspose.Words for .NET

    Discover the ChartDataLabel Format property for easy access to customizable fill and line formatting, enhancing your data visualization effortlessly....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartDataLabel.ShowPercentage | Aspose.Words fo...

    Enable percentage display on chart data labels with the ChartDataLabel ShowPercentage property. Enhance clarity and insights in your visual data!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartSeries.DataPoints | Aspose.Words for .NET

    Discover the ChartSeries DataPoints property, offering a comprehensive collection of formatting tools to enhance every data point in your series....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in C++....DocumentBuilder->InsertImage method returns a Shape object that was just created...further modify properties of the Shape. Inserting an Inline Image Pass...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  7. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::RemoveAt method. Removes a ChartSeries at the specified index in C++....Aspose :: Words :: Drawing :: Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Several JPG Into GIF Javascript

    Merge multiple JPG into GIF in JavaScript code. Save JPG as GIF using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  9. Several JPG Into Image Javascript

    Merge multiple JPG into Image in JavaScript code. Save JPG as Image using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  10. Several JPG Into BMP Python

    Merge multiple JPG into BMP in Python code. Save JPG as BMP using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/jpg-...