Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 50,434 for

shapes

(0.07 sec)
  1. Convert XLSX File to PDF Format|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.... Images, charts, shapes, data formatting, fonts, attributes...

    docs.aspose.com/cells/net/convert-xlsx-file-to-...
  2. How to Convert XLS to XLSX in Python

    This short tutorial provides crisp information about how to convert XLS to XLSX in Python. While converting XLS to XLSX Python code requires just loading and saving the file in the desired format....to load entire data or only shapes, drawings, tables, pictures...

    kb.aspose.com/cells/python/how-to-convert-xls-t...
  3. Change Background of VSX File via Python | prod...

    Python source code to change background of VSX documents within any Python based application....that consist of drawings and shapes that are used for creating...

    products.aspose.com/diagram/python-java/changeb...
  4. Change Background of VSSX File via Python | pro...

    Python source code to change background of VSSX documents within any Python based application....elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/python-net/changeba...
  5. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...adding content such as text and shapes: a Section, a Body, and a Paragraph...adding content such as text and shapes: a Section, a Body, and a Paragraph...

    reference.aspose.com/words/net/aspose.words/doc...
  6. NodeRendererBase.RenderToSize | Aspose.Words fo...

    Discover the NodeRendererBase RenderToSize method to efficiently render Shapes into Graphics objects at your desired size for enhanced visual output....RenderToSize method Renders the shape into a Graphics object to a...left corner of the rendered shape. y Single The Y coordinate (in...

    reference.aspose.com/words/net/aspose.words.ren...
  7. Get Paragraph Bounds from Presentations in C++|...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for C++ to optimize text positioning in PowerPoint presentations....Presentation > ( u "Shapes.pptx" ); auto shape = System :: ExplicitCast...get_Shapes () -> idx_get ( 0 )); auto textFrame = shape -> get_TextFrame...

    docs.aspose.com/slides/cpp/paragraph/
  8. Barcode Generation Specifics in C++|Documentation

    Description of Various Barcode Types Supported in Aspose.BarCode for C++... Shape . Barcode shapes can be rectangular...can exceed 10 times. Barcode Shapes In general, the surfaces to...

    docs.aspose.com/barcode/cpp/generate-barcode-ty...
  9. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....getBackgroundShape() Gets the background shape of the document. getChild(int...setBackgroundShape(Shape value) Sets the background shape of the document...

    reference.aspose.com/words/java/com.aspose.word...
  10. Get Paragraph Bounds from Presentations on Andr...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Android via Java to optimize text positioning in PowerPoint presentations.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/androidjava/paragraph/