Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 10,739 for

append

(0.24 sec)
  1. Создать документ электронной таблицы|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....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/ru/net/create-a-spreadshe...
  2. Insérer une nouvelle feuille de calcul|Document...

    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....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); } } Aspose.Cells...

    docs.aspose.com/cells/fr/net/insert-a-new-works...
  3. Pythonを使用してPDFでポートフォリオを作成する|Aspose.PDF for Pyth...

    Pythonを使用してPDFポートフォリオを作成する方法。Microsoft Excelファイル、Wordドキュメント、画像ファイルを使用してPDFポートフォリオを作成する必要があります。... append ( excel ) document . collection . append ( word...word ) document . collection . append ( image ) # ポートフォリオドキュメントを保存...

    docs.aspose.com/pdf/ja/python-net/portfolio/
  4. استخراج فقرة من PDF|Aspose.PDF لنظام Android عب...

    تصف هذه المقالة كيفية استخدام ParagraphAbsorber - أداة خاصة في Aspose.PDF لاستخراج النص من مستندات PDF.... append ( fragment . getText ()); }...paragraphText . append ( "\r\n" ); } paragraphText . append ( "\r\n"...

    docs.aspose.com/pdf/ar/androidjava/extract-para...
  5. Enkripsi File PDF|Aspose.PDF for Python via .NET

    Enkripsi dokumen PDF dan atur izin untuk mengontrol apa yang dapat dilakukan pengguna dengan file tersebut.... append ( path . join ( path . dirname...as pdf_facades sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/id/python-net/encrypt-pdf-f...
  6. Добавить и удалить закладки PDF в Python|Aspose...

    Узнайте, как добавлять и удалять закладки в PDF‑документах с помощью Python.... append ( pdf_outline ) # Save PDF...bookmark's collection pdf_outline . append ( pdf_child_outline ) # Add...

    docs.aspose.com/pdf/ru/python-net/add-and-delet...
  7. Зашифровать PDF-файл|Aspose.PDF for Python via ...

    Зашифровать PDF-документ и настроить разрешения, чтобы контролировать, что пользователи могут делать с файлом.... append ( path . join ( path . dirname...as pdf_facades sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/ru/python-net/encrypt-pdf-f...
  8. Definir privilégios em um arquivo PDF existente...

    Defina e gerencie privilégios de documentos PDF para controlar ações do usuário, como impressão, cópia e edição.... append ( path . join ( path . dirname...as pdf_facades sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/pt/python-net/set-privileges/
  9. Python’da MD Dosyalarını Birleştirme

    Python’da MD dosyalarını birleştirmek için bu makaleyi takip edin. IDE kurulumu için ayrıntılar, adım listesi ve Python’da Markdown dosyalarını birleştirmek için örnek kod içerir....Document nesnelerine yükleyin append_document() yöntemini kullanarak...Document nesnelerine yükleyin ve append_document() yöntemini kullanarak...

    kb.aspose.com/tr/words/python/merge-md-files-in...
  10. Merge MD Files in C#

    Refer to this article to merge MD files in C#. It has the IDE settings, a list of instructions, and a sample code to combine MD in C# using a few API calls only....file whose contents are to be appended, and set the ImportFormatMode...well. Repeat the process by appending more MD files if loaded, and...

    kb.aspose.com/words/net/merge-md-files-in-csharp/