Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 213,276 for

new

(0.13 sec)
  1. FolderFontSource | Aspose.Words for Java

    Represents the folder that contains TrueType font files in Java....FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...Document doc = new Document(); doc.setFontSettings(new FontSettings());...

    reference.aspose.com/words/java/com.aspose.word...
  2. CsvDataLoadOptions | Aspose.Words for Java

    Represents options for parsing CSV data in Java.... Document doc = new Document(getMyDir() + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. 在 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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...getText () -> getValue () -> add ( new Cp ( 0 )); $shape -> getText...

    docs.aspose.com/diagram/zh/java/apply-different...
  4. VbaModule.name property | Aspose.Words for Node.js

    VbaModule.name property. Gets or sets VBA project module name.... 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. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...1", new String[] { "AW Category 1", "AW Category 2" }, new double[]...

    reference.aspose.com/words/java/com.aspose.word...
  6. 数学文本|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理数学文本:创建和编辑方程式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。...Add_Math_Text () { using var pres = new Presentation (); var slide =...添加一个简单分数:x / y var fraction = new MathematicalText ( "x" ). Divide...

    docs.aspose.com/slides/zh/net/examples/elements...
  7. ShapeBase.LocalToParent | Aspose.Words for .NET

    Transform local coordinates to parent shape space with the ShapeBase LocalToParent method. Enhance precision in your 3D modeling projects today!... Document doc = new Document (); // Insert a group...group = new GroupShape ( doc ); group . Bounds = new RectangleF...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Manage Attachments in Email Message in PHP|Docu...

    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....Message To Add Attachments to a New Email Message using Aspose.Email...Create a new instance of MailMessage class $message = new MailMessage...

    docs.aspose.com/email/java/manage-attachments-i...
  9. Aspose.PSD for .NET 23.7 - Release Notes|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....resource Feature PSDNET-1534 Add new types of warp (arc & arch) Feature...Timeline ; Frame [] frames = new Frame [ framesCount ]; for (...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-7...
  10. Buat Markdown Menggunakan Javascript

    Buat Markdown baharu dalam JavaScript dalam beberapa langkah. Buat Markdown dengan mudah menggunakan pustaka Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ms/nodejs-net/make/md/