Sort Score
Result 10 results
Languages All
Labels All
Results 9,771 - 9,780 of 24,110 for

table

(0.06 sec)
  1. ConditionalStyle.TopPadding | Aspose.Words per ...

    Scopri la proprietà ConditionalStyle TopPadding per regolare facilmente lo spazio sopra il contenuto delle celle della tabella, migliorando il layout e la leggibilità per un design migliore....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Styles . Add ( StyleType . Table , "MyTableStyle1" ); // Gli...

    reference.aspose.com/words/it/net/aspose.words/...
  2. InlineStory.Font | Aspose.Words per .NET

    Scopri la proprietà del font InlineStory per una formattazione fluida dei caratteri di ancoraggio, migliorando il tuo design con opzioni tipografiche uniche.... Table table = new Table ( doc ); table . EnsureMinimum...footnote . Tables . Count ); footnote . AppendChild ( table ); Assert...

    reference.aspose.com/words/it/net/aspose.words/...
  3. 아카이브

    아카이브... Table 클래스를 사용하여 테이블을 초기화하고 열과 행을 설정합니다...설정합니다. 테이블 설정(예: 테두리)을 설정합니다. Table.Rows.Add() 메서드를 사용하여 행을 생성하여...

    blog.aspose.com/ko/pdf/create-pdf-files-using-c...
  4. أتمتة إنشاء عروض PowerPoint في C++: إنشاء عروض ...

    أتمتة إنشاء الشرائح على منصات السحابة باستخدام Aspose.Slides لـ C++ — إنشاء، تحرير، وتحويل ملفات PowerPoint وOpenDocument بسرعة وموثوقية....40 , 40 , 40 , 40 }); auto table = slide2 -> get_Shapes () ->...columnWidths , rowHeights ); table -> get_Column ( 0 ) -> idx_get...

    docs.aspose.com/slides/ar/cpp/automating-powerp...
  5. Automatización de la generación de PowerPoint e...

    Automatice la creación de diapositivas en plataformas en la nube con Aspose.Slides para PHP: genere, edite y convierta archivos PowerPoint y OpenDocument de forma rápida y fiable....40 , 40 , 40 , 40 , 40 ]; $table = $slide2 -> getShapes () ->...$columnWidths , $rowHeights ); $table -> getColumns () -> get_Item...

    docs.aspose.com/slides/es/php-java/automating-p...
  6. 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
  7. 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...
  8. C# 를 사용하여 PDF에서 표 추가, 추출, 삭제 | Aspose.PDF

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

    products.aspose.com/pdf/ko/net/table/
  9. FieldMergeBarcode.BarcodeType | Aspose.Words pe...

    Scopri la proprietà FieldMergeBarcode BarcodeType per gestire e personalizzare facilmente vari tipi di codici a barre, come QR, per una migliore integrazione dei dati....DataTable table = new DataTable ( "Barcodes" ); table . Columns... Add ( "MyITF14Barcode" ); table . Rows . Add ( new [] { "09312345678907"...

    reference.aspose.com/words/it/net/aspose.words....
  10. 从现有 PDF 中移除表格|Aspose.PDF for C++

    本节介绍如何从 PDF 文档中移除表格。...Document > ( _dataDir + u "Table_input.pdf" ); // 创建 TableAbsorber...( 1 )); // 获取页面上的第一个表格 auto table = absorber -> get_TableList...

    docs.aspose.com/pdf/zh/cpp/remove-tables-from-e...