Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 140,941 for

page

(0.08 sec)
  1. Aspose::Words::Body::Body constructor | Aspose....

    Aspose::Words::Body::Body constructor. Initializes a new instance of the Body class in C++....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/cpp/aspose.words/bod...
  2. Apply preset theme to VSD document via Python |...

    Python source code to apply preset theme to vsd file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/vsd/
  3. Apply preset theme to VSD document via Python |...

    Python source code to apply preset theme to vsd file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vsd/
  4. Apply preset theme to VSSX document via Python ...

    Python source code to apply preset theme to vssx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vssx/
  5. Apply preset theme to VSX document via Python |...

    Python source code to apply preset theme to vsx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/vsx/
  6. Apply preset theme to VTX document via Python |...

    Python source code to apply preset theme to vtx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vtx/
  7. How to Convert Excel Sheet to Image in Java

    This short tutorial is designed to teach how to convert Excel sheet to image in Java. It provides assistance to convert Excel into image in Java by sharing steps to configure the environment and sample code along with the description....Page Product Family Aspose.PSD Product...all the pages in the print preview and render each page as an image...

    kb.aspose.com/cells/java/how-to-convert-excel-s...
  8. ReportBuilder.BuildReport | Aspose.Words for .NET

    Effortlessly create customized reports with ReportBuilder's BuildReport method, filling your template with data for professional results every time....GIF, JPEG, PNG, or WebP), each page of the output will be saved...GIF, JPEG, PNG, or WebP), each page of the output will be saved...

    reference.aspose.com/words/net/aspose.words.low...
  9. Convert DOC To EPUB Java

    Convert DOC to EPUB format in Java code. Save DOC as EPUB using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.epub", page + 1)...

    products.aspose.com/words/java/conversion/doc-t...
  10. Convert DOC To DOCX Java

    Convert DOC to DOCX format in Java code. Save DOC as DOCX using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.docx", page + 1)...

    products.aspose.com/words/java/conversion/doc-t...