Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 184,592 for

page

(0.15 sec)
  1. Aspose::Words::Tables::Table::get_VerticalAncho...

    Aspose::Words::Tables::Table::get_VerticalAnchor method. Gets the base object from which the vertical positioning of floating table should be calculated. Default value is Margin in C++....get_AllowOverlap ()); // Only Margin, Page, Column available in RelativeHorizontalPo...:: Column ); // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. 向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/
  3. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the Page is appended, the aspect …...image that is larger than the page is appended, the aspect ratio...Aspose.Pdf.Document(); Page page = pdfDoc.Pages.Add(); FileStream...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  4. Working with Artifacts in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add a background image to PDF Pages, and get each watermark using Artifact class....Examples of artifacts include page headers, footers, separators...include Background, Layout, Page, Pagination and Undefined)....

    docs.aspose.com/pdf/net/artifacts/
  5. Generate PDF from XML|Aspose.PDF for C++

    Aspose.PDF for C++ provides several ways to convert an XML file into a PDF document requiring that the input XML file....HtmlLoadOptions > (); // set page size to A5 options -> get_PageInfo...<fo:simple-page-master master-name= "simpleA4" page-height= "29...

    docs.aspose.com/pdf/cpp/generate-pdf-from-xml/
  6. 使用 C# 在 PDF 中格式化文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中格式化 PDF 文档中的文本,以增强文档的视觉呈现。...Document ()) { var page = document . Pages . Add (); string textFragment...SubsequentLinesInden = 20 }; page . Paragraphs . Add ( text );...

    docs.aspose.com/pdf/zh/net/text-formatting-insi...
  7. VbaProject.codePage property | Aspose.Words for...

    VbaProject.codePage property. Gets or sets the VBA project’s code Page....sets the VBA project’s code page. get codePage () : number Remarks...explicitly set appropriate code page to preserve regional character...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldTA.EntryCategory | Aspose.Words for .NET

    Discover the FieldTA EntryCategory property. Easily manage your integral entry categories with this powerful tool for seamless organization and efficiency....displaying long citations and page numbers for each entry. FieldToa...// By default, a dotted line page-wide tab appears between the...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldToa.BookmarkName | Aspose.Words for .NET

    Discover the FieldToa BookmarkName property to easily manage bookmarks in your documents, enhancing table creation and improving document navigation....displaying long citations and page numbers for each entry. FieldToa...// By default, a dotted line page-wide tab appears between the...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks....Document Get Document Window and Page Display Properties This topic...viewer application, and how pages are displayed. To set these...

    docs.aspose.com/pdf/net/formatting-pdf-document/