Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 213,057 for

new

(0.25 sec)
  1. MergeFieldImageDimension | Aspose.Words for Java

    Represents an image dimension i.e in Java....throws Exception { Document doc = new Document(); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder(doc); FieldMergeField...

    reference.aspose.com/words/java/com.aspose.word...
  2. ChartXValueCollection | Aspose.Words for Java

    Represents a collection of X values for a chart series in Java.... To add or insert new values to a chart series, or...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder();...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldFootnoteRef | Aspose.Words for Java

    Implements the FOOTNOTEREF field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

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

    Provides a default implementation for printing of a Document within the Java printing framework in Java.... Document doc = new Document(getMyDir() + "Rendering...AsposeWordsPrintDocu printDoc = new AsposeWordsPrintDocu(doc); //...

    reference.aspose.com/words/java/com.aspose.word...
  5. Export Excel data to fill PDF form|Aspose.PDF f...

    This section explains how you can export Excel worksheet data to fill PDF form using AutoFiller Class....Once the method is called a new Pdf form file is generated, which...GetDataDir_AsposePdf_Excel (); var workbook = new Workbook (); // Creating a file...

    docs.aspose.com/pdf/net/export-excel-worksheet-...
  6. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....Slides has introduced a new class for reading data from Excel...This feature opens up powerful new possibilities for API users who...

    docs.aspose.com/slides/java/excel-integration/
  7. About page breaker to table in Aspose word team...

    Hi Team, Could you please help me on how to add page breaker to table rows using groupby Linq in Aspose template word report with sample code. Could you please share tutorials and code example related to Aspose word pa…...start each group of rows on a new page you must insert a break...<<TableEnd:Employees>> Document doc = new Document("TemplateWithTable.docx");...

    forum.aspose.com/t/about-page-breaker-to-table-...
  8. FieldKeywords | Aspose.Words for Java

    Implements the KEYWORDS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...corresponding built-in property with the new value. field.setText("OverridingKeyword");...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...property, // and then display the new value. field.setText("My overriding...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

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