Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 33,805 for

new

(0.08 sec)
  1. Convert PowerPoint to Animated GIF|Aspose.Slide...

    Convert PowerPoint to animated GIF: PPT to GIF, PPTX to GIF, with Aspose.Slides API....using standard settings: $pres = new Presentation ( "pres.pptx" );...using custom settings : $pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/php-java/convert-powerpo...
  2. PageLayoutCallbackArgs | Aspose.Words for Java

    An argument passed into IPageLayoutCallback.notifycom.aspose.words.PageLayoutCallbackArgs in Java....throws Exception { Document doc = new Document(); doc.getBuiltInDocumentPr()...Document"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  3. Public API and Backwards Incompatible Changes i...

    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....setShowBubbleSize(boolean value) New methods getFirstSlideNumber()...added to the Presentation class New methods getFirstSlideNumber()...

    docs.aspose.com/slides/java/public-api-and-back...
  4. StructuredDocumentTag.wordOpenXMLMinimal proper...

    StructuredDocumentTag.wordOpenXMLMinimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FlatOpc](../../../aspose.words/saveformat/#FlatOpc) format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Quote ); let sdtPlainText = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. StructuredDocumentTag.style property | Aspose.W...

    StructuredDocumentTag.style property. Gets or sets the Style of the structured document tag....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Quote ); let sdtPlainText = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Section | Aspose.Words for Java

    Represents a single section in a document in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocumentProperty.toDateTime method | Aspose.Wor...

    DocumentProperty.toDateTime method. Returns the property value as DateTime in UTC.... let doc = new aw . Document (); let date = new Date ( 2024...document properties. let doc = new aw . Document (); let properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StructuredDocumentTagRangeStart.RemoveAllChildr...

    Efficiently use the RemoveAllChildren method to clear nodes between StructuredDocumentTagRangeStart and end, enhancing document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa rangeStart = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  9. LINQ Reporting Engine – Multiple Series in a Sc...

    Hello, I’m using Aspose.Words with the LINQ Reporting Engine and I’m trying to create a scatter chart with two series (temperature and conductivity), both using a common date as the X-axis. Here’s what I’ve implemented…...Select(g => new { Date = g.Key, Conductivity...[dailyTemp = GroupedTemp.Select(g => new { Date = g.Key, Temperature =...

    forum.aspose.com/t/linq-reporting-engine-multip...
  10. 管理自动适应设置|Aspose.Slides 文档

    在 C# 或 .NET 中设置 PowerPoint 中文本框的自动适应设置...using ( Presentation pres = new Presentation ()) { ISlide slide...350 , 100 ); Portion portion = new Portion ( "lorem ipsum..." );...

    docs.aspose.com/slides/zh/net/manage-autofit-se...