Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 164,103 for

new

(0.15 sec)
  1. Convert Image To PNG Java

    Convert Image to PNG format in Java code. Save Image as PNG using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.png" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/image...
  2. Create and Embed an Excel Chart as an OLE Objec...

    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.... Create a new workbook with one sheet in it...excelApplication = new xlNS . Application () ; //new Microsoft.Office...

    docs.aspose.com/slides/net/create-and-embed-an-...
  3. Working with Pages in PostScript | .NET

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/ps/working-with-pages/
  4. Convert Image To DOC Javascript

    Convert Image to DOC format in JavaScript code. Save Image as DOC using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  5. Convert Image To DOCX Javascript

    Convert Image to DOCX format in JavaScript code. Save Image as DOCX using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  6. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xmlMapping](../xmlMapping/) element or the [IStructuredDocumentTag.isShowingPlaceholderText](../isShowingPlaceholderText/) element is true.... let doc = new aw . Document (); // Insert a...enter text." prompt. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CustomDocumentProperties class | Aspose.Words f...

    aspose.words.properties.CustomDocumentProperties class. A collection of custom document properties...Description add(name, value) Creates a new custom document property of the... add(name, value) Creates a new custom document property of the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxis.MinorUnitScale | Aspose.Words for .NET

    Discover the ChartAxis MinorUnitScale property to easily customize minor tick marks on your time category axis for enhanced data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Minimum = new AxisBound (- 10 ); axis . Scaling . Maximum = new AxisBound...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartAxis.MinorUnitIsAuto | Aspose.Words for .NET

    Discover how the ChartAxis MinorUnitIsAuto property optimizes your chart's tick marks for clearer data visualization. Enhance your graphs effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Minimum = new AxisBound (- 10 ); axis . Scaling . Maximum = new AxisBound...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 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 box mesh. //...//Create a new 3D scene var scene = new Scene(); var mesh = (new Box())...

    products.aspose.com/3d/tutorial/split-mesh-usin...