Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 222,679 for

new

(0.1 sec)
  1. 向日历项添加附件|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....attendees = new MailAddressCollectio (); attendees . addItem ( new MailAddress...expected = new WeeklyRecurrencePatt ( 3 ); Appointment app = new Appointment...

    docs.aspose.com/email/zh/java/adding-attachment...
  2. VBA Macro|Aspose.Slides Documentation

    Automate presentations with Aspose.Slides for .NET: create, run, import, and secure VBA macros in PPT, PPTX, and ODP using clear C# examples....presentation = new Presentation (); presentation . VbaProject = new VbaProject...presentation = new Presentation (); presentation . VbaProject = new VbaProject...

    docs.aspose.com/slides/net/examples/elements/vb...
  3. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object's rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize scene object var scene = new aspose . threed . Scene (); //...Initialize cylinder var cylinder = new aspose . threed . Cylinder (...

    docs.aspose.com/3d/nodejs-java/adding-transform...
  4. PDF 粘性注释|Aspose.PDF for PHP via Java

    本主题关于粘性注释,作为示例我们展示了文本中的水印注释。它用于表示页面上的图形。查看代码片段以解决此任务。...$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // 获取特定页面 $page = $document...

    docs.aspose.com/pdf/zh/php-java/sticky-annotati...
  5. Math Text|Aspose.Slides Documentation

    Explore Aspose.Slides for Java MathematicalText examples: create and format equations, fractions, matrices, and symbols with Java in PPT, PPTX, and ODP presentations....Presentation presentation = new Presentation (); try { ISlide.../ y. IMathElement fraction = new MathematicalText ( "x" ). divide...

    docs.aspose.com/slides/java/examples/elements/m...
  6. How to Migrate to Aspose.Imaging 1.7.0 or Highe...

    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.... It includes new and obsoleted features along...snippet describes the usage of new packages in place of the obsoleted...

    docs.aspose.com/imaging/java/how-to-migrate-to-...
  7. Document.UpdateThumbnail | Aspose.Words for .NET

    Effortlessly update your document's thumbnail with our customizable options. Enhance your visuals and improve document presentation today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ThumbnailGeneratingO options = new ThumbnailGeneratingO (); options...

    reference.aspose.com/words/net/aspose.words/doc...
  8. VbaModuleType | Aspose.Words for Java

    Specifies the type of a model in a VBA project in Java....Document doc = new Document(); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject(); project.setName("Aspose...

    reference.aspose.com/words/java/com.aspose.word...
  9. ChartLegendEntryCollection | Aspose.Words for Java

    Represents a collection of chart legend entries in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); String[] categories = new String[] { "AW Category 1", "AW...

    reference.aspose.com/words/java/com.aspose.word...
  10. FixedPageSaveOptions.pageSet property | Aspose....

    FixedPageSaveOptions.pageSet property. Gets or sets the pages to render...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...