Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 40,485 for

one

(0.12 sec)
  1. HtmlSaveOptions.ImageSavingCallback | Aspose.Wo...

    Control image saving with HtmlSaveOptions' ImageSavingCallback. Optimize document exports to HTML, MHTML, or EPUB for seamless user experience....document normally, there will be one output HTML // document with...document to multiple HTML files: one for each section. options . ...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ParagraphAlignment | Aspose.Words for Java

    Specifies text alignment in a paragraph in Java....document contains one section, one body and one paragraph. // Call...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose.PDF.Document.Save(Stream output) is thro...

    We are using One WPF C# project of .Net Framework version 4.6.1 in Visual studio 2017 to create One PDF using Aspose.PDF.dll of version 23.5.0.0 But whenever the Save(Stream output) method of Aspose.PDF.Document class i…...2025, 1:56pm 1 We are using one WPF C# project of .Net Framework...Visual studio 2017 to create one PDF using Aspose.PDF.dll of version...

    forum.aspose.com/t/aspose-pdf-document-save-str...
  4. ImageSaveOptions.pageSet property | Aspose.Word...

    ImageSaveOptions.pageSet property. Gets or sets the pages to render...Examples Shows how to render one page from a document to a JPEG...only renders one page. // This image will contain one page starting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HtmlSaveOptions.DocumentPartSavingCallback | As...

    Control document part saving with HtmlSaveOptions' DocumentPartSavingCallback. Optimize your HTML or EPUB exports for seamless user experience....document normally, there will be one output HTML // document with...document to multiple HTML files: one for each section. options . ...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object....document contains one section, one body and one paragraph. // Call...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Fields::DropDownItemCollection c...

    Aspose::Words::Fields::DropDownItemCollection class. A collection of strings that represent all the items in a drop-down form field. To learn more, visit the documentation article in C++....combo box, // and then choose one of the items of text in the collection...MakeArray < System :: String > ({ u "One" , u "Two" , u "Three" }); System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new One to use the methods provided and save the modified Excel file....intercept the TODAY function and add one day to the system date. So if...CalculationData.CalculatedValue: add a one‑day offset to the date data ...

    docs.aspose.com/cells/javascript-cpp/implement-...
  9. FramesetCollection | Aspose.Words for Java

    Represents a collection of instances of the Frameset class in Java....isFrameLinkToFile()); // Change properties for one of our frames. doc.getFrameset()...isFrameLinkToFile()); // Change properties for one of our frames. doc.getFrameset()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Comments in C++|Aspose.Words for C++

    Working with comments using C++....from a document or only the ones made by a particular author...the comment is combined into one string; you could choose to store...

    docs.aspose.com/words/cpp/working-with-comments/