Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 213,169 for

new

(0.12 sec)
  1. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Java. Fast how-to guide....Presentation class Presentation pres = new Presentation ( "pres.pptx" );...FileInputStream fileStream = new FileInputStream ( "Wildlife.mp4"...

    docs.aspose.com/slides/java/video-frame/
  2. 使用Node.js通过C++在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自定义饼图中的切片和扇区颜色。我们的指南将展示如何为每个切片、扇区或扇团分配独特的颜色,以改善视觉效果和数据表现。...external links const workbook = new AsposeCells . Workbook ( filePath...getArea (). setForegroundColor ( new AsposeCells . Color ( 0 , 246

    docs.aspose.com/cells/zh/nodejs-cpp/custom-slic...
  3. Font Licensing question - Free Support Forum - ...

    Hi am evaluating Aspose slides for Java for converting PPTx to PDF and this PPTx was built with licensed fonts like Arial/TImes New Roman/Verdena. And this conversion happens on Linux. I added code as addEmbeddedFont wit…...licensed fonts like Arial/TImes New Roman/Verdena. And this conversion...licensed fonts like Arial, Times New Roman, or Verdana, it is essential...

    forum.aspose.com/t/font-licensing-question/314379
  4. Aspose.Cells 8.3.2中的公共API更改|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....workbook object Workbook workbook = new Workbook (); //Insert picture...line object SignatureLine s = new SignatureLine (); s . Signer...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. Manage Text Boxes in Presentations Using Java|A...

    Aspose.Slides for Java makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Presentation Presentation pres = new Presentation (); try { // Gets...Presentation presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/java/manage-textbox/
  6. Converting a File to PDF via Workflow Activity|...

    PDF SharePoint API can be used in a SharePoint workflow that converts a document to PDF....a workflow that converts any new item in a document library to...library to create and attach a new list workflow to the document...

    docs.aspose.com/pdf/sharepoint/converting-a-fil...
  7. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX to Word in C#. Use .NET library API to convert PowerPoint to Word...presentation = new Presentation(); var doc = new Document(); var...var builder = new DocumentBuilder(doc); foreach ( var slide in...

    products.aspose.com/slides/net/conversion/pptx-...
  8. ChartDataLabelPosition Enum | Aspose.Words for ...

    Discover the Aspose.Words.ChartDataLabelPosition enum to easily customize your chart data labels for enhanced clarity and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "Series 1" , new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word document... let doc = new aw . Document (); let para =...firstParagraph ; para . appendChild ( new aw . Run ( doc , "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Rectangle for hyperlink - Free Support Forum - ...

    Hi We need to add hyperlink annotation at right bottom with 10 as margin from both side. The rectangle gives only position from left and top. It will be very kind if someone help us to get this code, how to set positio…...document Document document = new Document("input.pdf"); Page page...LinkAnnotation link = new LinkAnnotation(page, new Aspose.Pdf.Rectangle(llx...

    forum.aspose.com/t/rectangle-for-hyperlink/312974