Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 48,865 for

shapes

(0.35 sec)
  1. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Follow our simple, step-by-step guide to save time....to extract text from all the shapes on all the slides in a presentation...get_Text() - The text on the slide’s shapes. get_MasterText() - The text...

    docs.aspose.com/slides/cpp/extract-text-from-pr...
  2. 在 Ruby 中设置 Visio 形状的填充数据|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....() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) if...if shape . getNameU () == "rectangle" && shape . getID () ==...

    docs.aspose.com/diagram/zh/java/set-visio-shape...
  3. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or Shapes inside a worksheet using Aspose.Cells with C++....AI Set Margins of Comment or Shape inside the Worksheet with C++...margins of any shape or comment using the Shape.GetTextAlignment()...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  4. Working with Pages|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....Auto-space a Collection of Shapes in the Visio Page Format Visio...

    docs.aspose.com/diagram/python-java/working-wit...
  5. PPT to PPTX conversion|Aspose.Slides 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.... Group shapes. Converting autoshapes including...including rectangles and ellipses. Shapes with custom geometry. Textures...

    docs.aspose.com/slides/java/ppt-to-pptx-convers...
  6. Saving to Fixed-page Format in C++|Aspose.Words...

    How to save a document to a fixed-page format – PDF, XPS, HTML, XAML, PostScript, and PCL? See the instructions....rendering of DrawingML shapes and fallback shapes ( DmlRenderingMode...

    docs.aspose.com/words/cpp/saving-a-document-to-...
  7. 用 JavaScript 结合 C++ 锁定或解锁形状|Documentation

    本文提供了使用 Aspose.Cells 库通过 C++ 以 JavaScript 锁定或解锁形状以保护它们的示例代码。...head > < body > < h1 > Lock Shapes Example </ h1 > < input type.... get ( 0 ); let shape = worksheet . shapes . addTextBox ( 1...

    docs.aspose.com/cells/zh/javascript-cpp/lock-or...
  8. Several JPG Into JPG C++

    Merge multiple JPG into JPG in C++ code. Save JPG as JPG using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-jpg/
  9. Several JPG Into SVG C++

    Merge multiple JPG into SVG in C++ code. Save JPG as SVG using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-svg/
  10. Several Image Into SVG C++

    Merge multiple Image into SVG in C++ code. Save Image as SVG using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/image-to-svg/