Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 164,092 for

new

(0.09 sec)
  1. Licensing|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....subscription for free upgrades to any new versions or fixes that come out...diagram . License license = new com . aspose . diagram . License...

    docs.aspose.com/diagram/java/licensing/
  2. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....external links const workbook = new AsposeCells . Workbook ( filePath...getArea (). setForegroundColor ( new AsposeCells . Color ( 0 , 246

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  3. Manage TextBox|Aspose.Slides for PHP Documentation

    Manage a text box or text frame in PowerPoint presentations using PHP...Instantiates Presentation $pres = new Presentation (); try { # Gets...( java_instanceof ( $shape , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/php-java/manage-textbox/
  4. Working with Visual Studio|Documentation

    This article introduces how to use GridWeb in visual studio.... Step 1: Creating New Web Site Open Visual Studio 2013...menu, select New Menu , then Web Site . The New Web Site dialog...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. ImportFormatOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.ImportFormatOptions for customizable document formatting. Enhance your output with tailored import settings for optimal results....dstDoc = new Document (); DocumentBuilder builder = new DocumentBuilder...myStyle . Font . Name = "Courier New" ; myStyle . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words/imp...
  6. Adding an Image as a Paragraph causes infinite ...

    I am converting images to PDFs. When using specific settings, like a 2cm Margin this causes the call of Aspose.PDF.Document.Save or Aspose.PDF.Document.ProcessParagraphs to process infinitely, until the program crashes w…...POINTS_PER_CENTIMETER; var document = new Document(); var page = document...Add(); page.PageInfo.Margin = new MarginInfo( margins, margins...

    forum.aspose.com/t/adding-an-image-as-a-paragra...
  7. Managing Tags and Custom Data|Aspose.Slides Doc...

    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....Presentation : Presentation pres = new Presentation ( "pres.pptx" );...via Java: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/androidjava/managing-tag...
  8. Array Dimensions exceeded supported range ERROR...

    Array Dimensions exceeded supported range ERROR in version 22.1.0 replaced by System Stack Overflow in version 25.3.0.0 Hi. I was trying to open a specific file using Aspose.Task version 22.1.0 and......Based on this, I purchased a new license and downloaded version...Based on this, I purchased a new license and downloaded version...

    forum.aspose.com/t/array-dimensions-exceeded-su...
  9. 将PowerPoint转换为Word|Aspose.Slides 文档

    在Java中将PowerPoint演示文稿转换为Word...pres = new Presentation ( "sample.pptx" ); Document doc = new Document...(); DocumentBuilder builder = new DocumentBuilder ( doc ); for...

    docs.aspose.com/slides/zh/androidjava/convert-p...
  10. NUMPAGES in TextBox in Table is not updated - F...

    Hi, I created document with section from other file. This section contains IF field with Textbox in Table in result. Probably this is similar situation to https://forum.aspose.com/t/numpages-in-textbox-is-not-updated/2…...document = new Document(); var documentBuilder = new DocumentBuilder(document);....PageBreak); var template = new Document(@"Header.docx"); var...

    forum.aspose.com/t/numpages-in-textbox-in-table...