Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 198,840 for

new

(0.18 sec)
  1. OleObject|Aspose.Slides 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....Add_Ole_Object () { using var pres = new Presentation (); var slide =...Slides [ 0 ]; var pdfData = new OleEmbeddedDataInfo ( File ....

    docs.aspose.com/slides/net/examples/elements/le...
  2. Font Substitution Issue When Converting PDF to ...

    Hello Aspose Team, I am using the latest version(25.4) of Aspose.PDF for Java to convert regular PDFs to PDF/A-3 format. In the input PDFs, the font used is Helvetica, including some text with bold styling. Since I’m w…...add(new Document.FontSubstitutionHand()...(licenseStream == null) { throw new IAException("PDF-1005", EMPTY_PLACEHOLDERS...

    forum.aspose.com/t/font-substitution-issue-when...
  3. 自定义PowerPoint字体|Aspose.Slides for PHP 文档

    PowerPoint自定义字体...进行一些工作并执行演示文稿/幻灯片渲染 $pres = new Presentation ( "DefaultFonts...setDocumentLevelFont 属性: $Array = new JavaClass ( "java.lang.reflect...

    docs.aspose.com/slides/zh/php-java/custom-font/
  4. VbaModuleCollection.add method | Aspose.Words f...

    VbaModuleCollection.add method. Adds a module to the collection.... let doc = new aw . Document (); // Create a new VBA project...project. let project = new aw . Vba . VbaProject (); project . name...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...{ var doc = new Document(); var glossaryDoc = new GlossaryDocument();...glossaryDoc; BuildingBlock block = new BuildingBlock(glossaryDoc) {...

    forum.aspose.com/t/cannot-append-text-to-tables...
  6. SectionStart enumeration | Aspose.Words for Nod...

    Aspose.Words.SectionStart enumeration. The type of break at the beginning of the section....Name Description Continuous The new section starts on the same page...from a new column. NewPage The section starts from a new page....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FindReplaceOptions.ReplacingCallback | Aspose.W...

    Discover the FindReplaceOptions ReplacingCallback property, a customizable method that enhances your replace functionality with precision and control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Save Message as Draft 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....Create a new instance of MailMessage class $message = new MailMessage...message $message -> setSubject ( "New message created by Aspose.Email...

    docs.aspose.com/email/java/save-message-as-draf...
  10. PlainTextDocument | Aspose.Words for Java

    Allows to extract plain-text representation of the documents content in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PlainTextDocument plaintext = new PlainTextDocument(getArtifactsDir()...

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