Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 163,974 for

new

(0.05 sec)
  1. sample.xlsx

    Sheet1 City Region Store Chicago Central 3055 New York East 3036 Detroit Central 3074 Sheet2 City2 Region2 Store3 Seattle West 3000 philadelph East 3082 Detroit Central 3074 Sheet3 City3 Region3 St......Region Store Chicago Central 3055 New York East 3036 Detroit Central...West 3166 New York East 3090 Chicago Central 3055 New York East...

    docs.aspose.com/cells/es/nodejs-cpp/convert-exc...
  2. Font.Size | Aspose.Words for .NET

    Adjust font size effortlessly with the Font Size property. Customize your text in points for enhanced readability and design appeal....Document doc = new Document (); Run run = new Run ( doc , "Hello...Font ; font . Name = "Courier New" ; font . Size = 36 ; font ....

    reference.aspose.com/words/net/aspose.words/fon...
  3. Manage Blob|Aspose.Slides Documentation

    Add blob to PowerPoint presentation in C# or .NET. Export blob. Add Image as blob...avi" ; // Creates a new presentation to which the video...using ( Presentation pres = new Presentation ()) { using ( FileStream...

    docs.aspose.com/slides/net/manage-blob/
  4. 向现有 PDF 文件添加注释|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 向现有 PDF 文件添加注释。...AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...); PdfContentEditor editor = new PdfContentEditor ( document );...

    docs.aspose.com/pdf/zh/java/adding-annotations-...
  5. VbaModuleCollection | Aspose.Words for Java

    Represents a collection of VbaModule objects in Java.... Document doc = new Document(getMyDir() + "VBA project...getSourceCode())); } // Set new source code for VBA module. You...

    reference.aspose.com/words/java/com.aspose.word...
  6. Generate and Read HIBC LIC Barcodes in JavaScri...

    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....Codetext var complexCodetext = new BarCodeInstance . HIBCLICPrimaryDataCo...data complexCodetext . Data = new BarCodeInstance . PrimaryData...

    docs.aspose.com/barcode/javascript-cpp/hibc-lic...
  7. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...problem Document pDOCUMENT = new Document("C:\\my_document.docx");...docx"); DocumentBuilder b = new DocumentBuilder(pDOCUMENT); String[]...

    forum.aspose.com/t/chart-legend-strange-behavio...
  8. Public API Changes in Aspose.3D 16.11.0|Documen...

    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.... It includes not only new and updated public methods, but...Scene class object Scene scene = new Scene (); // create a node Node...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  9. Fill | Aspose.Words for Java

    Represents fill formatting for an object in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder.InsertParagraph | Aspose.Words ...

    Enhance your documents effortlessly with the DocumentBuilder InsertParagraph method, allowing seamless paragraph breaks for improved readability....placed at the beginning of the new paragraph. An exception is thrown...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...