Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 223,075 for

new

(0.24 sec)
  1. AxisTickMark | Aspose.Words for Java

    Specifies the possible positions for tick marks in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  2. 在Ruby Visio Diagram 中添加一个新Layer|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.... new ( data_dir + "Basic_Shapes.vsd"...getPage ( 0 ) \ # initialize a new Layer class object layer = Rjb...

    docs.aspose.com/diagram/zh/java/add-a-new-layer...
  3. Limitations and API Differences|Aspose.Slides f...

    Compare the limitations and API differences between Aspose.Slides for Node.js via Java and Aspose.Slides for Java....java" ); Instantiating a new Presentation Aspose.Slides for...for Java Presentation pres = new Presentation (); Aspose.Slides...

    docs.aspose.com/slides/nodejs-java/limitations-...
  4. ChartAxisTitle.Format | Aspose.Words for .NET

    Discover the ChartAxisTitle Format property for easy customization of axis title fill and line styles, enhancing your data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  5. PdfDigitalSignatureHashAlgorithm enumeration | ...

    Aspose.Words.Saving.PdfDigitalSignatureHashAlgorithm enumeration. Specifies a digital hash algorithm used by a digital signature....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...
  6. 在 PHP 中将 PowerPoint 演示文稿转换为视频|Aspose.Slides for...

    了解如何使用 Aspose.Slides for PHP 将 PowerPoint 演示文稿转换为视频。探索示例代码和自动化技术,以简化您的工作流程。...代码展示了如何将包含图形和两个动画效果的演示文稿转换为视频: $presentation = new Presentation (); try { # 添加一个笑脸形状并对其进行动画处理...JavaException $e ) { } } } $frames = new Java ( "java.util.ArrayList"...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  7. Open PDF Document|Aspose.PDF for Java

    Learn how to open a PDF file with Aspose.PDF for Java....pdf" ; Document pdfDocument = new Document ( fileName ); System...BufferedInputStream in = new BufferedInputStream ( new java . net . URL...

    docs.aspose.com/pdf/java/open-pdf-document/
  8. GridConfig|Documentation

    GridConfig element generates a matrix of numbered bubbles that are combined into a single answer.... new GridConfig () { SectionsCount...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/grid...
  9. 章节|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中管理幻灯片章节:轻松创建、重命名、重新排序,移动幻灯片到不同章节,并控制 PPT、PPTX 和 ODP 的可见性。...addSection () { $presentation = new Presentation (); try { $slide...getSections () -> addSection ( "New Section" , $slide ); $presentation...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  10. Boxes appear in generated PDF due to missing fo...

    I’m using Aspose.PDF for .NET to generate PDF files in an AWS Lambda environment. The issue I’m facing is that boxes (□) appear instead of text in the generated PDFs — this seems to happen because the required fonts are…..., Arial, Times New Roman, etc.) without explicitly...inputStream = new MemoryStream(source); Document doc = new Document(inputStream);...

    forum.aspose.com/t/boxes-appear-in-generated-pd...