Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 184,253 for

page

(0.2 sec)
  1. Public API Changes in Aspose.Diagram 16.12.0|Do...

    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....vsdx" ); // get page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/public-api-changes...
  2. DocumentBuilder.current_section property | Aspo...

    DocumentBuilder.current_section property. Gets the section that is currently selected in this [DocumentBuilder](../)....points, from the left side of the page. shape . relative_horizontal_position...drawing . RelativeHorizontalPo . PAGE # Set the shape's horizontal...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::ParagraphFormat::get_PageBreakBe...

    Aspose::Words::ParagraphFormat::get_PageBreakBefore method. True if a Page break is forced before the paragraph in C++....reakBefore method True if a page break is forced before the paragraph...how to create paragraphs with page breaks at the beginning. auto...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. 将页面添加到PDF文档|Aspose.PDF for .NET

    探索如何在.NET中使用Aspose.PDF向现有PDF添加页面,以增强和扩展您的文档。... GetDataDir_AsposePdf_Pages (); // Open PDF document using...Insert an empty page in a PDF document . Pages . Insert ( 2 );...

    docs.aspose.com/pdf/zh/net/add-pages/
  5. Specify Layout Options in C#|Aspose.Words for .NET

    Specify Layout Options for various document layouts using C#....Hide ] What is this page about? This page explains how to configure...ContinuousSectionPag to calculate page numbers in a continuous section...

    docs.aspose.com/words/net/specify-layout-options/
  6. Aspose.Svg 25.8.0 exception when using PageSetu...

    When attempting to convert an SVG to pdf with PageSetup.Sizing types ScaleContent and Contain we get an exception. The other 2 types work fine. This doesn’t seen to be document related but I do have a sample. System.Nul…...Contain require both the target page dimensions (width & height)...rendering pipeline is built. If the page size is not explicitly set,...

    forum.aspose.com/t/aspose-svg-25-8-0-exception-...
  7. 档案

    档案... 初始化 Page 和 Outline 类对象。 初始化 TextStyle...AppendChildLast() 方法。 同样,将 Outline 添加到 Page ,然后将 Page 添加到 Document 。 使用 Save()...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  8. PageSetup.RtlGutter | Aspose.Words for .NET

    Discover how the PageSetup RtlGutter property in Microsoft Word optimizes section layouts for right-to-left and left-to-right languages. Enhance your document design!...Insert text that spans several pages. DocumentBuilder builder = new...to either the left or right page margin, // which makes up for...

    reference.aspose.com/words/net/aspose.words/pag...
  9. PDF 中的文本格式化|Aspose.PDF for Java

    本页解释了如何在 PDF 文件中格式化文本。这包括添加行缩进、添加文本边框、添加下划线文本、在添加的文本周围添加边框、浮动框内容的文本对齐等。...document = new Document (); Page page = document . getPages ()....setFormattingOptions ( textOptions ); page . getParagraphs (). add ( text...

    docs.aspose.com/pdf/zh/java/text-formatting-ins...
  10. 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...