Sort Score
Result 10 results
Languages All
Labels All
Results 9,471 - 9,480 of 222,975 for

new

(0.15 sec)
  1. Change Data Source of the Chart to Destination ...

    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....range that contains charts to a new worksheet, the data source of...copying rows or a range to a new worksheet, the data source will...

    docs.aspose.com/cells/java/change-data-source-o...
  2. [Regression] Setting HtmlSaveOptions.ExportList...

    Hi, We have been using HtmlSaveOptions.ExportListLabels = ByHtmlTags to save the list labels to ul/li nodes in order to display the list properly and consistently in HTML. This worked very well in the past but after up…...document = new Document(@".\test.docx"); var saveOptions = new HtmlSaveOptions...produced by both the old and new version of Aspose.Words, and...

    forum.aspose.com/t/regression-setting-htmlsaveo...
  3. Get Warning Information while Saving Visio File...

    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....VSDX file Diagram diagram = new Diagram ( dataDir + "sampleFontSubstituti...Saving . SVGSaveOptions so = new Aspose . Diagram . Saving . SVGSaveOptions...

    docs.aspose.com/diagram/java/get-warning-inform...
  4. ImportFormatOptions.smartStyleBehavior property...

    ImportFormatOptions.smartStyleBehavior property. Gets or sets a boolean value that specifies how styles will be imported when they have equal names in source and destination documents...let dstDoc = new aw . Document (); let builder = new aw . DocumentBuilder...myStyle . font . name = "Courier New" ; myStyle . font . color = "#0000FF"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Get Connection Points from Shape with Node.js v...

    Learn how to retrieve connection points from shapes in Excel using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/get-connection...
  6. How to remove Link Annotation using Java | Aspo...

    Remove Link annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( _dataDir + "SimpleResume_mod...

    products.aspose.com/pdf/java/annotation/link/re...
  7. Extract Images from Word Document in NPOI|Aspos...

    Extarct images from Word document easily and fast instead of using NPOI in C#.... C# Document wordDocument = new Document ( "Extract Images from...XWPFDocument doc = new XWPFDocument ( new FileStream ( "data/Extract...

    docs.aspose.com/words/net/extract-images-from-w...
  8. PageSetup.LayoutMode | Aspose.Words for .NET

    Discover the PageSetup LayoutMode property to easily customize your document's layout. Enhance your design with flexible section options!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  9. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your document's background shape for enhanced visual appeal. Maximize your design potential!... Document doc = new Document (); Assert . That (...rectangle. Shape shapeRectangle = new Shape ( doc , ShapeType . Rectangle...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Print PDF using Java | Aspose.PDF

    Print PDF documents programmatically with Java sample code using Aspose.PDF for Java...PdfViewer object PdfViewer viewer = new PdfViewer (); //Open input PDF...PdfPrinterSettings printerSettings = new PdfPrinterSettings (); PrintPageSettings...

    products.aspose.com/pdf/java/print/