Sort Score
Result 10 results
Languages All
Labels All
Results 5,631 - 5,640 of 48,776 for

shape

(0.08 sec)
  1. 在演示文稿中查找和替换文本而不丢失格式|Aspose.Slides 文档

    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.... Shape shp in sld . Shapes ) { //访问形状中的文本 string...

    docs.aspose.com/slides/zh/net/find-and-replace-...
  2. ImageFieldMergingArgs.ImageFileName | Aspose.Wo...

    Set the ImageFileName in ImageFieldMergingArgs to effortlessly insert images into your documents during mail merges. Enhance your workflow today!... Shape , Is . Null ); } private readonly...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Გადაიყვანეთ Გამოსახულება JPG Python

    გადაიყვანეთ Გამოსახულება JPG Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.png" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/ka/python-net/convers...
  4. ChartDataLabelCollection.Count | Aspose.Words f...

    Discover the Count property of ChartDataLabelCollection, providing quick access to the total number of ChartDataLabels for enhanced data visualization....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataLabel.NumberFormat | Aspose.Words for ...

    Discover the ChartDataLabel NumberFormat property to easily customize number formats for enhanced data visualization in your charts....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility....public Path(Shape[] shapes) Property: Shapes - shapes collection...legacyxmlmodel.Shapes Added: public void add(Shape shape) public void...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  7. Several JPG Into TIFF Javascript

    Merge multiple JPG into TIFF in JavaScript code. Save JPG as TIFF 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-...
  8. Several Image Into GIF Javascript

    Merge multiple Image into GIF in JavaScript code. Save Image 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/imag...
  9. Several JPG Into JPG Python

    Merge multiple JPG into JPG in Python code. Save JPG as JPG 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-...
  10. How to Draw Shapes in C#

    This step by step tutorial elaborates how to draw Shapes in C#. It helps you draw circle in C#. To draw ellipse C# code is provided as well....Product Family How to Draw Shapes in C# This step by step tutorial...tutorial elaborates how to draw shapes in C#. Aspose.Drawing for ...

    kb.aspose.com/drawing/net/how-to-draw-shapes-in...