Sort Score
Result 10 results
Languages All
Labels All
Results 9,351 - 9,360 of 222,973 for

new

(0.21 sec)
  1. Licensing|Documentation

    Learn how to obtain and apply Aspose.OMR for .NET license and discover limitations of the trial version.... License omrLicense = new Aspose . OMR . License (); //... OMR . License omrLicense = new Aspose . OMR . License (); //...

    docs.aspose.com/omr/net/licensing/
  2. Create PDF Document|Aspose.PDF for Java

    Learn how to create PDF file in Aspose.PDF for Java....document object Document document = new Document (); //Add page Page...text to new page page . getParagraphs (). add ( new TextFragment...

    docs.aspose.com/pdf/java/create-document/
  3. Extract SEO-Oriented Fields from JSON | Aspose....

    A guide on extracting specific fields such as 'h1' and 'description' from various data sources including JSON headers and file paths....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/microsoft-project-mp...
  4. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Set DefaultFont property of PdfSaveOptions and ...

    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....ImageOrPrintOptions to “Times New Roman”. We also set CheckWorkbookDefault...cell is rendered with “Times New Roman” font and should not use...

    docs.aspose.com/cells/java/set-defaultfont-prop...
  6. TextEffect enumeration | Aspose.Words for Node.js

    Aspose.Words.TextEffect enumeration. Animation effect for text runs....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Waterfall Chart Is Displayed Incorrectly after ...

    Hi Aspose Slides Team, import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import com.aspose.slides.Presentation; import com.aspose.slides.SaveFormat; public class TestColumnChart { public st…...Presentation presentation = new Presentation(path + "OriginalFile...ByteArrayOutputStrea baos = new ByteArrayOutputStrea(); presentation...

    forum.aspose.com/t/waterfall-chart-is-displayed...
  8. Unable to view the charts/graphs in the aspose ...

    Hello Aspose, I am unable to view the charts/graphs in the attached sample .xls file. currently it is showing as blank, please look into this and do the needful. image.png (20.0 KB) ENE.PC.00000058.zip (178.7 KB) T…... LoadOptions opts = new LoadOptions(LoadFormat.XLS);...setLoadDataOnly(false); Workbook wb = new Workbook("ENE.PC.00000058.xls"...

    forum.aspose.com/t/unable-to-view-the-charts-gr...
  9. ForeignKeyConstraint | Aspose.Words for Java

    Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated in Java....childColumns) Initializes a new instance of the ForeignKeyConstraint...DataColumn childColumn) Initializes a new instance of the ForeignKeyConstraint...

    reference.aspose.com/words/java/com.aspose.word...
  10. Create Polygon In Mesh|Documentation

    Aspose.3D for .NET allows creating a polygon in a mesh. In order to use the functionality, the API offers CreatePolygon method of Mesh class....Mesh mesh = new Mesh (); mesh . CreatePolygon ( new int [] { 0...CreatePolygon ( 0 , 1 , 2 ); //The new overloads doesn't need extra...

    docs.aspose.com/3d/net/create-polygon-in-mesh/