Sort Score
Result 10 results
Languages All
Labels All
Results 8,571 - 8,580 of 189,114 for

paged

(0.18 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Pages to PDF using php-java https://products.aspose.com/pdf/php-java/pages/add/ Recent content in Add Pages to PDF using php-java on Aspsoe......PDF Products – Add Pages to PDF using php-java https://products...com/pdf/php-java/pages/add/ Recent content in Add Pages to PDF using...

    products.aspose.com/pdf/php-java/pages/add/inde...
  2. 检索、获取、复制和插入页面|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....公开的 Pages 属性 Diagram 类支持 Aspose.Diagram.Page 对象的集合。此属性可用于检索页面信息。...对象的集合。此属性可用于检索页面信息。 使用 Page.Background 属性确定页面是前景页面还是背景页面。 下图显示了本文中代码片段的输出。...

    docs.aspose.com/diagram/zh/java/retrieve-get-co...
  3. Récupérer un contrôle ActiveX à partir d'un obj...

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

    docs.aspose.com/diagram/fr/java/retrieve-an-act...
  4. عام API تغييرات في Aspose.Diagram 16.12.0|Docum...

    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/ar/java/public-api-chan...
  5. 从形状对象中检索 ActiveX 控件以修改属性|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....vsd" ); // get a Visio page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get a shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/retrieve-an-act...
  6. Pythonでページの寸法を更新|Aspose.PDF for Java

    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....pdf' # ページコレクションを取得 page_collection = pdf . getPages...getPages () # 特定のページを取得 pdf_page = page_collection . get_Item ( 1 ) #...

    docs.aspose.com/pdf/ja/java/update-page-dimensi...
  7. Pythonでページ寸法を更新する|Aspose.PDF for Python via Java

    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....ページコレクションを取得 page_collection = pdf.getPages () # 特定のページを取得 pdf_page = page_collection...page_collection.get_Item ( 1 ) # ページサイズをA4(11.7 x 8.3インチ)として設定し、Aspose...

    docs.aspose.com/pdf/ja/python-java/update-page-...
  8. How to add Circle Annotation using .NET | Aspos...

    Add Circle annotations programmatically in PDF with C# sample code on .NET Framework, .NET Core, and PHP, VBScript, C++ via COM Interop....Document class Create a new page or get a reference to an existing...Add for Circle annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/net/annotation/circle/add/
  9. افزودن هدر به PDF با استفاده از PHP | Aspose.PDF

    PHP کد نمونه برای اضافه کردن هدر در سند PDF بر روی هر پلت فرم....$verticalAlignment -> Top ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/fa/php-java/header/
  10. PDF Footer Insertion Using Java | Aspose.PDF

    Add footer to PDF programmatically with Java sample code using Aspose.PDF for Java.... Add the Stamp to Page using AddStamp method. Save...// Add footer on all pages for ( Page page : pdfDocument . getPages...

    products.aspose.com/pdf/java/footer/