Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 45,857 for

shape

(0.28 sec)
  1. PowerPoint SmartArt|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....SmartArt Shape Create or Manage PowerPoint SmartArt Shape Node in...

    docs.aspose.com/slides/java/powerpoint-smartart/
  2. Chart.sourceFullName property | Aspose.Words fo...

    Chart.sourceFullName property. Gets the path and name of an xls/xlsx file this chart is linked to....myDir + "Shape with linked chart.docx" ); let shape = doc . getShape...true ); let sourceFullName = shape . chart . sourceFullName ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Working with Images in C++|Aspose.Words for C++

    Introduction to Image feature, how to create and manipulate image using C++....All images are stored inside Shape nodes in a Document . To extract...GetChildNodes method to select all Shape nodes. Iterate through resulting...

    docs.aspose.com/words/cpp/working-with-images/
  4. HtmlLoadOptions | Aspose.Words for .NET

    Discover the HtmlLoadOptions constructor, designed to effortlessly initialize instances with default settings for seamless web development....That ((( Shape ) doc . GetChild ( NodeType . Shape , 0 , true...That ((( Shape ) doc . GetChild ( NodeType . Shape , 0 , true...

    reference.aspose.com/words/net/aspose.words.loa...
  5. 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/
  6. Aspose::Words::Drawing::Charts::ChartLegend::ge...

    Aspose::Words::Drawing::Charts::ChartLegend::get_Overlay method. Determines whether other chart elements shall be allowed to overlap legend. Default value is false in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ChartSeries.Bubble3D | Aspose.Words for .NET

    Enhance your Bubble chart with ChartSeries Bubble3D! Add stunning 3D effects to your bubbles for an eye-catching visual impact....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Picture Frame|Aspose.Slides for Node.js via .NE...

    Add a picture frame to a PowerPoint presentation in JavaScript...Hide ] A picture frame is a shape that contains an image—it is...that will be used to fill the shape. Specify the image’s width and...

    docs.aspose.com/slides/nodejs-java/picture-frame/
  9. ChartAxisTitle.Show | Aspose.Words for .NET

    Discover the ChartAxisTitle Show property to control axis title visibility. Enhance your charts with clear, informative titles for better data insights....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  10. AxisTickLabels.orientation property | Aspose.Wo...

    AxisTickLabels.orientation property. Gets or sets the orientation of the tick label text.... shape = builder . insert_chart ( chart_type...height = 252 ) x_tick_labels = shape . chart . axis_x . tick_labels...

    reference.aspose.com/words/python-net/aspose.wo...