Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 151,835 for

page

(0.07 sec)
  1. 在 Visio 页面中自动放置一组形状|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....In order to achieve this, the Page class offers autoSpaceShapes..."Drawing1.vsdx" ) # get page of the Visio drawing page = diagram . getPages...

    docs.aspose.com/diagram/zh/python-java/auto-spa...
  2. PageBorderDistanceFrom enumeration | Aspose.Wor...

    Aspose.Words.PageBorderDistanceFrom enumeration. Specifies the positioning of the Page border relative to the Page margin....positioning of the page border relative to the page margin. Members...position is measured from the page margin. PageEdge Border position...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::TxtExportHeadersFootersM...

    Aspose::Words::Saving::TxtExportHeadersFootersMode enum. Specifies the way headers and footers are exported to plain text format in C++...."Primary footer" ); // Insert pages to display these headers and...doc ); builder -> Writeln ( u "Page 1" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. FixedPageSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.FixedPageSaveOptions for seamless document conversion to PDF, XPS, and images. Unlock flexible saving options today!...saving a document into fixed page formats (PDF, XPS, images etc)...Allows to control how separate pages are saved when a document is...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Add Pages to PDF using Java | Aspose.PDF

    Add PDF Pages to your document programmatically with Java sample code using Aspose.PDF for Java...to Add pages to PDF using Java In order to insert page, we’ll...API</version> </dependency> Insert Page to PDF using Java You need Aspose...

    products.aspose.com/pdf/java/pages/add/
  6. How to Scale a Worksheet|Documentation

    This article shows you code explaining how to scale a worksheet using Aspose.Cells library....scaling a worksheet: Fit to Page: To ensure that all the content...fits on a single page or a specific number of pages when printing...

    docs.aspose.com/cells/net/how-to-scale-a-worksh...
  7. Orientation Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Orientation enum for seamless Page orientation control. Enhance your document formatting with ease and precision!...Orientation enumeration Specifies page orientation. public enum Orientation...Description Portrait 1 Portrait page orientation (narrow and tall)...

    reference.aspose.com/words/net/aspose.words/ori...
  8. 通过 C# 将图像添加到 PDF | Aspose.PDF

    本页介绍使用 .NET Framework、.NET Core、Aspose.PDF for .NET 库将图像添加到 PDF 文档中的功能。...upperRightY = 200 ; var page = pdfDocument . Pages [ 1 ]; var imageStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/zh-hans/net/images/add/
  9. 通过 C++ 将图像添加到 PDF | Aspose.PDF

    本页介绍使用 C++ 语言和 Aspose.PDF for C++ 库将图像添加到 PDF 文档中的功能...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/zh-hans/cpp/images/add/
  10. 使用 C++ 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式处理 PDF 中的图像...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/zh-hans/cpp/images/