Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 48,850 for

shape

(0.09 sec)
  1. Aspose.Slides for Java 14.8.0 的公共 API 和向后不兼容的更改...

    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....setSourceCode ( "Sub Test(oShape As Shape)\r\n MsgBox \"Test\"\r\nEnd...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  2. IDocumentPartSavingCallback.DocumentPartSaving ...

    Optimize your document management with the DocumentPartSaving method in Aspose.Words, ensuring seamless saving of document parts for enhanced efficiency....imageFileName = $"{mOutFileName} shape {++mCount}, of type {args.CurrentShape...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Watermark VDW document via Python | products.as...

    Python sample code to add watermark to VDW documents within any Python based application....getPage( 0 ) shape = page.addText( 1 , 1 , 2 ,...collection of drawing pages, shapes, fonts, images, data connections...

    products.aspose.com/diagram/python-net/watermar...
  4. 在C#中將PPT轉換為視頻 | products.aspose.com

    在C#中將PPT轉換為視頻。使用 .NET 庫 API 將 PowerPoint 轉換為視頻...Presentation()) { // Adds a smile shape and then animates it IAutoShape...= presentation.Slides[ 0 ].Shapes.AddAutoShape(ShapeType.SmileyFace...

    products.aspose.com/slides/zh-hant/net/conversi...
  5. 使用Python.NET导出Excel方程到其他格式|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel方程导出为LaTeX和MathML格式。...textboxes [ 0 ] # Assuming first shape is TextBox math_node = text_box...

    docs.aspose.com/cells/zh/python-net/export-equa...
  6. SignOptions | Aspose.Words for Java

    Allows to specify options for document signing in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); signatureLine = shape.getSignatureLine(); Assert.assertTrue(signatureLine...

    reference.aspose.com/words/java/com.aspose.word...
  7. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert PPTX to DOCX using Java....operations like setting background shape, page color, watermark, etc...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  8. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C++. Choose the best PDF standard to convert a document using С++....to add alternative text to a shape, picture, chart, SmartArt graphic...

    docs.aspose.com/words/cpp/learn-features-of-con...
  9. Aspose::Words::Settings::Compatibility enum | A...

    Aspose::Words::Settings::Compatibility enum. Specifies names of compatibility options in C++.... ShapeLayoutLikeWW8 32 Shape Layout Like Word 2000. FootnoteLayoutLikeWW...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. How to Extract All Images from Word Document in...

    This quick tutorial contains information on how to extract all images from Word document in Python. It provides guidance to establish the environment, introduction to the API calls, and a runnable sample code that can be used to extract images from Word in Python....object Get list of all the shapes from the loaded document using...through all the elements in the shapes collection and detect images...

    kb.aspose.com/words/python/how-to-extract-all-i...