Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 213,606 for

new

(0.15 sec)
  1. GlossaryDocument.Accept | Aspose.Words for .NET

    Discover the GlossaryDocument Accept method that enhances user experience by efficiently managing visitor interactions. Learn more now!...doc = new Document (); GlossaryDocument glossaryDoc = new GlossaryDocument...GlossaryDocument (); BuildingBlock child1 = new BuildingBlock ( glossaryDoc )...

    reference.aspose.com/words/net/aspose.words.bui...
  2. MarkdownLoadOptions.ImportUnderlineFormatting |...

    Discover the MarkdownLoadOptions ImportUnderlineFormatting property. Control underline text formatting with a simple boolean setting. Enhance your Markdown experience!...using ( MemoryStream stream = new MemoryStream ( Encoding . ASCII...MarkdownLoadOptions loadOptions = new MarkdownLoadOptions () { ImportUnderlineForma...

    reference.aspose.com/words/net/aspose.words.loa...
  3. Creating Indexed PSD Files 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....properties $create_options = new PsdOptions (); \ # Set source...$create_options -> setSource ( new FileCreateSource ( $dataDir ...

    docs.aspose.com/imaging/java/creating-indexed-p...
  4. Converter.Convert | Aspose.Words for .NET

    Effortlessly convert your documents with our Converter's Convert method. Transform input files into desired formats with ease and precision....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Password =...}; LoadOptions loadOptions = new LoadOptions () { IgnoreOleData...

    reference.aspose.com/words/net/aspose.words.low...
  5. Extract Paragraph from PDF|Aspose.PDF for Andro...

    Learn how to extract specific paragraphs from a PDF document in Android/Java using Aspose.PDF for content extraction.... Document doc = new Document ( _dataDir + "input...ParagraphAbsorber absorber = new ParagraphAbsorber (); absorber...

    docs.aspose.com/pdf/androidjava/extract-paragra...
  6. Aspose.PSD for Java 20.3 - Release Notes|Docume...

    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.... save ( outFile , new PdfOptions ()); } finally { aiImage...textData . producePortions ( new String [] { "E=mc" , "2\r" ,...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  7. 档案

    档案...project = new Project(); // 将其保存为 .mpp 文件 project.Save("New Project...// 创建一个新项目 Project project = new Project(); // 将其保存为 .xml 文件 project...

    blog.aspose.com/zh/tasks/create-ms-project-file...
  8. FieldAutoTextList | Aspose.Words for Java

    Implements the AUTOTEXTLIST field in Java....throws Exception { Document doc = new Document(); // Create a glossary...entries. doc.setGlossaryDocument(new GlossaryDocument()); appendAutoTextEntry(doc...

    reference.aspose.com/words/java/com.aspose.word...
  9. Working with Tables in OneNote | Aspose.Note Do...

    This article provides guidance on working with tables in OneNote using C#....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-tables/
  10. DocumentProperty | Aspose.Words for Java

    Represents a custom or built-in document property in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...endBookmark("MyBookmark"); // Link a new custom property to a bookmark...

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