Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 45,789 for

shape

(0.05 sec)
  1. Convert JPG To PNG Java

    Convert JPG to PNG format in Java code. Save JPG as PNG using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.png" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  2. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy Shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....Copy Shapes between Worksheets with C++ Contents [ Hide ] Sometimes...understanding of how to copy shapes between worksheets. Copying...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  3. Aspose::Words::Document::Compare method | Aspos...

    Aspose::Words::Document::Compare method. Compares this document with another document producing changes as number of edit and format revisions Revision in C++....Aspose :: Words :: Drawing :: Shape > textBox = builder -> InsertShape...Aspose :: Words :: Drawing :: Shape > ( docEdited -> GetChild (...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. How to Delete a Blank Page in Word using Java

    This article guides on how to delete a blank page in Word using Java. It has the environment settings, a list of steps, and a runnable sample code to delete empty page in Word using Java....verify the existence of text or shape in it. Steps to Delete Empty...pages and get its text and shapes Save the list of page indexes...

    kb.aspose.com/words/java/how-to-delete-a-blank-...
  5. 使用保护|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....backgrounds, masters (stencils), shapes and styles so that they cannot...Visio shapes allow users to lock specific aspects of shapes. Aspects...

    docs.aspose.com/diagram/zh/python-java/working-...
  6. How to Convert SVG to Presentation using C#

    We'll walk you through the steps in C# for how to convert SVG to Presentation using C#. With the help of a few lines of code you can easily convert SVG to presentation using C#....collection Add a picture frame shape inside the selected slide with...collection. Finally, a picture frame shape is added inside the slide by...

    kb.aspose.com/slides/net/how-to-convert-svg-to-...
  7. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....color Add the circle to the shapes collection of the graph object...shows that for drawing any shape on a PDF page, you need to add...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  8. Create VSSX Files via Python | products.aspose.com

    Python Sample code for generating VSSX documents. Use this code for creating VSSX files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/python-net/create/v...
  9. ChartDataLabelLocationMode enumeration | Aspose...

    aspose.words.drawing.charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) properties - are interpreted....chart_width = 432 chart_height = 252 shape = builder . insert_chart ( chart_type...height = chart_height ) chart = shape . chart series_coll = chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartDataLabel.top_mode property | Aspose.Words...

    ChartDataLabel.top_mode property. Gets or sets the interpretation mode of the [ChartDataLabel.top](../top/) property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its [ChartDataLabel.position](../position/) property....chart_width = 432 chart_height = 252 shape = builder . insert_chart ( chart_type...height = chart_height ) chart = shape . chart series_coll = chart...

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