Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 190,016 for

page

(1.53 sec)
  1. RevisionOptions.MovedToTextEffect | Aspose.Word...

    Discover the RevisionOptions MovedToTextEffect property, which customizes text effects for moved content. Enhance clarity with the default DoubleUnderline style!...bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  2. Resampling Added Images - Excel to PDF Conversi...

    Learn how to resample added images to reduce PDF size using Aspose.Cells with C++....Worksheet Columns on Single PDF Page with C++ Analyzing your prompt...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/resampling-added-imag...
  3. Licensing|Aspose.Slides 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....evaluation from the download page . The evaluation and licensed...for download from the order page after the order has been paid...

    docs.aspose.com/slides/jasperreports/licensing/
  4. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access to customizable text styles and effects....AppendChild ( section ); // Set some page setup properties for the section...display all its contents // on the page between the section's header...

    reference.aspose.com/words/net/aspose.words/inl...
  5. ParagraphFormat.StyleName | Aspose.Words for .NET

    Discover the ParagraphFormat StyleName property to easily manage and customize paragraph styles for enhanced document formatting and presentation....AppendChild ( section ); // Set some page setup properties for the section...display all its contents // on the page between the section's header...

    reference.aspose.com/words/net/aspose.words/par...
  6. ShowInBalloons Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.Layout.ShowInBalloons enum enhances document editing by controlling visible revisions in balloons for clear collaboration....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  7. Developer Guide | Aspose.Page for Javascript vi...

    Developer Guide provides you with the necessary information you will need when working with PDLs supported by Aspose.Page API solution for Javascript via C++...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/javascript-cpp/developer-g...
  8. Convert HTML To DOC Javascript

    Convert HTML to DOC format in JavaScript code. Save HTML as DOC using JavaScript....html") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.doc`);...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert HTML To DOCX Javascript

    Convert HTML to DOCX format in JavaScript code. Save HTML as DOCX using JavaScript....html") for (var page = 0; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1); extractedPage.save(`Output_${page + 1}.docx`);...

    products.aspose.com/words/nodejs-net/conversion...
  10. Several WORD Into Image C++

    Merge multiple a Word document into Image in C++ code. Save a Word document as Image using C++....( int page = 0 ; page < output-> get_PageCount (); page++) { auto...extractedPage = output-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/cpp/merge/word-to-image/