Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 213,190 for

new

(0.28 sec)
  1. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....workbook Workbook workbook = new Workbook ( filePath ); //0-byte...array byte [] workbookData = new byte [ 0 ]; //Text save options...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions.... Added New Elements to the Aspose.Slides...has been extended with new elements. New elements related to PowerPoint...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. Export Math Equations from Presentations in PHP...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for PHP via Java — preserve formatting and boost compatibility....presentation to MathML: $pres = new Presentation (); try { $autoShape...(); $mathParagraph -> add ( new MathematicalText ( "a" ) -> setSuperscript...

    docs.aspose.com/slides/php-java/exporting-math-...
  4. FontSettings.ResetFontSources | Aspose.Words fo...

    Restore default font sources effortlessly with the FontSettings ResetFontSources method. Enhance your design consistency and improve user experience....Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...
  5. FieldMergingArgsBase.RecordIndex | Aspose.Words...

    Discover the FieldMergingArgsBase RecordIndex property. Access the zero-based index of the merging record for enhanced data management and integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); DataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...new({ NodeId: node.range_start.node...AsposeWordsCloud::DocumentPosition.new({ NodeId: node.range_end.node...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  7. How to find last paragraph of last page has sec...

    I am trying to merge two word documents, the first document last page, last paragraph has section break, because of that the second document does not start in New page. I want to check in the code if the last paragraph …...second document does not start in new page. I want to check in the...second document should start in new page Professionalize.Discourse...

    forum.aspose.com/t/how-to-find-last-paragraph-o...
  8. Word内容复制节内容到另外的word,如果保留原word的修订 - Free Support...

    aspose -java25,原来的A.docx中有个节需要复制到B.docx,这个节有修订内容,怎么才能保留这些内容到B.docx中...docx Document sourceDoc = new Document("A.docx"); // 加载目标文档B...docx Document destinationDoc = new Document("B.docx"); // 获取要复制的节(假设是第一个节)...

    forum.aspose.com/t/word-word-word/320564
  9. SignatureLineOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.SignatureLineOptions to customize signature lines in your documents easily. Enhance your DocumentBuilder experience today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words/sig...
  10. Manage Text Boxes in Presentations Using PHP|As...

    Aspose.Slides for PHP makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Instantiates Presentation $pres = new Presentation (); try { # Gets...( java_instanceof ( $shape , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/php-java/manage-textbox/