Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 184,566 for

page

(0.08 sec)
  1. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Description...

    docs.aspose.com/ocr/python-net/image-regions-wo...
  2. Working with Headers and Footers in C++|Aspose....

    How to manipulate headers and footers using C++....of a page, and a footer is text at the bottom of a page. Typically...all or some pages of the document, such as page numbers, creation...

    docs.aspose.com/words/cpp/working-with-headers-...
  3. FieldToa.entry_separator property | Aspose.Word...

    FieldToa.entry_separator property. Gets or sets the character sequence that is used to separate a table of authorities entry and its Page number....of authorities entry and its page number. @property def entry_separator...displaying long citations and page numbers for each entry. field_toa...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Saving::PageSet::PageSet constru...

    Aspose::Words::Saving::PageSet::PageSet constructor. Creates a Page set based on exact Page indices in C++....constructor Creates a page set based on exact page indices. Aspose...int32_t > & pages ) Parameter Type Description pages const Sys...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::Saving::TxtExportHeadersFootersM...

    Aspose::Words::Saving::TxtExportHeadersFootersMode enum. Specifies the way headers and footers are exported to plain text format in C++...."Primary footer" ); // Insert pages to display these headers and...doc ); builder -> Writeln ( u "Page 1" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Rotate Text Inside PDF using Python|Aspose.PDF ...

    Explore how to rotate text inside a PDF document in Python for flexible document formatting with Aspose.PDF for Python.... Insert a new page to host the rotated text. Create...# Get particular page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/rotate-text-insi...
  7. FieldToa.UsePassim | Aspose.Words for .NET

    Optimize your citations with FieldToa UsePassim. Easily manage multiple references to the same authority, enhancing clarity and accuracy in your work....replace five or more different page references to the same authority...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Working with PDF Pages in JavaScript|Aspose.PDF...

    How to add Pages, add headers and footers, rotate Pages you can know in this section. Aspose.PDF for JavaScript via C++ explain to you all details on this topic....Working with PDF Pages in JavaScript Contents [ Hide ] You are...the following: Delete Pages - delete page from your PDF file via...

    docs.aspose.com/pdf/javascript-cpp/working-with...
  9. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++....it will be visible on every page. builder -> MoveToHeaderFooter...the image at the center of the page. shape -> set_RelativeHorizontalPo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/net/add-ellipse/