Sort Score
Result 10 results
Languages All
Labels All
Results 8,061 - 8,070 of 223,207 for

new

(1.03 sec)
  1. 删除作者的所有评论|Aspose.Slides 文档

    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....IsNullOrEmpty ( author )) throw new ArgumentNullExceptio ( "File...List < Comment > comments = new List < Comment >(); comments...

    docs.aspose.com/slides/zh/net/delete-all-the-co...
  2. Text Box|Aspose.Slides Documentation

    Work with text boxes in Aspose.Slides for Android: add, format, align, wrap, autofit, and style text using Java for PPT, PPTX, and ODP presentations....Presentation presentation = new Presentation (); try { ISlide...Presentation presentation = new Presentation (); try { ISlide...

    docs.aspose.com/slides/androidjava/examples/ele...
  3. Text Box|Aspose.Slides Documentation

    Work with text boxes in Aspose.Slides for Java: add, format, align, wrap, autofit, and style text using Java for PPT, PPTX, and ODP presentations....Presentation presentation = new Presentation (); try { ISlide...Presentation presentation = new Presentation (); try { ISlide...

    docs.aspose.com/slides/java/examples/elements/t...
  4. Get Document Properties|Aspose.Words for Java

    Get document properties easily and fast instead of using Apache POI.... class ); Document doc = new Document ( dataDir + "document...HWPFDocument doc = new HWPFDocument ( new FileInputStream ( dataDir...

    docs.aspose.com/words/java/get-document-propert...
  5. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word documents using Ruby.... new ( doc , shape_type . TEXT_PLAIN_TEXT...horizontalAlignment . CENTER ) # Create a new paragraph and append the watermark...

    docs.aspose.com/words/java/add-watermark-in-ruby/
  6. Disable CSS while saving to HTML with JavaScrip...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for JavaScript via C++....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); const opts = new HtmlSaveOptions (); opts . disableCss...

    docs.aspose.com/cells/javascript-cpp/disable-cs...
  7. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...pages 4, 5, 6, 7 const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/javascript-cpp/render-seq...
  8. 使用 JavaScript 通过 C++ 将日期转换为日本日期|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将公历日期转换为日本日期。...language/region to Japan const options = new LoadOptions ( LoadFormat . Xlsx...options const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  9. AutoFit Rows for Rendering with JavaScript via ...

    Learn how to auto-fit rows for rendering in Excel using Aspose.Cells for JavaScript via C++. Prevent text clipping in saved PDF files.... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...rendering. const autoFitterOptions = new AutoFitterOptions (); autoFitterOptions...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  10. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n...' ) # Add a new line and starts a new paragraph. self ....paragraph break, which will start a new paragraph. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...