Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 184,204 for

page

(0.11 sec)
  1. Aspose::Words::Layout::LayoutEntityType enum | ...

    Aspose::Words::Layout::LayoutEntityType enum. Types of the layout entities in C++.... Page n/a Represents page of a document. Page may have...Represents a column of text on a page. Column may have the same child...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. LayoutCollector.document property | Aspose.Word...

    LayoutCollector.document property. Gets or sets the document this collector instance is attached to....Remarks If you need to access page indexes of the document nodes...a document instance, before page layout of the document is built...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Add a page using Pages.Add() method. Create a...Paragraphs collection of the page. Save the PDF using Save(String)...

    products.aspose.com/pdf/net/create/
  4. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the Page....text and the top edge of the page. get doNotDisplayPageBoun ()...across 3 pages. builder . writeln ( "Paragraph 1, Page 1." ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageSetup.section_start property | Aspose.Words...

    PageSetup.section_start property. Returns or sets the type of section break for the specified object....Starts the next section on a new page: builder . insert_break ( aw...BreakType . SECTION_BREAK_NEW_PAGE ) builder . writeln ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Create New Workbook|Documentation

    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....Add Data in Cells Page Setup - Fit to Page Setting Analyzing...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/create-new-workbook/
  7. Aspose::Words::Drawing::ShapeBase::get_Bottom m...

    Aspose::Words::Drawing::ShapeBase::get_Bottom method. Gets the position of the bottom edge of the containing block of the shape in C++....points, from the left side of the page. shape -> set_RelativeHorizontalPo...Drawing :: RelativeHorizontalPo :: Page ); // Set the shape's horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. FieldToc.entry_separator property | Aspose.Word...

    FieldToc.entry_separator property. Gets or sets a sequence of characters that separate an entry and its Page number....that separate an entry and its page number. @property def entry_separator...style to the left, # and the page the heading appears on to the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToc.hide_in_web_layout property | Aspose.W...

    FieldToc.hide_in_web_layout property. Gets or sets whether to hide tab leader and Page numbers in Web layout view....whether to hide tab leader and page numbers in Web layout view....style to the left, # and the page the heading appears on to the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...pdf" ); // 获取特定页面 Page pdfPage = document . getPages...Document (); // 在文档对象的页面集合中添加页面 Page page = doc . getPages (). add ();...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/