Sort Score
Result 10 results
Languages All
Labels All
Results 8,161 - 8,170 of 190,038 for

paged

(1.1 sec)
  1. PageSetup.rtlGutter property | Aspose.Words for...

    PageSetup.rtlGutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-to-left language or a left-to-right language....Insert text that spans several pages. let builder = new aw . DocumentBuilder...to either the left or right page margin, // which makes up for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PdfZoomBehavior enumeration | Aspose.Words for ...

    aspose.words.saving.PdfZoomBehavior enumeration. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer....document to fit page width. ZOOM_FACTOR Displays the page using the...specified zoom factor. FIT_PAGE Displays the page so it visible entirely...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Вставить изображение|Documentation

    В этом разделе объясняется, как вставить изображение на страницу visio с помощью Aspose.Diagram. Поддержка использования C# для вставки изображения и сохранения в форматах pdf, svg, html, image, xps и других форматах.... Свойство Pages, предоставляемое Diagram Класс...набор объектов Aspose.Diagram.Page. Вставить изображение в Visio...

    docs.aspose.com/diagram/ru/net/drawing/insert-i...
  4. Travailler avec des calques|Documentation

    Cette section explique comment ajouter ou obtenir des informations de calque dans une forme visio avec Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); // Iterate through the shapes foreach ( Aspose...

    docs.aspose.com/diagram/fr/net/working-with-lay...
  5. Farklı Sayfalar için Farklı Başlık ve Altbilgi ...

    Bu makale, Excel çalışma sayfası Sayfa Düzeni nin başlık ve altbilgilerini programlı olarak ayarlamak için örnek kod sağlar. İlk, garsonlar ve çift sayfa için başlık ve altbilgileri ayarlama. Aspose.Cells for JavaScript ve C++ kullanarak....arrayBuffer )); // Gets the setting of page setup for the first worksheet...Sets different odd and even pages pageSetup . isHFDiffOddEven...

    docs.aspose.com/cells/tr/javascript-cpp/setting...
  6. การแปลงไฟล์ PDF เป็น BMP โดยใช้ PHP | Aspose.PDF

    รหัสตัวอย่างใน PHP สำหรับการแปลง PDF เป็น BMPใช้โค้ดตัวอย่างสำหรับการแปลงแบทช์ PDF เป็น BMP ด้วย Aspose.PDF สำหรับ PHP ผ่าน Java...the collection of pages in the document $pages = $document -> getPages...total number of pages in the document $count = $pages -> size ();...

    products.aspose.com/pdf/th/php-java/conversion/...
  7. 使用 C++ 合并 SVG 到 PDF | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 SVG 文档合并为一个 PDF 单个文件...Aspose Document // Adust pdf page size to svg size opt1 = MakeObject...( u "1.svg" , opt1 ); // add page from one document to another...

    products.aspose.com/pdf/zh-hans/cpp/merger/svg-...
  8. 使用 C++ 合并 PDF 到 TEXT | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 PDF 文档合并为一个 TEXT 单个文件...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/zh-hans/cpp/merger/pdf-...
  9. Архивы

    Архивы...действия: Добавьте новую страницу Page в документ PDF с помощью метода...новый Image с помощью метода Page.getParagraphs().add(Image) ...

    blog.aspose.com/ru/pdf/create-photo-album-in-java/
  10. 档案

    档案...Pages[1].CropBox); Console.WriteLine(pdfDocument1...WriteLine(pdfDocument1.Pages[1].TrimBox); Console.WriteLine(pdfDocument1...

    blog.aspose.com/zh/pdf/crop-pdf-pages-in-csharp/