Sort Score
Result 10 results
Languages All
Labels All
Results 6,121 - 6,130 of 48,745 for

shape

(0.29 sec)
  1. 用C++添加自定义XML部分并按ID选择|Documentation

    了解如何用Aspose.Cells和C++在Excel文件中添加和选定自定义XML部分。... SetID ( u "Shape" ); // Specify search custom...

    docs.aspose.com/cells/zh/cpp/add-custom-xml-par...
  2. Convert PPTX to Video in C# | products.aspose.com

    Convert PPTX to video in C#. Use .NET library API to convert PowerPoint to video...Presentation()) { // Adds a smile shape and then animates it IAutoShape...= presentation.Slides[ 0 ].Shapes.AddAutoShape(ShapeType.SmileyFace...

    products.aspose.com/slides/net/conversion/pptx-...
  3. ChartSeriesType enumeration | Aspose.Words for ...

    aspose.words.drawing.charts.ChartSeriesType enumeration. Specifies a type of a chart series.... SHAPE , 0 , True ) . as_shape () . chart # Remove...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::Charts::ChartSeriesColl...

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

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Several JPG Into PNG C#

    Merge multiple JPG into PNG in C# code. Save JPG as PNG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-png/
  6. Several JPG Into GIF C#

    Merge multiple JPG into GIF in C# code. Save JPG as GIF using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-gif/
  7. Several Image Into JPG C#

    Merge multiple Image into JPG in C# code. Save Image as JPG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-jpg/
  8. Rendering in Python|Aspose.Words for Python via...

    Use Aspose.Words for Python via .NET rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing.... Render a Shape object separately from the document...

    docs.aspose.com/words/python-net/rendering/
  9. Managing Pictures|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....worksheet cell in an image shape. You can link the picture to...

    docs.aspose.com/cells/net/managing-pictures/
  10. How to Resize Picture in Word using Python

    This article guides you on how to resize picture in Word using Python. It provides configuration details, step-wise process and a runnable sample code to resize image in MS Word using Python....of the added image using the Shape class object. Code to Resize...

    kb.aspose.com/words/python/how-to-resize-pictur...