Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 213,010 for

new

(0.08 sec)
  1. Continuous Section Break Not Functioning Proper...

    Hi Team, I am working on merging multiple Word documents. I have set the section start to Aspose.Words.SectionStart.Continuous, but the sections are still not appearing as continuous. Could you please help me resolve …...List<string> documentPathList = new List<string>(); //here is the...Document doc = new Aspose.Words.Document(new MemoryStream(bytes));...

    forum.aspose.com/t/continuous-section-break-not...
  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. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Mail merge...getMailMerge().setFieldMergingCallb(new HandleMergeImageFiel()); // Loads...

    reference.aspose.com/words/java/com.aspose.word...
  4. 档案

    档案... /*create a new workbook*/ intrusive_ptr<IWorkbook>...intrusive_ptr<String> str = new String("Hello World!"); cell->PutValue(str);...

    blog.aspose.com/zh/cells/create-ms-excel-spread...
  5. 演示文稿评论|Aspose.Slides 文档

    在Java中为PowerPoint演示文稿添加评论和回复...实例化Presentation类 Presentation pres = new Presentation (); try { // 添加一个空幻灯片...设置评论的位置 Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/zh/androidjava/presentat...
  6. Manage Slide Show on Android|Aspose.Slides Docu...

    Learn how to manage slide shows in Aspose.Slides for Android via Java. Control slide transitions, timings and more across PPT, PPTX and ODP formats with ease....code example below creates a new presentation and sets the show...Presentation presentation = new Presentation (); BrowsedByIndividual...

    docs.aspose.com/slides/androidjava/manage-slide...
  7. 档案

    档案... StringPtr outDir = new String("OutputDirectory\\");...outputChartTypeLine = outDir->StringAppend(new String("outputChartTypeLine.xlsx"));...

    blog.aspose.com/zh/cells/create-charts-in-excel...
  8. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HandleNodeChangingFo callback = new HandleNodeChangingFo(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  9. Public API Changes in Aspose.Imaging 2.6.0|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.... It includes not only new and updated public methods, added...CadRasterizationOpti Added The new classes VectorRasterizationO...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. Optimal Path Finder|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....mapGeneratorOptions = new WayOptions(); var generator = new WayLayerGen...startPoint = new Point(5, 7); Point goalPoint = new Point(15, 13);...

    docs.aspose.com/gis/net/optimal-path-finder/