Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 20,304 for

table

(0.32 sec)
  1. FieldToc.preserve_tabs property | Aspose.Words ...

    FieldToc.preserve_tabs property. Gets or sets whether to preserve tab entries within Table entries....preserve tab entries within table entries. @property def preserve_tabs...compile all headings into a table of contents. # For each heading...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Common recognition settings|Documentation

    Configuring Aspose.OCR for .NET recognition engine for extracting text from images, scanned PDFs, DjVu files and other content....to true to recognize text in tables. Set to false to improve performance...by ignoring table structures and treating tables as plain text...

    docs.aspose.com/ocr/net/recognition-settings-co...
  3. CompareOptions.ignore_footnotes property | Aspo...

    CompareOptions.ignore_footnotes property. Specifies whether to compare differences in footnotes and endnotes....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Row.Hidden | Aspose.Words for .NET

    Row Hidden property documentation. Control Table row visibility in Word documents programmatically with boolean hide/show settings....Examples Shows how to hide a table row. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Row row = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  5. 书签内容为表格时bookmark.setText("")置空异常 - Free Support...

    清除表格书签.docx (10.4 KB) aspose.words 16.4.0将上面内容为表格的书签进行置空时报错: java.lang.IllegalArgumentException: Cannot insert a node of this type at this location. public static void main(String[] args) { try { String fi…...TABLE) { // 删除书签 bookmark.remove();...getBookmarks().get("bookmark"); Table table = (Table) bookmark.getBookmarkStart()...

    forum.aspose.com/t/bookmark-settext/316058
  6. Public API Changes in Aspose.Cells 8.5.1|Docume...

    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....QUERY_TABLE TableDataSourceType.SHARE_POINT...TableDataSourceType . QUERY_TABLE ) { System . out . println (...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...Tables colliding on docx to pdf conversion Aspose.Words Product...(importedNode.nodeType === aw.NodeType.Table) { const tbl = importedNode...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  8. Migration from obsolete Barcode Visual Componen...

    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....representation you can see in the table: Visual Studio Design Image...BarcodeGenerator component. We provide the table which describe the properties...

    docs.aspose.com/barcode/reportingservices/migra...
  9. FieldIndex.LetterRange | Aspose.Words for .NET

    Discover the FieldIndex LetterRange property to efficiently set or retrieve a specific letter range, optimizing your indexing performance....Heading = "A" ; // Set the table created by the INDEX field to...heading in the INDEX fields table of contents. builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Aspose::Words::Tables::RowCollection class | As...

    Aspose::Words::Tables::RowCollection class. Provides typed access to a collection of Row nodes. To learn more, visit the documentation article in C++....Aspose::Words::Tables::RowCollection class Contents [ Hide ]...more, visit the Working with Tables documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.tab...