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

shape rendering

(0.7 sec)
  1. Manage Presentation Headers and Footers in .NET...

    Use Aspose.Slides for .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....foreach ( IShape shape in master . Shapes ) { if ( shape . Placeholder...Placeholder != null ) { if ( shape . Placeholder . Type == PlaceholderType...

    docs.aspose.com/slides/net/presentation-header-...
  2. Create VSDX Files via Java | products.aspose.com

    Java Sample code for generating VSDX documents. Use this code for creating VSDX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...generate, modify, convert, render and print VSDX files. .NET...

    products.aspose.com/diagram/java/create/vsdx/
  3. Create PDF Files via Java | products.aspose.com

    Java Sample code for generating PDF documents. Use this code for creating PDF files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...generate, modify, convert, render and print PDF files. .NET Visio...

    products.aspose.com/diagram/java/create/pdf/
  4. Manage Presentation Headers and Footers in Java...

    Use Aspose.Slides for Java to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....( IShape shape : master . getShapes ()) { if ( shape . getPlaceholder...getPlaceholder () != null ) { if ( shape . getPlaceholder (). getType...

    docs.aspose.com/slides/java/presentation-header...
  5. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...hasImages) { // Image only: insert rendered slide image inline using var...= 0; var shape = builder.InsertImage(msImage); shape.WrapType...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...
  6. Aspose.Cells Features|Documentation

    Summarize Aspose.Cells for Java features and provide links to detailed feature descriptions.... Yes Rendering and Printing Aspose.Cells...now provides high‑fidelity rendering of spreadsheet pages. Feature...

    docs.aspose.com/cells/java/aspose-cells-features/
  7. 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...borders, charts, etc., should be rendered accurately and precisely....

    docs.aspose.com/cells/net/convert-xlsx-file-to-...
  8. 使用现代 API 增强图像处理|Aspose.Slides for Python 文档

    通过使用 Python 现代 API 替换已弃用的成像 API,实现幻灯片图像处理的现代化,以实现无缝的 PowerPoint 和 OpenDocument 自动化。... shapes . add_picture_frame ( slides...presentation : shape = presentation . slides [ 0 ] . shapes [ 0 ] shape...

    docs.aspose.com/slides/zh/python-net/modern-api/
  9. Manage Presentation Headers and Footers in C++|...

    Use Aspose.Slides for C++ to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....auto & shape : System :: IterateOver ( master -> get_Shapes ()))...if ( shape -> get_Placeholder () != nullptr ) { if ( shape -> get_Placeholder...

    docs.aspose.com/slides/cpp/presentation-header-...
  10. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....new Document(getMyDir() + "Rendering.docx"); // Saving a document...elements such as text runs, shapes, or tables to that paragraph...

    reference.aspose.com/words/java/com.aspose.word...