Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 10,600 for

page count

(0.13 sec)
  1. PageSetup.line_number_restart_mode property | A...

    PageSetup.line_number_restart_mode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new Page or section or runs continuously....over at the beginning of a new page or section or runs continuously...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HtmlSaveOptions.ExportRoundtripInformation | As...

    Discover HtmlSaveOptions' ExportRoundtripInformation property to control roundtrip data in HTML, MHTML, and EPUB formats. Optimize your exports today!... Contains ( "<span>Page number </span>" + "<span st..."<span style=\"-aw-field-code:' PAGE \\\\* MERGEFORMAT '\"></span>"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Replace Text|Aspose.PDF for .NET

    This section explains how to work with Text using PdfContentEditor Class....encountered, and it will also count the number of such replacements...replacements but on a specific page of your document. In the next...

    docs.aspose.com/pdf/net/replace-text-facades/
  4. TextColumnCollection class | Aspose.Words for N...

    Aspose.Words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document...them equals page width minus left and right page margins. Properties...Properties Name Description count Gets the number of columns in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::LineNumberRestartMode enum | Asp...

    Aspose::Words::LineNumberRestartMode enum. Determines when automatic line numbering restarts in C++....restarts at the start of every page. RestartSection 1 Line numbering...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/cpp/aspose.words/lin...
  6. Aspose::Words::DocumentBuilder::InsertField met...

    Aspose::Words::DocumentBuilder::InsertField method. Inserts a Word field into a document and optionally updates the field result in C++....builder -> Write ( u " \n This is page " ); builder -> InsertField...GetFieldCode ()); ASSERT_EQ ( u " PAGE " , doc -> get_Range () -> get_Fields...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Get worksheet unique ID with Node.js via C++|Do...

    This article shows how to get an Excel worksheet's unique ID using the Node.js library and C++ API programmatically....AI Document Assistant Close Count number of cells in the Worksheet...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/nodejs-cpp/get-worksheet-...
  8. FootnoteOptions.startNumber property | Aspose.W...

    FootnoteOptions.startNumber property. Specifies the starting number or character for the first automatically numbered footnotes....begins the footnote/endnote count. let doc = new aw . Document...show up at the bottom of each page that contains // their reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. List labels not getting reatained in splitted d...

    I am splliting a large document into smaller document using document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document document, int noOfSplits, int totalPageCount) throws Exception…...startIndex + splitDocPageLimit; int count = totalPageCount > endIndex...document.extractPages(startIndex, count); log.debug("splitDocumentWithAsp...

    forum.aspose.com/t/list-labels-not-getting-reat...
  10. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int Page = 0; Page < document.PageCount; Page++) { Document extractedPage = document.ExtractPages(Page, 1); // startindex and Count string …...for (int page = 0; page < document.PageCount; page++) { Document...ExtractPages(page, 1); // startindex and count string text =...

    forum.aspose.com/t/document-extractpages-yields...