Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 20,893 for

table

(0.21 sec)
  1. XML Schema|Aspose.PDF for Java

    本文描述了在 Aspose.PDF for Java 中处理 XML 文档的 XML 架构...type= "asp:TableType" name= "Table" /> <xs:element xmlns:asp= "Aspose...type= "asp:TableType" name= "Table" /> <xs:element xmlns:asp= "Aspose...

    docs.aspose.com/pdf/zh/java/supported-xml-schema/
  2. Document Class | Aspose.Words for .NET

    Discover the Aspose.Words.Document class for seamless Word document manipulation. Enhance your projects with powerful features and easy integration....specified in table styles into direct formatting on tables in the document...DataTable table = new DataTable ( "Test" ); table . Columns ...

    reference.aspose.com/words/net/aspose.words/doc...
  3. 用C++替换PDF中的文本|Aspose.PDF for C++

    了解有关从PDF中替换和删除文本的各种方法。Aspose.PDF允许在特定区域或使用正则表达式替换文本。...实例化一个表格对象 auto tab2 = MakeObject < Table >(); // 将表格添加到所需部分的段落集合中 hfFoot...t5 ); auto table = MakeObject < Table >(); table -> set_ColumnWidths...

    docs.aspose.com/pdf/zh/cpp/replace-text-in-pdf/
  4. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...document after a paragraph or table. /// </summary> private static...insertionDestination . NodeType == NodeType . Table ) { CompositeNode dstStory =...

    reference.aspose.com/words/net/aspose.words.rep...
  5. StructuredDocumentTag.building_block_gallery pr...

    StructuredDocumentTag.building_block_gallery property. Specifies type of building block for this SDT... building_block_gallery = 'Table of Contents' doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Translate Markdown to Document Object Model (DO...

    Tarnslate a Markdown document to Document Object Model and back using C++. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....elements such as text formatting, tables, headers, and others. This...Leaf blocks. Leaf Blocks The table below shows examples of using...

    docs.aspose.com/words/cpp/translate-markdown-to...
  7. Section | Aspose.Words for Java

    Represents a single section in a document in Java....such as text runs, shapes, or tables to that paragraph. Assert....Shows how to find out if a tables are nested. public void ca...

    reference.aspose.com/words/java/com.aspose.word...
  8. Working with Bookmarks in Java|Aspose.Words for...

    Understanding bookmark concepts and how bookmark can be used in your program using Java....example shows how to bookmark a table: If you change the name of a...access columns of the bookmarked table: Move to a Bookmark If you need...

    docs.aspose.com/words/java/working-with-bookmarks/
  9. Outputting Sequential Data in C#|Aspose.Words f...

    Output a sequence of elements with the same type when building a report using C#....sequential data such as lists or tables using template syntax. You...by brackets. The following table describes the elements of this...

    docs.aspose.com/words/net/outputting-sequential...
  10. CompareOptions.ignore_textboxes property | Aspo...

    CompareOptions.ignore_textboxes property. Specifies whether to compare differences in the data contained within text boxes....' ) # 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...