Sort Score
Result 10 results
Languages All
Labels All
Results 5,091 - 5,100 of 50,436 for

shapes

(0.21 sec)
  1. XpsSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Xps](../../aspose.words/saveformat/#Xps) format...value determining how DrawingML shapes are rendered. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Add Text to XPS files | API for C++

    C++ API Solution to manage XPS files. Add or remove text from/to XPS documents with a few lines of code....content such as images and shapes. 2. How do I add text with...

    products.aspose.com/page/cpp/add-text-to-xps/
  3. Export CGM to POWERPOINT in Android | products....

    Android API to Convert CGM to POWERPOINT without using Microsoft Word...as add, delete, and modify shapes. By using Aspose.Total for...

    products.aspose.com/total/android-java/conversi...
  4. Aspose::Words::Loading::MarkdownLoadOptions cla...

    Aspose::Words::Loading::MarkdownLoadOptions class. Allows to specify additional options when loading Markdown document into a Document object in C++....or sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Image Vectorization – Workflow – Aspose.SVG for...

    Learn about the image vectorization process; usage of vectorization algorithms and options, learn how to vectorize raster images such as PNG, JPG, BMP, TIFF, GIF, ICO into an SVG....and curves to form required shapes. A raster image is a set of...images are based on geometric shapes and drawn with simple curves...

    docs.aspose.com/svg/net/image-vectorization-wor...
  6. Aspose.PSD for Java 20.4 - Release Notes|Docume...

    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....(boolean operations), index of the shape in the layer, count of the bezier...(boolean operations), index of the shape in layer, count of the bezier...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  7. Aspose.Cells Product Family

    Aspose.Cells is a class library that can be used by developers for various platforms for a variety of excel processing tasks....manipulate and render charts and shapes. Moreover, formula calculations...manipulate and render charts and shapes. Moreover, formula calculations...

    docs.aspose.com/cells/
  8. 在演示文稿幻灯片上调整形状大小|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松在 PowerPoint 和 OpenDocument 幻灯片上调整形状大小——自动化幻灯片布局调整,提高工作效率。...; // Resize and reposition shapes on every slide. for ( auto...auto && shape : slide -> get_Shapes ()) { // 缩放形状大小。 shape -> set_Height...

    docs.aspose.com/slides/zh/cpp/re-sizing-shapes-...
  9. 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/
  10. 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/