Sort Score
Result 10 results
Languages All
Labels All
Results 9,491 - 9,500 of 224,714 for

new

(0.93 sec)
  1. PageSetup.FootnoteOptions | Aspose.Words for .NET

    Discover PageSetup FootnoteOptions to easily customize footnote numbering and positioning for enhanced document clarity and professionalism....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...numbering from 1 // at each new page and display themselves directly...

    reference.aspose.com/words/net/aspose.words/pag...
  2. Load Source Excel File Without Charts with Node...

    Learn how to load an Excel file without charts using Aspose.Cells for Node.js via C++....filter the data const options = new AsposeCells . LoadOptions ();...charts options . setLoadFilter ( new AsposeCells . LoadFilter ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/load-source-ex...
  3. Need to Run Powerpoint on our web app - Is Aspo...

    I need a web component that will allow playing ppt or pptx files on our web app, and it looks like Aspose’s product allows for that. Am I mistaken? Is this the right product for us? We have a direct link to a user upl…...pptx"; using (WebClient wc = new WebClient()) { byte[] data =...ms = new MemoryStream(data)) { Presentation pres = new Presentation(ms);...

    forum.aspose.com/t/need-to-run-powerpoint-on-ou...
  4. Aspose Java Words _ Incorrect Formatting handli...

    I have a usecase where I am getting an OCRed copy. All the header, footer and page number data has been converted into text. And it has broken the document formatting as well. Attaching a sample document for the referenc…...this approach: Document doc = new Document("path/to/your/document...docx"); StringBuilder bodyText = new StringBuilder(); for (Section...

    forum.aspose.com/t/aspose-java-words-incorrect-...
  5. FieldIndex.RunSubentriesOnSameLine | Aspose.Wor...

    Discover the FieldIndex RunSubentriesOnSameLine property to easily manage subentries inline with main entries for streamlined data organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...field entry group will create a new line for every subheading within...

    reference.aspose.com/words/net/aspose.words.fie...
  6. 使用 Aspose.Email.Outlook 管理消息文件|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....Email-for-Java MapiMessage msg = new MapiMessage ( "sender@test.com"...MailConversionOption options = new MailConversionOption (); options...

    docs.aspose.com/email/zh/java/managing-message-...
  7. FieldOptions.useInvariantCultureNumberFormat pr...

    FieldOptions.useInvariantCultureNumberFormat property. Gets or sets the value indicating that number format is parsed using invariant culture or not...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...currentThread . CurrentCulture = new CultureInfo ( "de-DE" ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 使用 C++ 进行 Excel 转 PDF 时渲染实线格线|Documentation

    了解如何在使用 Aspose.Cells for Node.js via C++ 转换 Excel 为 PDF 时渲染实线格线。...external links const workbook = new AsposeCells . Workbook ( filePath...an empty Workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/zh/nodejs-cpp/render-soli...
  9. How to shrink Aspose word table row header dyna...

    Hi Team, I need to shrink the table header row based on table details in the below rows dynamically in aspose word template using LINQ. Please check the below attached template and correct me for this fix? Eg:In below …...template: JsonDataSource ds = new JsonDataSource(@"C:\Temp\data...a.json"); Document doc = new Document(@"C:\Temp\in.docx"); ReportingEngine...

    forum.aspose.com/t/how-to-shrink-aspose-word-ta...
  10. Import Data to Worksheets in xlsx4j|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 object Workbook workbook = new Workbook (); //Obtaining the...string values String [] names = new String []{ "laurence chen" ,...

    docs.aspose.com/cells/java/import-data-to-works...