Sort Score
Result 10 results
Languages All
Labels All
Results 7,661 - 7,670 of 213,612 for

new

(0.2 sec)
  1. Manage Fonts in Presentations Using JavaScript|...

    Control fonts with Aspose.Slides for Node.js via Java: embed, substitute, and load custom fonts to keep PPT, PPTX and ODP presentations clear and consistent....represents a PPTX file var pres = new aspose . slides . Presentation...get_Item ( 0 ); // Define new fonts var fd1 = new aspose . slides . FontData...

    docs.aspose.com/slides/nodejs-java/manage-fonts/
  2. Configure Fallback Font Collections in .NET|Asp...

    Set up a fallback fonts collection in Aspose.Slides for .NET to keep text consistent and crisp in PowerPoint and OpenDocument presentations....Presentation presentation = new Presentation ()) { IFontFallBackRulesCo...userRulesList = new FontFallBackRulesCol (); userRulesList . Add ( new FontFallBackRule...

    docs.aspose.com/slides/net/create-fallback-font...
  3. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document...Description Table(doc) Initializes a new instance of the Table class....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Configure Fallback Font Collections in PHP|Aspo...

    Set up a fallback fonts collection in Aspose.Slides for PHP via Java to keep text consistent and crisp in PowerPoint and OpenDocument presentations....$pres = new Presentation (); try { $userRulesList = new FontFallBackRulesCol...(); $userRulesList -> add ( new FontFallBackRule ( 0xb80 , 0xbff...

    docs.aspose.com/slides/php-java/create-fallback...
  5. PdfSaveOptions.PreserveFormFields | Aspose.Word...

    Discover how PdfSaveOptions' PreserveFormFields property retains Microsoft Word form fields in PDFs or converts them to text. Enhance your document quality!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "Apple" , "Banana" , "Cherry"...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 创建复杂的 PDF 使用 Aspose.PDF|Aspose.PDF for Android ...

    Aspose.PDF for Android via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...pdf" ; myExternalFile = new File ( getExternalFilesDir (...初始化文档对象 Document document = new Document (); // 添加页面 Page page...

    docs.aspose.com/pdf/zh/androidjava/complex-pdf-...
  7. 使用 Java 将 XMP 元数据添加到 EPS 文件

    本文将通过 Java 版 Aspose.Page API 解决方案,结合代码片段,讲解并演示如何将 XMP 元数据添加到 EPS 文件。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xmp-metadata/add/
  8. Working with DICOM Data Elements Using Aspose.M...

    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....FloatingPointDouble element = new ( tag , [ 50.1 , 100.2 , 150...FloatingPointDouble element = new ( tag , []); // The element now...

    docs.aspose.com/medical/net/developer-guide/dat...
  9. Figure element image from memory, not disk - Fr...

    I am trying to create a tagged PDF programmatically that includes images that need alt text. I have been following the guides/references to get the taggedContent and create a figure element. My problem is that the SetI…...Create a new PDF document Document pdfDocument = new Document();...figure element Figure figure = new Figure(); // Assume 'imageStream'...

    forum.aspose.com/t/figure-element-image-from-me...
  10. PageSet Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.PageSet class for efficient document management. Easily define random page sets and enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...