Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 163,023 for

new

(0.04 sec)
  1. Working with comments in docx4j and Aspose.Word...

    Work with comments within a document easily and fast instead of using docx4j....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...comment = new Comment ( doc , "Aspose" , "As" , new Date ());...

    docs.aspose.com/words/java/working-with-comment...
  2. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage.... Document doc = new Document ( MyDir + "Document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  3. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);... ImageSaveOptions options = new ImageSaveOptions(SaveFormat.JPEG);...

    reference.aspose.com/words/java/com.aspose.word...
  4. IMailMergeDataSourceRoot | Aspose.Words for Java

    Implement this interface to allow mail merge from a custom data source with master-detail data in Java....Document doc = createSourceDocument(new String[]{"Washington", "Seattle"});...employeesWashingtonB = new EmployeeList(); employeesWashingtonB.add(new Employee("John...

    reference.aspose.com/words/java/com.aspose.word...
  5. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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...the IWorksheet object and a new Pivot Table can be added to the...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  6. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...demonstrates how to create a new 3D scene with a linear extrusion...//ExStep:0- //Create a new 3D scene var scene = new Scene(); //ExStep:0-0...

    products.aspose.com/3d/tutorial/create-mesh-fro...
  7. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Discover the FindReplaceOptions property of ReplacerContext to enhance your search and replace functionality with customizable options for better results....docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...ReplacerContext replacerContext = new ReplacerContext (); replacerContext...

    reference.aspose.com/words/net/aspose.words.low...
  8. ChartAxis.Scaling | Aspose.Words for .NET

    Discover ChartAxis Scaling properties for optimal axis adjustments. Unlock precise control over your data visualization with easy-to-use scaling options....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series" , new [] { new DateTime ( 2017 , 11 , 06 ), new DateTime...

    reference.aspose.com/words/net/aspose.words.dra...
  9. AxisTickMark Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisTickMark enum for customizable tick mark positions, enhancing your chart's clarity and visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series" , new [] { new DateTime ( 2017 , 11 , 06 ), new DateTime...

    reference.aspose.com/words/net/aspose.words.dra...
  10. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...