Sort Score
Result 10 results
Languages All
Labels All
Results 9,201 - 9,210 of 20,212 for

insert documents

(0.29 sec)
  1. ProtectionType enumeration | Aspose.Words for P...

    aspose.words.ProtectionType enumeration. Protection type for a document....enumeration Protection type for a document. Members Name Description...only modify comments in the document. ALLOW_ONLY_FORM_FIELDS User...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Arsip

    Arsip... Buat objek kelas Document. Buat objek kelas DocumentBuilder...dokumen Word menggunakan metode Document.save(). Contoh kode berikut...

    blog.aspose.com/id/words/create-word-documents-...
  3. إضافة صفحات في PDF|Aspose.PDF لبي إتش بي عبر جافا

    تُعلِّم هذه المقالة كيفية إدراج (إضافة) صفحة في الموقع المرغوب في ملف PDF. تعلّم كيفية نقل، إزالة (حذف) الصفحات من ملف PDF باستخدام PHP....في ملف PDF: إنشاء كائن فئة Document مع ملف PDF المدخل. أضف الصفحة،...PDF. // فتح المستند $document = new Document ( $inputFile ); //...

    docs.aspose.com/pdf/ar/php-java/add-pages/
  4. 在 PDF 文件中插入空白页(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.... Document () pdf_document = self . Document () pdf_document...PDF 中插入空白页 pdf_document . getPages () . insert ( 1 ) # 保存合并后的输出文件(目标文档)...

    docs.aspose.com/pdf/zh/java/insert-an-empty-pag...
  5. TableStyle.left_padding property | Aspose.Words...

    TableStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table cells.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () builder . write ( 'Name'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TableStyle.shading property | Aspose.Words for ...

    TableStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for table cells.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () builder . write ( 'Name'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...difference in styling for the inserted columns between the two versions...borders of the cells in the inserted columns. From trying out different...

    forum.aspose.com/t/change-in-behavior-of-cells-...
  8. Strip FNC|Documentation

    Learn how to control function code (FNC) characters in Code 128 and GS1-128 recognition using the StripFNC parameter....path -> { // GS1-128: FNC1 is inserted automatically based on AI...

    docs.aspose.com/barcode/java/developer-guide/ba...
  9. CellFormat.preferred_width property | Aspose.Wo...

    CellFormat.preferred_width property. Returns or sets the preferred width of the cell....Words when it saves the document or by Microsoft Word when...when it displays the document. The preferred width can be specified...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aggiungi pagine a PDF in Python | Inserisci una...

    Aggiungi pagine a PDF in Python. Scopri come inserire una pagina in un PDF, aggiungere pagine da altri PDF e inserire pagine in posizioni specifiche in modo programmatico.... La classe Document dell’API viene utilizzata...esistente utilizzando la classe Document . Usa il metodo pages.add()...

    blog.aspose.com/it/pdf/add-pages-to-pdf-in-python/