Sort Score
Result 10 results
Languages All
Labels All
Results 9,261 - 9,270 of 20,289 for

table

(0.09 sec)
  1. Java中的表格格式|Aspose.Words为Java

    详细的表格格式。 使用Java格式化表的每个部分。... 您可以使用 Table 、 RowFormat 和 CellFormat 节点设置格式。...要对表应用格式设置,您可以使用 Table 、 PreferredWidth 和 TableCollection 类在相应的 Table 节点上可用的属性。...

    docs.aspose.com/words/zh/java/applying-formatting/
  2. C# 中的表格格式化|Aspose.Words for .NET

    使用 C# 在詳細資料中格式化表格。 使用 C# 來格式化表格中的每個部分。... 您可以利用 Table 、 RowFormat 和 CellFormat 節點來設定格式。...若要為表格應用格式設定,您可以使用對應的 Table 節點上可用的屬性,並使用 Table 、 PreferredWidth 和...

    docs.aspose.com/words/zh-hant/net/applying-form...
  3. Content areas detection|Documentation

    How Aspose.OCR identifies and analyzes the structure and layout of the image during recognition....content - text paragraphs, tables, illustrations, formulas, and...applications DetectAreasMode.TABLE Detects cells in tabular structures...

    docs.aspose.com/ocr/net/areas-detection/
  4. ضبط حجم الجدول تلقائيًا في Word باستخدام Java

    راجع هذا المقال لمعرفة كيفية ضبط حجم الجدول تلقائيًا في Word باستخدام Java. يتضمن تفاصيل إعداد بيئة التطوير، قائمة بالخطوات، وعينة من الكود توضح كيفية ضبط الجدول ليناسب الصفحة في Word باستخدام Java....TABLE حول العقدة المستخرجة إلى كائن Table استدعِ الطريقة...الطريقة autoFit() في فئة Table احفظ الناتج مع الجدول المعدل توضح...

    kb.aspose.com/ar/words/java/autofit-table-in-wo...
  5. Modifier les propriétés du segment avec Node.js...

    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....sample Excel file containing a table. const workbook = new AsposeCells...Access first table inside the worksheet. const table = worksheet...

    docs.aspose.com/cells/fr/nodejs-cpp/change-slic...
  6. CellFormat.PreferredWidth | Aspose.Words för .NET

    Upptäck egenskapen CellFormat PreferredWidth för att enkelt anpassa cellbredder för optimal layout och design i dina kalkylblad. Förbättra din datapresentation!...DocumentBuilder ( doc ); Table table = builder . StartTable ();...objekt. Assert . AreNotEqual ( table . FirstRow . Cells [ 1 ]. CellFormat...

    reference.aspose.com/words/sv/net/aspose.words....
  7. Arşiv

    Arşiv...MakeObject<Document>(u"SourceDirectory\\PDF\\Table_input3.pdf"); // Belgenin sayfalarını...arasında yineleme yapın for (auto table : absorber->get_TableList())...

    blog.aspose.com/tr/pdf/extract-data-from-tables...
  8. Tableaux et plages avec JavaScript via C++|Docu...

    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....Cells Example - Convert Table to Range </ title > </ head...head > < body > < h1 > Convert Table to Range Example </ h1 > < input...

    docs.aspose.com/cells/fr/javascript-cpp/tables-...
  9. 복잡한 PDF 만들기|Aspose.PDF for C++

    Aspose.PDF for C++를 사용하면 하나의 문서에 이미지, 텍스트 조각 및 테이블을 포함하는 더 복잡한 문서를 만들 수 있습니다....// Add table auto table = MakeObject<Table>(); table->set_ColumnWidths(u"200");...table->set_ColumnWidths(u"200"); table->set_Border(MakeObject<BorderInfo>...

    docs.aspose.com/pdf/ko/cpp/complex-pdf-example/
  10. Gerar PDF a partir de XML|Aspose.PDF for .NET

    Aspose.PDF for .NET fornece várias maneiras de converter um arquivo XML em um documento PDF, exigindo que o arquivo XML de entrada....<h2> My CD Collection </h2> <table border= "1" > <tr bgcolor= "#9acd32"...</td> </tr> </xsl:for-each> </table> </body> </html> </xsl:template>...

    docs.aspose.com/pdf/pt/net/generate-pdf-from-xml/