Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 140,592 for

page

(0.07 sec)
  1. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....appears between the chapter and page number. Chart Provides access...ColorPrintMode Specifies how non-colored pages are printed if the device supports...

    reference.aspose.com/words/java/com.aspose.words/
  2. TableStyle.allow_break_across_pages property | ...

    TableStyle.allow_break_across_Pages property. Gets or sets a flag indicating whether text in a table row is allowed to split across a Page break....allow_break_across_pages property TableStyle.allow_break_across_pages property...across a page break. @property def allow_break_across_pages ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Saving::XamlFixedSaveOptions::ge...

    Aspose::Words::Saving::XamlFixedSaveOptions::get_ResourcesFolder method. Specifies the physical folder where resources (images and fonts) are saved when exporting a document to fixed Page Xaml format. Default is null in C++....exporting a document to fixed page Xaml format. Default is null...you save a Document in fixed page Xaml format, Aspose.Words needs...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Paragraph::get_IsInCell method |...

    Aspose::Words::Paragraph::get_IsInCell method. True if this paragraph is an immediate child of Cell; false otherwise in C++....to stay together on the same page. auto doc = MakeObject < Document...MyDir + u "Table spanning two pages.docx" ); SharedPtr < Table >...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Document.extract_pages method | Aspose.Words fo...

    Document.extract_Pages method. Returns the [Document](../) object representing specified range of Pages....extract_pages method extract_pages(index, count) Returns the...specified range of pages. def extract_pages ( self , index : int...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose.Words.Rendering | Aspose.Words for .NET

    Discover Aspose.Words.Rendering, customize document printing and rendering effortlessly with powerful classes for enhanced output quality....about a particular document page. PrinterSettingsConta Represent...ColorPrintMode Specifies how non-colored pages are printed if the device supports...

    reference.aspose.com/words/net/aspose.words.ren...
  7. Several TEXT Into JPG Python

    Merge multiple TEXT into JPG in Python code. Save TEXT as JPG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/text...
  8. Several HTML Into GIF Python

    Merge multiple HTML into GIF in Python code. Save HTML as GIF using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/html...
  9. Several HTML Into PNG Python

    Merge multiple HTML into PNG in Python code. Save HTML as PNG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/html...
  10. TextColumnCollection.evenly_spaced property | A...

    TextColumnCollection.evenly_spaced property. True if text columns are of equal width and evenly spaced....doc ) page_setup = builder . page_setup columns = page_setup...content_width = page_setup . page_width - page_setup . left_margin...

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