Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 222,634 for

new

(0.45 sec)
  1. Aspose.Cells throws exception when loading .PRN...

    Hi there! When I try to load a .prn file into a New Workbook using Aspose.Cells (v26.2), it throws an exception: This file’s format is not supported or you don’t specify a correct format. The code I’m using is from t…...prn file into a new Workbook using Aspose.Cells (v26...Aspose.Cells; var workbook = new Workbook("input.prn"); workbook...

    forum.aspose.com/t/aspose-cells-throws-exceptio...
  2. ReplacerContext | Aspose.Words for Java

    Find/replace operation context in Java....ReplacerContext replacerContext = new ReplacerContext(); replacerContext...ReplacerContext replacerContext = new ReplacerContext(); replacerContext...

    reference.aspose.com/words/java/com.aspose.word...
  3. Add Text to PDF Using PHP | Aspose.PDF

    Add text to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java...// Open document $document = new Document ( $inputFile ); // get...text fragment $textFragment = new TextFragment ( "Aspose.PDF" );...

    products.aspose.com/pdf/php-java/text/
  4. 在 PHP 中向 PST 添加 MapiJournal|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.... PHP 代码 $d1 = new Date (); $calendar = new Calendar (); $cl...$cl -> getTime (); $journal = new MapiJournal ( "daily record"...

    docs.aspose.com/email/zh/java/adding-mapijourna...
  5. PageLayoutCallbackArgs.Document | Aspose.Words ...

    Discover the PageLayoutCallbackArgs Document property to efficiently access and manage your document data. Enhance your workflow today!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...; DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  6. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Node.js via Java 提供了AmfSaveOptions类,允许您根据需要设置压缩的布尔值。...scene = new aspose . threed . Scene (); var box = new aspose ...getTransform (). setScale ( new aspose . threed . Vector3 ( 12...

    docs.aspose.com/3d/zh/nodejs-java/export-scene-...
  7. Row.ensureMinimum method | Aspose.Words for Nod...

    Row.ensureMinimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... let doc = new aw . Document (); let table = new aw . Tables...appendChild ( table ); let row = new aw . Tables . Row ( doc ); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DigitalSignatureDetails Class | Aspose.Words fo...

    Discover the Aspose.Words.Saving.DigitalSignatureDetails class for seamless digital document signing. Enhance security and authenticity effortlessly!...SignOptions ) Initializes a new instance of DigitalSignatureDeta...OOXML document. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.sav...
  9. CompareOptions.Granularity | Aspose.Words for .NET

    Discover the CompareOptions Granularity property, track changes by character or word for precise text editing. Enhance your document control today!...docA = new Document (); DocumentBuilder builderA = new DocumentBuilder...docB = new Document (); DocumentBuilder builderB = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.com...
  10. Creating and Saving Outlook Contacts in Ruby|Do...

    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.... new \ # Set different properties...email.MapiContactNamePrope' ) . new name_prop_set . setSurname (...

    docs.aspose.com/email/java/creating-and-saving-...