Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 184,601 for

page

(0.1 sec)
  1. Aspose::Words::Saving::PageRange::PageRange con...

    Aspose::Words::Saving::PageRange::PageRange constructor. Creates a new Page range object in C++....PageRange::PageRange constructor Creates a new page range object. Aspose :: Words...starting page zero-based index. to int32_t The ending page zero-based...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. ParagraphFormat.PageBreakBefore | Aspose.Words ...

    Discover the ParagraphFormat PageBreakBefore property, easily control Page breaks before paragraphs for enhanced document formatting and readability....PageBreakBefore property True if a page break is forced before the paragraph...how to create paragraphs with page breaks at the beginning. Document...

    reference.aspose.com/words/net/aspose.words/par...
  3. PageSetup.clearFormatting method | Aspose.Words...

    PageSetup.clearFormatting method. Resets Page setup to default paper size, margins and orientation....method clearFormatting() Resets page setup to default paper size...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Coordinate system|Aspose.PDF for .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the bottom-left corner of the page. The point (0,0) corresponds...other coordinate systems. Each page has its own coordinate system...

    docs.aspose.com/pdf/net/coordinate-system/
  5. Table recognition|Documentation

    Extracting and recognizing table cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....for page in table . pages : print ( "page:" + str ( page . page_index...page_index )) for row in page . rows : print ( "row:" + str (...

    docs.aspose.com/ocr/python-net/table-recognition/
  6. LayoutEntityType enumeration | Aspose.Words for...

    Aspose.Words.Layout.LayoutEntityType enumeration. Types of the layout entities.... Page Represents page of a document. Column...Represents a column of text on a page. Row Represents a table row...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Saving::FixedPageSaveOptions cla...

    Aspose::Words::Saving::FixedPageSaveOptions class. Contains common options that can be specified when saving a document into fixed Page formats (PDF, XPS, images etc). To learn more, visit the documentation article in C++....saving a document into fixed page formats (PDF, XPS, images etc)...Allows to control how separate pages are saved when a document is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...GetNotifications () method of Page class as follows, in order to...Document doc = new Document (); Page page = doc . getPages (). add ();...

    docs.aspose.com/pdf/java/determine-line-break/
  9. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....How to Print Excel as Fitted Pages Wide and Tall with Node.js via...within a specified number of pages, both horizontally and vertically...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  10. Add Circle Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a circle object to your PDF using Aspose.PDF for .NET....to paragraphs collection of page. Save our PDF file. // For complete...Document ()) { // Add page var page = document . Pages . Add (); // Create...

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