Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 213,599 for

new

(0.25 sec)
  1. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a New series group of the specified series type to this collection....method add(seriesType) Adds a new series group of the specified...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/load-a-onenote-document/
  3. 搜索

    搜索...return RedirectToRoute("default", new { controller = "GridJs2", action...IActionResult Error() { return View(new ErrorViewModel { RequestId =...

    blog.aspose.com/zh-hant/cells/create-read-edit-...
  4. IStructuredDocumentTag.PlaceholderName | Aspose...

    Discover the IStructuredDocumentTag PlaceholderName property to easily manage BuildingBlock names and enhance your document's placeholder text.... Document doc = new Document (); // Insert a plain... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Manage Zooms in Presentations with Python|Aspos...

    Create and customize Zoom with Aspose.Slides for Python via .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...Presentation () as pres : #Add new slides to the presentation slide2...

    docs.aspose.com/slides/python-net/manage-zoom/
  6. 如何将Group Shape添加到Word文档中|Aspose.Words为Java

    使用Java对形状进行分组和取消分组。... Document doc = new Aspose . Words . Document ();...EnsureMinimum (); GroupShape gs = new GroupShape ( doc ); Aspose ....

    docs.aspose.com/words/zh/java/how-to-add-group-...
  7. IStructuredDocumentTag.placeholderName property...

    IStructuredDocumentTag.placeholderName property. Gets or sets Name of the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text.... let doc = new aw . Document (); // Insert a...enter text." prompt. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartDataTable Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartDataTable class to easily customize chart data tables and enhance your data visualization with powerful features....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...throws Exception { Document doc = new Document(getMyDir() + "Hidden...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to create a dwg file and save as stream and...

    Hello, I am working on dwg creation using .net Aspose.CAD, version 24.4. I am facing an issue while saving dwg file as stream and then convert to byte[]. I found the method public void Save(Stream stream, ImageOptio…...current code DwgImage dwgImage = new DwgImage(); //LINE, CIRCLE, ARC...CadLine line = new CadLine(new Cad3DPoint(0, 0, 0), new Cad3DPoint(100...

    forum.aspose.com/t/how-to-create-a-dwg-file-and...