Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 213,057 for

new

(0.31 sec)
  1. SdtListItemCollection.selectedValue property | ...

    SdtListItemCollection.selectedValue property. Specifies currently selected value in this list... let doc = new aw . Document (); let tag = new aw . Markup ...listItems ; listItems . add ( new aw . Markup . SdtListItem ( "Value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...in a document. Document doc = new Document(getMyDir() + "Borders...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用JavaScript通过C++进行对比和迁移|Documentation

    探索差异并考虑使用Aspose.Cells与JavaScript通过C++的迁移策略。...在JavaScript via C++中,通常用 new 关键字创建实例,但集成了JavaScript语法: <!DOCTYPE...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/compari...
  4. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ObjectFactory objectFactory = new ObjectFactory (); // The path...

    docs.aspose.com/words/java/insert-footer/
  5. CalendarType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.CalendarType enum to easily specify and customize your calendar types for enhanced document management and automation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words/cal...
  6. IFieldResultFormatter.FormatDateTime | Aspose.W...

    Discover the iFieldResultFormatter FormatDateTime method for Aspose.Words. Effortlessly format dates with ease using the dd.MM.yyyy switch!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words.fie...
  7. LINQ Reporting Engine – How to Join Two Arrays ...

    Hi Aspose Team, I’m using Aspose.Words with the LINQ Reporting Engine, and I have a JSON data source with two separate arrays: one contains person names and IDs, and the other contains addresses and person IDs. I want t…...<</foreach>> JsonDataSource ds = new JsonDataSource(@"C:\Temp\data...a.json"); Document doc = new Document(@"C:\Temp\in.docx"); ReportingEngine...

    forum.aspose.com/t/linq-reporting-engine-how-to...
  8. Installing and Using Aspose Project Wizard for ...

    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....Application in New Project wizard and Aspose Example in New File wizard...application when creating a new project. Select New Project . Select Aspose...

    docs.aspose.com/total/java/installing-and-using...
  9. Convert JPG To TXT C#

    Convert JPG to TXT format in C# code. Save JPG as TXT using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert JPG To HTML C#

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

    products.aspose.com/words/net/conversion/jpg-to...