Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 213,971 for

new

(0.23 sec)
  1. Fill.PresetTextured | Aspose.Words for .NET

    Discover the Fill PresetTextured method to effortlessly apply stunning preset textures, enhancing your designs with unique visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 在 Android 上向 PowerPoint 演示文稿添加数学公式|Aspose.Slide...

    使用适用于 Android 的 Aspose.Slides 在 PowerPoint PPT 和 PPTX 中插入和编辑数学公式,支持 OMML、格式控制,并提供清晰的 Java 代码示例。...学文本的形状: Presentation pres = new Presentation (); try { IAutoShape...)。例如,创建一个分数并将其放入演示文稿: IMathFraction fraction = new MathematicalText ( "x" ). divide...

    docs.aspose.com/slides/zh/androidjava/powerpoin...
  3. Aspose.3D 16.9.0中的公共 API 更改|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....pdf" ; // create a new scene Scene scene = new Scene (); // use...password PdfLoadOptions opt = new PdfLoadOptions () { Password...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  4. 使用 Java 拆分 PDF、HTML、TXT 文件 | Aspose.PDF

    在 Java 和 PHP 上拆分文件的 Java 源代码,Delphi。...//Read the source PDF file doc = new com . aspose . pdf . Document...PdfFileEditor object pdfEditor = new com . aspose . pdf . facades...

    products.aspose.com/pdf/zh-hant/java/splitter/
  5. How to apply/set text alignment to TextBox with...

    How to apply/set text alignment to TextBox in Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } const worksheet...

    docs.aspose.com/cells/javascript-cpp/applying-t...
  6. ReportBuilderOptions | Aspose.Words for Java

    Represents options for the LINQ Reporting Engine functionality in Java....AsposeData obj = new AsposeData(); { obj.setList(new ArrayList<>());...ReportBuilderOptions options = new ReportBuilderOptions(); options...

    reference.aspose.com/words/java/com.aspose.word...
  7. 通过 Node.js 结合 C++ 将 CSV、TSV 和 TXT 转换为 Excel|Doc...

    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.... const loadOptions4 = new AsposeCells . LoadOptions ( AsposeCells...from its path const wbCSV = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...
  8. Unclear margin behavior when stamping with a Cr...

    Using Aspose.Pdf 8.4.1, I'm seeing an odd behavior when attempting to add text stamps to a PDF page that has a CropBox defined. Using the code below, only the version using offsets to compensate for the crop box (includ…...pdf”; using (var outputStream = new MemoryStream()) { string placeHolderText...MARGIN TEST”; var pdfBuilder = new Pdf(outputStream); var pdfSection...

    forum.aspose.com/t/unclear-margin-behavior-when...
  9. PST Files: Creating and Filling with Content in...

    Empower your C# .NET projects with Aspose.Email PST file handling features. Create PST files, add folders and subfolders, emails and Outlook items....Emails and Outlook Items Adding New Emails Adding Outlook Items PST...up the basic structure for a new file named “sample.pst” with...

    blog.aspose.com/email/creating-pst-files-using-...
  10. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

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