Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 42,521 for

shape

(0.06 sec)
  1. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and Shapes in Excel files using Aspose.Cells for Node.js via C++....Insert Pictures and Shapes of Excel files with Node.js via C++...need to insert some necessary shapes into the worksheet. You may...

    docs.aspose.com/cells/nodejs-cpp/insert-shapes/
  2. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...saveOptions.setJpegQuality( 50 ); shape.getShapeRenderer().save( "Output...

    products.aspose.com/words/java/compress/jpg/
  3. ChartNumberFormat.IsLinkedToSource | Aspose.Wor...

    Discover how the ChartNumberFormat IsLinkedToSource property enhances your data visualization by linking format codes to source cells. Learn more now!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartDataLabelCollection.Format | Aspose.Words ...

    Discover the ChartDataLabelCollection Format property for easy access to customizable fill and line formatting for your data labels. Enhance your charts today!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; // Delete default...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Shape.hasChart property | Aspose.Words for Node.js

    Shape.hasChart property. Returns ``true`` if this [Shape](../) has a [Chart](../../chart/)....property Shape.hasChart property Returns true if this Shape has a...Drawing class Shape Shape.firstParagraph property Shape.hasImage property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartFormat.shapeType property | Aspose.Words f...

    ChartFormat.ShapeType property. Gets or sets the Shape type of the parent chart element....shapeType property Gets or sets the shape type of the parent chart element...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TextBox.parent property | Aspose.Words for Node.js

    TextBox.parent property. Gets a parent Shape for the [TextBox](../)....parent property Gets a parent shape for the TextBox . get parent...Aspose . Words . Drawing . Shape See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_AxisBetweenCategories method. Gets or sets a flag indicating whether the value axis crosses the category axis between categories in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. How to Insert Draft Watermark in PowerPoint Pre...

    We'll guide you how to insert draft watermark in PowerPoint presentation in C# using simple API calls. You may add confidential watermark in PowerPoint presentation by using easy API interface in C#....for the added shape TextFrame Format the shape and textual properties...Apply locking on the added shape to protect watermark Save watermarked...

    kb.aspose.com/slides/net/how-to-insert-draft-wa...
  10. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/doc/