Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 214,313 for

new

(0.15 sec)
  1. StyleCollection.DefaultParagraphFormat | Aspose...

    Discover the StyleCollection DefaultParagraphFormat property to easily access and customize your document's default paragraph formatting for enhanced readability.... Document doc = new Document (); StyleCollection...// Set default parameters for new styles that we may later add...

    reference.aspose.com/words/net/aspose.words/sty...
  2. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering a spreadsheet to HTML using Aspose.Cells for C++....names such as Courier New, Arial, Times New Roman, etc. The screenshot...output HTML file with Courier New , the output HTML with Arial...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  3. 处理存储在 SharePoint Online 中的文档|.NET 格式的 Aspose.Words

    使用 C# 将 SharePoint 中共享的 Word 转换为 PDF。处理存储在 SharePoint 中的文档 - 各种输入格式,包括 Word、OpenOffice、图像和电子书。...com@{tenantId}" ; client = new HttpClient (); } public async...formContent = new FormUrlEncodedConten ( new [] { new KeyValuePair...

    docs.aspose.com/words/zh/net/work-with-document...
  4. Extract Text From All the Pages of a PDF Docume...

    Discover how to extract text from all pages of a PDF document in PHP using Aspose.PDF for text analysis....Open the target document $pdf = new Document ( $dataDir . 'input1...extract text $text_absorber = new TextAbsorber (); # accept the...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  5. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured document tag for efficient document management.... Document doc = new Document ( MyDir + "Structured...); DocumentBuilder builder = new DocumentBuilder ( doc ); // There...

    reference.aspose.com/words/net/aspose.words/doc...
  6. AdvancedCompareOptions.IgnoreDmlUniqueId | Aspo...

    Discover the AdvancedCompareOptions IgnoreDmlUniqueId property to enhance your DrawingML processing by efficiently managing unique IDs. Optimize your workflow!... Document docA = new Document ( MyDir + "DML unique...original.docx" ); Document docB = new Document ( MyDir + "DML unique...

    reference.aspose.com/words/net/aspose.words.com...
  7. FontInfoCollection.Count | Aspose.Words for .NET

    Discover the FontInfoCollection Count property, effortlessly retrieve the total number of elements in your collection for seamless data management.... Document doc = new Document (); // A blank document...FontInfos . Contains ( "Times New Roman" ), Is . True ); Assert...

    reference.aspose.com/words/net/aspose.words.fon...
  8. PdfSaveOptions.AttachmentsEmbeddingMode | Aspos...

    Customize how attachments are embedded in PDFs with PdfSaveOptions. Ensure seamless integration and optimized document sharing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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.... It includes not only new and updated public methods, added...files from StringPtr dirPath = new String ( "D:\\Downloads\\" );...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  10. Convert HTML To Markdown C#

    Convert HTML to Markdown format in C# code. Save HTML as Markdown using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...