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

shape

(0.19 sec)
  1. Aspose.Slides for C++: FontsLoader::LoadExterna...

    LoadExternalFonts call is very slow. Is there any way to improve performance? Sample code I am using: std::vector<String> candidatePaths; #ifdef MACINTOSH candidatePaths = { u"/Applications/Microsoft PowerPoint…...Boundaries When Converting Shape to Image in C++ andrey.potapov...issue. It is a text inside a shape with aptos font. @andrey.potapov...

    forum.aspose.com/t/aspose-slides-for-c-fontsloa...
  2. 在使用DrawObjectEventHandler类在渲染为PDF时获取DrawObject和...

    学习如何在C++中使用DrawObjectEventHandler类捕获在将Excel文件渲染为PDF或图像时的DrawObject和边界。...[Height]: " << height << " [Shape Name]: " << drawObject . GetShape...4491 [ Height ]: 128 . 0647 [ Shape Name ]: Sun ---------- AI Document...

    docs.aspose.com/cells/zh/cpp/get-drawobject-and...
  3. Manage Callouts in Presentation Charts Using Ja...

    Create and style callouts in Aspose.Slides for Java with concise code examples, compatible with PPT and PPTX to automate presentation workflows....setting series data label callout shape for a Doughnut chart. Below...setAutofitType ( TextAutofitType . Shape ); lbl . getDataLabelFormat...

    docs.aspose.com/slides/java/callout/
  4. Create VSTM Files via Python | products.aspose.com

    Python Sample code for generating VSTM documents. Use this code for creating VSTM files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-net/create/v...
  5. Facing issue while linking external excel file ...

    Hi Aspose Support Team, I have a couple of queries related to Aspose.Slides and Aspose.Cells: Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…...for (IShape shape : slide.getShapes()) { if (shape instanceof...IChart) { chart = (IChart) shape; System.out.println("chart found...

    forum.aspose.com/t/facing-issue-while-linking-e...
  6. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java.... getShape() Specifies the shape that the mail merge engine must...document. setShape(Shape value) Specifies the shape that the mail...

    reference.aspose.com/words/java/com.aspose.word...
  7. 演示文稿页眉和页脚|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中的 PowerPoint 页眉和页脚...updateHeaderFooterTe ( master ) { let shapes = master . getShapes (); for...0 ; i < shapes . size (); i ++ ) { let shape = shapes . get_Item...

    docs.aspose.com/slides/zh/nodejs-java/presentat...
  8. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for Node.js using clear JavaScript code samples that speed up slide design and automation....added a connector between two shapes. var pres = new aspose . slides...added a connector between two shapes. var pres = new aspose . slides...

    docs.aspose.com/slides/nodejs-java/manage-smart...
  9. 在 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.... new ( data_dir + "Basic_Shapes.vsd" ) \ # get master master...array fos . close () puts "Get shape icon, please check the output...

    docs.aspose.com/diagram/zh/java/get-icons-of-va...
  10. Create flowchart style organization chart in VS...

    Python source code to create flowchart style organization chart in vsdm file within any Python based application....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/python-java/flowcha...