Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 165,041 for

new

(0.08 sec)
  1. Set Default Font while rendering spreadsheet to...

    Learn how to set default font while rendering spreadsheet to HTML using Aspose.Cells for C++....names like 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...
  2. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for Node.js via C++....example creates a named range in a new spreadsheet and sets its reference...instance of Workbook const book = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  3. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter(); // Get...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection class. Represents collection of a ChartSeries. To learn more, visit the documentation article in C++....System::ArrayPtr<double>&) Adds new ChartSeries to this collection...System::ArrayPtr<double>&) Adds new ChartSeries to this collection...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. FieldFileSize | Aspose.Words for Java

    Implements the FILESIZE field in Java.... Document doc = new Document(getMyDir() + "Document...18105); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  6. 7z compression level - Free Support Forum - asp...

    Hi. I am trying to use Aspose.Zip to compress some PDFs. I have attached the sample pdfs to this ticket. I have also attached the .7z files created by Aspose.Zip and by the actual program 7-Zip. The one by aspose is m…...(FileStream archiveStream = new FileStream(outputArchivePath...using (SevenZipArchive archive = new SevenZipArchive()) { foreach...

    forum.aspose.com/t/7z-compression-level/313880
  7. IAiModelText.Summarize | Aspose.Words for .NET

    Effortlessly summarize documents with IAiModelText. Customize summary length using advanced AI for precise content extraction and enhanced readability.... Document firstDoc = new Document ( MyDir + "Big document...docx" ); Document secondDoc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.ai/...
  8. MergeFieldImageDimensionUnit Enum | Aspose.Word...

    Discover Aspose.Words.Fields.MergeFieldImageDimensionUnit enum for precise image dimension control in mail merges. Enhance your document automation today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Document.CopyStylesFromTemplate | Aspose.Words ...

    Effortlessly copy styles from your chosen template to any document with the CopyStylesFromTemplate method, enhancing your workflow and document consistency.... Document template = new Document (); Style style = template...style . Font . Name = "Times New Roman" ; style . Font . Color...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 将文本转换为PDF|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java允许您将纯文本文件转换为PDF或将预格式化文本文件转换为PDF。...初始化文档对象 File pdfDocumentFileName = new File ( fileStorage , "demo_txt...); File txtDocumentFileName = new File ( fileStorage , "Conversion/rfc822...

    docs.aspose.com/pdf/zh/androidjava/convert-text...