Sort Score
Result 10 results
Languages All
Labels All
Results 8,741 - 8,750 of 198,847 for

new

(0.28 sec)
  1. FrameFormat | Aspose.Words for Java

    Represents frame related formatting for a paragraph in Java.... Document doc = new Document(getMyDir() + "Paragraph...that are frames. Document doc = new Document(getMyDir() + "Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to navigate to every paragraph and insert a...

    How to navigate to every paragraph and insert a field at end of paragraph?...the document Document doc = new Document("YourDocument.docx");...docx"); DocumentBuilder builder = new DocumentBuilder(doc); // Iterate...

    forum.aspose.com/t/how-to-navigate-to-every-par...
  3. Add Bookmark to PDF using Java | Aspose.PDF

    Add bookmark to PDF programmatically with Java sample code using Aspose.PDF for Java...modified document bookmark to a new PDF file. This is the best solution...Java Document pdfDocument = new Document ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/bookmarks/
  4. Insert an Image into a Table Cell in PDF|Aspose...

    Learn how to embed images in table cells within PDFs using Aspose.PDF for Java. Add visual appeal to your documents....constructor Document pdfDocument = new Document (); //Create a page...a table object Table table = new Table (); //Add the table in...

    docs.aspose.com/pdf/java/insert-an-image-into-a...
  5. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...use of secondary axes for the new series group. newSeriesGroup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for Java recognition results as PDF, text, Word, or Excel documents, as well as XML and JSON files.... AsposeOCR api = new AsposeOCR (); // Add an image...OcrInput object OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/save-file/
  7. Pivot Table and Source Data with C++|Documentation

    Learn how to dynamically change a pivot table's source data using Aspose.Cells with C++....Data Creating a new designer template. Create a new designer template...designer template file. Populating new data and changing source data...

    docs.aspose.com/cells/cpp/pivot-table-and-sourc...
  8. Aspose::Words::Saving::DocumentSplitCriteria en...

    Aspose::Words::Saving::DocumentSplitCriteria enum. Specifies how the document is split into parts when saving to Html, Epub or Azw3 format in C++....specifying start of new section on a new page, or a paragraph...specifying start of new section in a new column. SectionBreak...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Manage SmartArt|Aspose.Slides Documentation

    SmartArt and organization type chart in PowerPoint presentations in C# or .NET...using ( Presentation pres = new Presentation ( "Presentation...Presentation presentation = new Presentation ()) { // Add SmartArt...

    docs.aspose.com/slides/net/manage-smartart/
  10. Delete a Slide|Aspose.Slides 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....presentationDocument == null ) { throw new ArgumentNullExceptio ( "presentationDocument"...slideIndex >= slidesCount ) { throw new ArgumentOutOfRangeEx ( "slideIndex"...

    docs.aspose.com/slides/net/delete-a-slide/