Sort Score
Result 10 results
Languages All
Labels All
Results 9,381 - 9,390 of 223,148 for

new

(1.76 sec)
  1. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Aspose::Words::ControlChar::Cell method | Aspos...

    Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++...." ); // Add a new line and starts a new paragraph. ASSERT_EQ...paragraph break, which will start a new paragraph. builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Compare result does not match MS Word - Bookmar...

    As a follow up to this issue: Compare result does not match MS Word output - Bookmarks are missing I’ve run into another case where bookmarks are missing when comparing two documents, and the output differs from the out…...bookmarked named bookmark_1 and a new bookmark named bookmark_2 doc_1...an additional bookmark, the new bookmark was lost in the comparison...

    forum.aspose.com/t/compare-result-does-not-matc...
  5. 导入和导出注释到XFDF格式|Aspose.PDF for Java

    您可以使用Aspose.PDF for Java库导入和导出XFDF格式的注释。...PdfAnnotationEditor AnnotationEditor = new PdfAnnotationEditor (); // 将...FileOutputStream fileStream = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/zh/java/import-export-xfdf/
  6. Aspose.Slides for PHP via Java 15.10.0中的公共API和不...

    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....要将系列动画添加到图表,可以使用以下代码: $pres = new Presentation ( $inFileName );...dispose (); } } 类别动画: $pres = new Presentation ( $inFileName );...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  7. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations with Aspose.Slides for Node.js. Add, format, and edit charts with practical code examples in JavaScript.... Add new series and categories. Add some new chart data...represents a PPTX file var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/create-chart/
  8. Manage Video Frames in Presentations on Android...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Android via Java. Fast how-to guide....Presentation class Presentation pres = new Presentation ( "pres.pptx" );...FileInputStream fileStream = new FileInputStream ( "Wildlife.mp4"...

    docs.aspose.com/slides/androidjava/video-frame/
  9. Aspose.Cells 8.8.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....HTMLLoadOptions loadOptions = new Aspose . Cells . HTMLLoadOptions...true ; MemoryStream stream = new MemoryStream ( byteArray ); Workbook...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...PDF for Java: Document doc = new Document("/path/to/borders.pdf");...PdfConvertOptions options = new PdfConvertOptions(); // Force...

    forum.aspose.com/t/missing-borders-after-pdf-to...