Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 187,783 for

page

(0.36 sec)
  1. Content Control Wrapping Issue - Free Support F...

    Hi Team, I have removed the whitespace and the header/footer using the Page-wise logic below. However, after doing this, the specific content control mentioned below is not wrapping correctly. I am using Aspose.Words Ve…...the header/footer using the page-wise logic below. However, after...pageNumber = 1; Aspose.Words.Document page = null; for (int i = 0; i <...

    forum.aspose.com/t/content-control-wrapping-iss...
  2. PageSet | Aspose.Words for .NET

    Create a tailored one-Page set effortlessly with PageSet constructor, designed for precise Page indexing and seamless user experience....) Creates an one-page set based on exact page index. public PageSet...PageSet ( int page ) Parameter Type Description page Int32 Zero-based...

    reference.aspose.com/words/net/aspose.words.sav...
  3. PageSetup.PageWidth | Aspose.Words for .NET

    Discover the PageSetup PageWidth property to easily adjust Page width in points, enhancing your document layout for optimal presentation....Returns or sets the width of the page in points. public double PageWidth...it will be visible on every page. builder . MoveToHeaderFooter...

    reference.aspose.com/words/net/aspose.words/pag...
  4. Editing a PDF's individual pages|Aspose.PDF for...

    This section explains how to edit PDF's individual Pages using PdfPageEditor class....Editing a PDF's individual pages Contents [ Hide ] Aspose.Pdf...you to manipulate individual pages in a PDF file. This feature...

    docs.aspose.com/pdf/net/editing-a-pdf-s-individ...
  5. Aspose::Words::Document::RenderToSize method | ...

    Aspose::Words::Document::RenderToSize method. Renders a document Page into a Graphics object to a specified size in C++....e method Renders a document page into a Graphics object to a...pageIndex int32_t The 0-based page index. graphics const Syste...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...insertField("PAGE", ""); // 奇数页页码在右侧 builder....RIGHT); builder.insertField("PAGE", ""); builder.moveToDocumentEnd();...

    forum.aspose.com/t/topic/315401
  7. Track Document Conversion Progress with Golang ...

    Learn how to track document conversion progress in C++ using Aspose.Cells to enhance application usability....You may also control which pages are rendered as demonstrated...saving page index 0 of 11 pages </ br > End saving page index...

    docs.aspose.com/cells/go-cpp/track-document-con...
  8. 使用 Golang 通过 C++ 跟踪 Excel 转 TIFF 的转换进度|Document...

    学习如何使用Aspose.Cells for C++跟踪Excel文件转换为TIFF格式的进度。...saving page index 0 of pages 10 </ br > End saving page index...0 of pages 10 </ br > Start saving page index 1 of pages 10 </...

    docs.aspose.com/cells/zh/go-cpp/track-conversio...
  9. PageSetup.page_height property | Aspose.Words f...

    PageSetup.Page_height property. Returns or sets the height of the Page in points....page_height property PageSetup.page_height property Returns or...height of the page in points. @property def page_height ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....How to Print Excel as Fitted Pages Wide and Tall Contents [ Hide...within a specified number of pages, both horizontally and vertically...

    docs.aspose.com/cells/net/how-to-print-excel-as...