Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 180,966 for

page

(0.17 sec)
  1. Aspose::Words::Fields::FieldRef::set_NumberSepa...

    Aspose::Words::Fields::FieldRef::set_NumberSeparator method. Sets the character sequence that is used to separate sequence numbers and Page numbers in C++....separate sequence numbers and page numbers. void Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Fields::FieldToa::get_PageRangeS...

    Aspose::Words::Fields::FieldToa::get_PageRangeSeparator method. Gets the character sequence that is used to separate the start and end of a Page range in C++....separate the start and end of a page range. System :: String Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Layout::LayoutOptions::set_Callb...

    Aspose::Words::Layout::LayoutOptions::set_Callback method. Sets IPageLayoutCallback implementation used by Page layout model in C++....IPageLayoutCallback implementation used by page layout model. void Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. Splitter.create method | Aspose.Words for Python

    Splitter.create method. Creates new instance of the splitter processor....Shows how to split document by pages using context. doc = MY_DIR.... lowcode . SplitCriteria . PAGE aw . lowcode . Splitter . create...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BuiltInDocumentProperties.content_status proper...

    BuiltInDocumentProperties.content_status property. Gets or sets the content status of the document....document statistics such as word/page/character counts as metadata...Statistics # Page count: The page_count property shows the page count...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ControlChar.NON_BREAKING_HYPHEN_CHAR property |...

    ControlChar.NON_BREAKING_HYPHEN_CHAR property. Non-breaking Hyphen in Microsoft Word is (char)30....) # Add a page break. builder . write ( 'Before page break.' +...ControlChar . PAGE_BREAK + 'After page break.' ) # A page break is...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the text you want using C#....Hide ] What is this page about? This page explains additional...mouse, but if you have many pages to scroll through, it will take...

    docs.aspose.com/words/net/find-and-replace/
  8. Split ODT File Online or via Java | products.as...

    Free online app to split different ODT files. Java splitter library code for ODT documents....number of pages in the ODT file. Loop through each page and use...to extract the page. Save the extracted page into new file. Code...

    products.aspose.com/total/java/split/odt/
  9. Split RTF File Online or via Java | products.as...

    Free online app to split different RTF files. Java splitter library code for RTF documents....number of pages in the RTF file. Loop through each page and use...to extract the page. Save the extracted page into new file. Code...

    products.aspose.com/total/java/split/rtf/
  10. Several HTML Into GIF C#

    Merge multiple HTML into GIF in C# code. Save HTML as GIF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/html-to-gif/