Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 222,946 for

new

(0.1 sec)
  1. 使用JavaScript通过C++在工作簿之间复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作簿内外复制和移动工作表。高效管理你的工作簿结构。...stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/copy-an...
  2. Control Barcode Image Quality in PHP|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....Instantiate barcode object $bb = new BarCodeBuilder (); \ # Set the...Anti Alias $imageQualityMode = new ImageQualityMode (); $bb -> setImageQuality...

    docs.aspose.com/barcode/java/control-barcode-im...
  3. Extract Links from the PDF File|Aspose.PDF for ...

    Extract links from PDF with Java. This topic explain you how to extract links using AnnotationSelector class....PDF file Document document = new Document ( _dataDir + "UpdateLinks...AnnotationSelector selector = new AnnotationSelector ( new LinkAnnotation (...

    docs.aspose.com/pdf/java/extract-links/
  4. FontInfoCollection.Contains | Aspose.Words for ...

    Discover if FontInfoCollection includes a specific font by name. Easily manage and access your font collection with this essential method.... Document doc = new Document (); // A blank document...FontInfos . Contains ( "Times New Roman" ), Is . True ); Assert...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Different UnitType is not used in CadRasterizat...

    I’m struggeling with the fact that I want to set the PageWidth and PageHeight properties in a New instance of the CadRasterizationOptions class that I’ll pass into the PdfOptions. I set the UnitType to UnitType.Millimet…...and PageHeight properties in a new instance of the CadRasterizationOpti...rasterizationOptions = new CadRasterizationOpti() { Layouts = new string[]...

    forum.aspose.com/t/different-unittype-is-not-us...
  6. AI-powered Features|Documentation

    This article is a step-by-step guide to using AI-powered features for processing spreadsheet files....AI-powered Features Contents [ Hide ] New User Guide: Working with Cells...model. You can either create a new model or use one of the predefined...

    docs.aspose.com/cells/net/ai-powered-features/
  7. Change array items in XMP metadata of EPS| .NET

    The process of changing array items in XMP metadata of EPS file with Aspose.Page API solution for .NET is explained and illustrated with the code snippets....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/change-ar...
  8. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby.... new () #### provides members to easily...DocumentBuilder' ) . new ( document ) ##### a new paragraph in the...

    docs.aspose.com/words/java/hello-world-in-ruby/
  9. Filter Appointments from Exchange Server|Docume...

    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....domain ); SimpleDateFormat sdf = new SimpleDateFormat ( "dd/MM/yyyy...ExchangeQueryBuilder builder = new ExchangeQueryBuilder (); builder...

    docs.aspose.com/email/java/filter-appointments-...
  10. LayoutOptions.CommentDisplayMode | Aspose.Words...

    Discover the LayoutOptions CommentDisplayMode property to customize comment rendering. Easily set it to enhance user experience with options like ShowInBalloons....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words.lay...