Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 222,946 for

new

(0.1 sec)
  1. SmartArt|Aspose.Slides Documentation

    Build and edit SmartArt in C# with Aspose.Slides: add nodes, change layouts and styles, convert to shapes with precision, and export for PPT, PPTX and ODP....Add_SmartArt () { using var pres = new Presentation (); var slide =...Access_SmartArt () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/sm...
  2. StructuredDocumentTag.StyleName | Aspose.Words ...

    Discover the StyleName property of StructuredDocumentTag. Easily manage and customize styles for your documents to enhance organization and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  3. 使用 PHP 优化演示文稿中的图像管理|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 在 PowerPoint 和 OpenDocument 中简化图像管理,优化性能并自动化工作流。...下示例代码展示了如何向幻灯片添加图像: $pres = new Presentation (); try { $slide...以下示例代码展示了如何从网络向幻灯片添加图像: $pres = new Presentation (); try { $slide...

    docs.aspose.com/slides/zh/php-java/image/
  4. Converting Worksheet to SVG in PHP|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.... PHP Code $saveFormat = new SaveFormat (); $path = $dataDir...the template file $workbook = new Workbook ( $path ); // Convert...

    docs.aspose.com/cells/java/converting-worksheet...
  5. Convert Doc to HTML in Ruby|Aspose.Words for Java

    Converting Doc to HTML using Ruby in Java.... new ( data_dir + "TestFile.doc" ) ### options = new HtmlSaveOptions();...aspose.words.HtmlSaveOptions' ) . new \ # HtmlSaveOptions.ExportRoundtripInfor...

    docs.aspose.com/words/java/convert-doc-to-html-...
  6. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for PHP. From entire pages, from a specific part, based on columns, etc.... // Create a new Document object from the input...$document = new Document ( $inputFile ); // Create a new TextAbsorber...

    docs.aspose.com/pdf/php-java/extract-text-from-...
  7. Copy Inner and Outer Field|Aspose.PDF for Java

    This section explains how to copy inner and outer Field with com.aspose.pdf.facades using FormEditor Class....which you want to copy, the new field name, and the page number...editor = new FormEditor (); Document document = new Document...

    docs.aspose.com/pdf/java/copy-inner-and-outer-f...
  8. Section.body property | Aspose.Words for Node.js

    Section.body property. Returns the [Body](../../body/) child node of the section.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.EnsureMinimum | Aspose.Words for .NET

    Discover the Table EnsureMinimum method, effortlessly create and append a row when your table is empty for seamless data management....Document doc = new Document (); Table table = new Table ( doc );...and even other tables. // Our new table has none of these nodes...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Note|Aspose.Slides Documentation

    Work with slide notes in Aspose.Slides for Java: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear Java examples....Presentation presentation = new Presentation (); try { ISlide...Presentation presentation = new Presentation (); try { ISlide...

    docs.aspose.com/slides/java/examples/elements/n...