Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 213,069 for

new

(0.13 sec)
  1. AxisTickLabels.Spacing | Aspose.Words for .NET

    Control AxisTickLabels spacing effortlessly! Set intervals for tick labels to enhance your data visualization and improve chart clarity....supported by MS Office 2016 new charts. Valid range of a value...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ParagraphFormat.Bidi | Aspose.Words for .NET

    Discover the ParagraphFormat Bidi property to easily control right-to-left text formatting for enhanced readability and improved document layout....TxtLoadOptions loadOptions = new TxtLoadOptions (); // Set the...right-to-left. Document doc = new Document ( MyDir + "Hebrew text...

    reference.aspose.com/words/net/aspose.words/par...
  3. Merge SVG to PNG in PHP | products.aspose.com

    Merge SVG to PNG in PHP. Use PHP library API to combine SVG and PNG files...php" ); $pres = new Presentation (); try { $slide...get_Item ( 0 ); $svgImage1 = new SvgImage ( 'image1.svg' ); $image1...

    products.aspose.com/slides/php-java/merger/svg-...
  4. 用特定系统文化信息加载工作簿via JavaScript和C++|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....original code const culture = new Intl . NumberFormat ( "en-GB"... arrayBuffer (); uint8Arr = new Uint8Array ( arrayBuffer ); }...

    docs.aspose.com/cells/zh/javascript-cpp/load-th...
  5. DocumentBuilder.cellFormat property | Aspose.Wo...

    DocumentBuilder.cellFormat property. Returns an object that represents current table cell formatting properties....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...
  6. FieldMergingArgsBase.DocumentFieldName | Aspose...

    Discover the DocumentFieldName property of FieldMergingArgsBase. Easily access and manage merge field names for efficient document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); doc...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Hyphenation.WarningCallback | Aspose.Words for ...

    Discover the Hyphenation WarningCallback property, ensuring optimal formatting by detecting issues in hyphenation patterns during loading. Maximize text fidelity!...WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio (); Hyphenation...stream. Stream dictionaryStream = new FileStream ( MyDir + "hyph_en_US...

    reference.aspose.com/words/net/aspose.words/hyp...
  8. FieldTC | Aspose.Words for Java

    Implements the TC field 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...
  9. TEXT to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for TEXT to PDF conversion. Use example code for batch TEXT to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input Text file...// Create a new Document object. $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/tex...
  10. Using WorkbookMetadata with JavaScript via C++|...

    Learn how to edit workbook metadata using Aspose.Cells for JavaScript via C++....arrayBuffer (); const uint8 = new Uint8Array ( arrayBuffer ); //...document properties const options = new MetadataOptions ( MetadataType...

    docs.aspose.com/cells/javascript-cpp/using-work...