Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 242,816 for

page

(0.11 sec)
  1. LayoutCollector | Aspose.Words for Java

    This class allows to compute Page numbers of document nodes in Java....This class allows to compute page numbers of document nodes. To...visit the Converting to Fixed-page Format documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  2. pagesettings - Aspose.Tasks for Java - API Refe...

    Developer's manual that contains Java classes to work with Microsoft Project documents without utilizing Microsoft Project....Represents printing settings for a page of project view. Constructor...getFirstPageNumber () Gets a first page number for printing. int getPagesInHeight...

    reference.aspose.com/tasks/java/com.aspose.task...
  3. FieldPageRef.InsertHyperlink | Aspose.Words for...

    FieldPageRef InsertHyperlink property. Gets or sets whether to insert a hyperlink to the bookmarked paragraph in C#....PAGEREF field that displays what page a bookmark is on. // Set the..."Hyperlink to Bookmark3, on page: " ). GetFieldCode ()); // We...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Working with Visio Shape Data|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....To add a new shape: Find the page - Each Visio diagram contains...collection of pages. Developers may retrieve the page by page ID or Name...

    docs.aspose.com/diagram/java/working-with-visio...
  5. IPageSavingCallback | Aspose.Tasks for .NET API...

    IPageSavingCallback IPageSavingCallback interface Represents a callback that is called when each Page in multi Page d......that is called when each page in multi page document is saved to...which will be called when all pages are written. PageSaving (PageSavingArgs)...

    reference.aspose.com/tasks/net/aspose.tasks.sav...
  6. IsBlank | Aspose.PDF for .NET API Reference

    Gets the flag whether Page is blank or not....IsBlank Page.IsBlank method Gets the flag whether page is blank...- if page is blank; otherwise, false. See Also class Page namespace...

    reference.aspose.com/pdf/net/aspose.pdf/page/is...
  7. Table | Aspose.Note for .NET API Reference

    Represents a table....Initialize Page class object Page page = new Page ( doc ); page . AppendChildLast...o ); doc . AppendChildLast ( page ); doc . Save ( Path . Combine...

    reference.aspose.com/note/net/aspose.note/table/
  8. 按页保存word的问题 - Free Support Forum - aspose.com

    word如果有表格跨页会自动添加上表头,但是word按页保存后,跨页后的表格并没有带上表头,请问有解决方法吗 这是示例代码 Document doc = new Document(“input.docx”); DocumentPageSplitter splitter = new DocumentPageSplitter(doc); for (int Page = 1; Page <= doc.getPageCount(…...for (int page = 1; page <= doc.getPageCount(); page++) { Document...getDocumentOfPage(page); pageDoc.save(String.format("Output_Page_%d.docx"...

    forum.aspose.com/t/word/264769
  9. Remove Section Breaks from a Document|Aspose.Wo...

    Remove section breaks from a document easily and fast instead of using Open XML SDK in C#....Document Contents [ Hide ] On this page we will look at how to remove...visit Remove Page and Section Breaks . Remove Page Breaks from...

    docs.aspose.com/words/net/remove-section-breaks...
  10. RenderToSinglePage | Aspose.Tasks for .NET API ...

    RenderToSinglePage SaveOptions.RenderToSinglePage property Gets or sets a value indicating whether a project should b......should be rendered to a single page when project is saved in graphical...graphical format. The page size will be changed so the rendered...

    reference.aspose.com/tasks/net/aspose.tasks.sav...