Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 18,538 for

paragraphs

(0.26 sec)
  1. 搜索

    搜索...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...
  2. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....()); // Add text fragment to paragraphs collection of FloatingBox...()); // Add FloatingBox to paragraphs collection of page object...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  3. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....this example, we animate paragraphs on objects so that they appear... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . Portions...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  4. Portable Document Format (PDF)|Aspose.Slides Do...

    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.... Paragraphs and formatting. Hyperlinks...

    docs.aspose.com/slides/java/portable-document-f...
  5. 从 .NET 演示文稿获取形状的有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何计算并应用有效的形状属性,以实现精准的 PowerPoint 渲染。... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...WriteLine ( "= Effective paragraph formatting for style level...

    docs.aspose.com/slides/zh/net/shape-effective-p...
  6. HtmlSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the HtmlSaveOptions SaveFormat property to easily save documents in Html, Mhtml, Epub, Azw3, or Mobi formats for versatile accessibility....the document into heading paragraphs. // This is useful for readers...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Add Table to PDF using Python | Aspose.PDF

    Adding table in PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... paragraphs . add ( table ) document...

    products.aspose.com/pdf/python-net/table/add/
  8. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations.... get_Item ( 0 )); // Get paragraphs from the target shape (assumes...used). IParagraphCollection paragraphs = (( IAutoShape ) slide ...

    docs.aspose.com/slides/java/excel-integration/
  9. Cell.parentRow property | Aspose.Words for Node.js

    Cell.parentRow property. Returns the parent row of the cell....Enabling KeepWithNext for every paragraph in the table except for the...for ( let para of cell . paragraphs . toArray ()) { expect (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage Text Boxes in Presentations in .NET|Aspo...

    Aspose.Slides for .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....TextFrame ; // Creates the Paragraph object for text frame IParagraph...IParagraph para = txtFrame . Paragraphs [ 0 ]; // Creates a Portion...

    docs.aspose.com/slides/net/manage-textbox/