Sort Score
Result 10 results
Languages All
Labels All
Results 9,701 - 9,710 of 24,017 for

table

(2.48 sec)
  1. Membuat PDF kompleks menggunakan Aspose.PDF|Asp...

    Aspose.PDF untuk Android melalui Java memungkinkan Anda membuat dokumen yang lebih kompleks yang berisi gambar, fragmen teks, dan tabel dalam satu dokumen....Table ; import com.aspose.pdf.TextFragment...Tambahkan tabel Table table = new Table (); table . setColumnWidths...

    docs.aspose.com/pdf/id/androidjava/complex-pdf-...
  2. تنسيق الجدول في C#|Aspose.Words لـ .NET

    تنسيق الجدول بالتفصيل باستخدام C#. استخدم C# لتنسيق كل جزء من الجدول.... يمكنك استخدام العقد Table و RowFormat و CellFormat لتعيين...المتوفرة على عقدة Table المقابلة باستخدام فئات Table و PreferredWidth...

    docs.aspose.com/words/ar/net/applying-formatting/
  3. Tablo Biçimlendirme C++|Aspose.Words için C++

    C++ kullanarak ayrıntılı olarak tablo biçimlendirme. Tablonun her bölümünü biçimlendirmek için C++ kullanın....Biçimlendirmeyi ayarlamak için Table , RowFormat ve CellFormat düğümlerini...biçimlendirme uygulamak için Table , PreferredWidth ve TableCollection...

    docs.aspose.com/words/tr/cpp/applying-formatting/
  4. Formátování tabulky v Python|Aspose.Words místo...

    Formátování tabulky v detailech pomocí Python. Použití Python formátovat každou část tabulky.... Můžete použít Table , RowFormat , a CellFormat uzly...dostupné na odpovídající Table uzel pomocí Table , PreferredWidth ,...

    docs.aspose.com/words/cs/python-net/applying-fo...
  5. עיצוב טבלה ב C++|Aspose.Words עבור C++

    עיצוב טבלה בפרטים באמצעות C++. באמצעות C++ כדי לעצב כל חלק בטבלה.... אתה יכול להשתמש בצמתים Table , RowFormat ו CellFormat כדי...הזמינים בצומת Table המתאים באמצעות הכיתות Table , PreferredWidth...

    docs.aspose.com/words/he/cpp/applying-formatting/
  6. Изменение размеров фигур на слайдах презентации...

    Легко изменяйте размеры фигур на слайдах PowerPoint и OpenDocument с помощью Aspose.Slides для Java — автоматизируйте настройку макета слайдов и повышайте продуктивность....ITable table = ( ITable ) shape ; for ( int i = 0 ; i < table . getRows...size (); i ++) { IRow row = table . getRows (). get_Item ( i );...

    docs.aspose.com/slides/ru/java/re-sizing-shapes...
  7. 記録

    記録... テーブルを初期化し、 Table クラスを使用してその列と行を設定します。 テーブルの設定(つまり、境界線)を設定します。...テーブルの設定(つまり、境界線)を設定します。 Table.Rows.Add() メソッドを使用して行を作成し、テーブルにデータを入力します。...

    blog.aspose.com/ja/pdf/create-table-in-pdf-file...
  8. Optional Hyphen - Free Support Forum - aspose.com

    Hi, I have a document, which is produced by OCR software and which contains quite a lot of optional hyphen characters (decimal 31). How can I programmatically replace all occurrences of this character with a regular hy…...the cells of a tables. There are multiple tables int he documetn...documetn as well. In these tables there are also these optional hyphen...

    forum.aspose.com/t/optional-hyphen/316920
  9. Añadir imagen en celda de tabla|Documentación d...

    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....contains the table string FileName = "Adding Image in Table Cell.pptx"...msoTrue ) { Cell cell = shp . Table . Rows [ 1 ]. Cells [ 1 ]; cell...

    docs.aspose.com/slides/es/net/add-image-in-tabl...
  10. C# 를 사용하여 PDF에서 표 추가, 추출, 삭제 | Aspose.PDF

    .NET 용 Aspose.PDF 파일을 사용하여 C# 샘플 코드를 사용하여 PDF 파일의 테이블을 프로그래밍 방식으로 관리합니다....Combine ( dataDir , "sample_with_table_out.pdf" ); var pdfDocument...inputFile ); var table = new Aspose . Pdf . Table { Border = new...

    products.aspose.com/pdf/ko/net/table/