Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 188,930 for

paged

(0.33 sec)
  1. 使用 PHP 向 PDF 添加标题 | Aspose.PDF

    PHP 示例代碼,以便在任何平臺上的PDF文檔中添加頁眉。...$verticalAlignment -> Top ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/zh-hant/php-java/header/
  2. 使用 PHP 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加页脚。...$verticalAlignment -> Bottom ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/zh-hant/php-java/footer/
  3. Mengatur Ukuran Gambar menggunakan C++|Aspose.P...

    Bagian ini menjelaskan cara mengatur ukuran gambar file PDF menggunakan pustaka C++....halaman file PDF auto page = document -> get_Pages () -> Add (); //..._dataDir + u "aspose-logo.jpg" ); page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/id/cpp/set-image-size/
  4. 使用 PHP 向 PDF 添加标题 | Aspose.PDF

    PHP 用于在任何平台上在 PDF 文档中添加标题的示例代码。...$verticalAlignment -> Top ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/zh-hans/php-java/header/
  5. Ajouter une chaîne HTML en utilisant DOM en Rub...

    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....Ajouter une page à la collection de pages du fichier PDF page = doc...collection de paragraphes de la page page . getParagraphs (). add (...

    docs.aspose.com/pdf/fr/java/add-html-string-usi...
  6. ShapeBase.bottom property | Aspose.Words for No...

    ShapeBase.bottom property. Gets the position of the bottom edge of the containing block of the shape....points, from the left side of the page. shape . relativeHorizontalPo...Drawing . RelativeHorizontalPo . Page ; // Set the shape's horizontal...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. RowFormat.HeadingFormat | Aspose.Words for .NET

    Discover the RowFormat HeadingFormat property, ensure your table headings repeat on every page for clarity and improved readability in multi-page documents....on every page when the table spans more than one page. public...with rows that repeat on every page. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.tab...
  8. PageSetup.VerticalAlignment | Aspose.Words for ...

    Discover how the PageSetup VerticalAlignment property enhances document layout by adjusting text alignment for improved readability and presentation....vertical alignment of text on each page in a document or section. public...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/net/aspose.words/pag...
  9. ShapeBase.right property | Aspose.Words for Python

    ShapeBase.right property. Gets the position of the right edge of the containing block of the shape....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...
  10. Ajouter un objet Ligne au fichier PDF|Aspose.PD...

    Cet article explique comment créer un objet ligne dans votre PDF en utilisant Aspose.PDF pour C++....PDF Ajoutez une Page à la collection de pages du fichier PDF Créez...paragraphes de l’instance de page. Créer une instance de Rectangle...

    docs.aspose.com/pdf/fr/cpp/add-line/