Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 20,388 for

table

(0.16 sec)
  1. FieldMergeField.TextAfter | Aspose.Words for .NET

    Discover the FieldMergeField TextAfter property to easily customize your field output with dynamic text, enhancing document clarity and engagement....DocumentBuilder ( doc ); // Create a data table to be used as a mail merge data...DataTable table = new DataTable ( "Employees" ); table . Columns...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ParagraphFormat.keep_with_next property | Aspos...

    ParagraphFormat.keep_with_next property. True if the paragraph is to remains on the same page as the paragraph that follows it....Examples Shows how to set a table to stay together on the same...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PreferredWidth class | Aspose.Words for Node.js

    Aspose.Words.Tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a Table or a cell...specify the preferred width of a table or a cell. To learn more, visit...visit the Working with Tables documentation article. Remarks Preferred...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. InlineStory.ensure_minimum method | Aspose.Word...

    InlineStory.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph...., footnote_text = None ) # Table nodes have an "EnsureMinimum()"...sure the table has at least one cell. table = aw . tables . Table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_paragraph property. Gets the last paragraph in the story...., footnote_text = None ) # Table nodes have an "EnsureMinimum()"...sure the table has at least one cell. table = aw . tables . Table...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MappedDataFieldCollection | Aspose.Words for Java

    Allows to automatically map between names of fields in your data source and names of mail merge fields in the document in Java....{ // Create a document and table that we will merge Document...column "Column2" in the data table that doesn't have a respective...

    reference.aspose.com/words/java/com.aspose.word...
  7. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – اضافه کردن، استخراج، حذف جداول در PDF با استفاده از Pythonhttps://products.aspose.com/pdf/fa/python-net/Table/Recent content in اضافه کردن، است......com/pdf/fa/python-net/table/Recent content in اضافه کردن،...aspose.com/pdf/fa/python-net/table/index.xml self application/rss+xml...

    products.aspose.com/pdf/fa/python-net/table/ind...
  9. Export Excel data to fill PDF form|Aspose.PDF f...

    This section explains how you can export Excel worksheet data to fill PDF form using AutoFiller Class....allows you to generate Data Table in PDF document. // For complete...Create a new DataTable var table = new System . Data . DataTable...

    docs.aspose.com/pdf/net/export-excel-worksheet-...
  10. 创建复杂的PDF|Aspose.PDF for C++

    Aspose.PDF for C++允许您创建包含图像、文本片段和表格的更复杂的文档。...// 添加表格 auto table = MakeObject < Table > (); table -> set_ColumnWidths...set_ColumnWidths ( u "200" ); table -> set_Border ( MakeObject < BorderInfo...

    docs.aspose.com/pdf/zh/cpp/complex-pdf-example/