Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 222,973 for

new

(0.12 sec)
  1. 5113699.xlsx

    Sheet1 City Population New York 1.2 Mumbai 0.9 Moscow 2.3 Population New York Mumbai Moscow 1.2 0.9 2.2999999999999998 2016-08-16T11:35:05Z 15.0300 Babar Raza 2016-07-26T09:34:10Z 2016-08-16T11:35:......Population New York 1.2 Mumbai 0.9 Moscow 2.3 Population New York Mumbai...

    docs.aspose.com/cells/de/net/change-data-source...
  2. CustomDocumentProperties Class | Aspose.Words f...

    Discover Aspose.Words.Properties.CustomDocumentProperties for managing custom document properties effortlessly. Enhance your document management today!...Add ( string, bool ) Creates a new custom document property of the...string, DateTime ) Creates a new custom document property of the...

    reference.aspose.com/words/net/aspose.words.pro...
  3. 在 Apache POI 和 Aspose.Cells 中创建日期单元格|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 (); //Accessing the...Workbook wb = new HSSFWorkbook (); //Workbook wb = new XSSFWorkbook();...

    docs.aspose.com/cells/zh/java/create-date-cell-...
  4. Get the Version Number of the Application that ...

    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....2003 XLS file let workbook = new AsposeCells . Workbook ( path...Excel 2007 XLS file workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/get-the-versio...
  5. Fill.ForeColor | Aspose.Words for .NET

    Set the ForeColor property to customize your fill's foreground color with a Color object, enhancing visual appeal and design flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the right end: Shape arrow = new Shape ( doc , ShapeType . Line...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose.PDF memory issues - Free Support Forum -...

    Hi, I’m operating on big pdf file (800MB), attached. I used Aspose.PDF for .NET, version 25.11 and 26.1. The desired result is to ensure in that file some metadata tags, I prepared 2 versions of code to achieve that. …...{ using (var outputStream = new MemoryStream()) { // Some source...pdf"); using (var pdfDocument = new Aspose.Pdf.Document(tempStream))...

    forum.aspose.com/t/aspose-pdf-memory-issues/325211
  7. Working with Images in PS file | Java

    How to add image to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-images/
  8. DocumentBuilder.InsertOleObjectAsIcon | Aspose....

    Effortlessly insert OLE objects as icons in your documents with DocumentBuilder. Customize icons and captions while ensuring seamless integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...using ( FileStream imageStream = new FileStream ( ImageDir + "Logo...

    reference.aspose.com/words/net/aspose.words/doc...
  9. TxtSaveOptionsBase.ExportHeadersFootersMode | A...

    Discover how the TxtSaveOptionsBase ExportHeadersFootersMode property optimizes header and footer export in text formats. Default, PrimaryOnly.... Document doc = new Document (); // Insert even and...FirstSection . HeadersFooters . Add ( new HeaderFooter ( doc , HeaderFooterType...

    reference.aspose.com/words/net/aspose.words.sav...
  10. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....throws Exception { Document doc = new Document(getMyDir() + "Hyperlinks...FIELD_HYPERLINK) { Hyperlink hyperlink = new Hyperlink(fieldStart); // Hyperlinks...

    reference.aspose.com/words/java/com.aspose.word...