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

table

(0.52 sec)
  1. Aspose::Words::InlineStory::get_ParentParagraph...

    Aspose::Words::InlineStory::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....:: Footnote , nullptr ); // Table nodes have an "EnsureMinimum()"...makes sure the table has at least one cell. auto table = System ::...

    reference.aspose.com/words/cpp/aspose.words/inl...
  2. Aspose::Words::TableStyle::get_ColumnStripe met...

    Aspose::Words::TableStyle::get_ColumnStripe method. Gets or sets a number of columns to include in the banding when the style specifies odd/even columns banding in C++....Shows how to create conditional table styles that alternate between...configure a conditional style of a table to apply a different color to...

    reference.aspose.com/words/cpp/aspose.words/tab...
  3. DocumentBuilder.move_to_cell method | Aspose.Wo...

    DocumentBuilder.move_to_cell method. Moves the cursor to a Table cell in the current section....move_to_cell method move_to_cell(table_index, row_index, column_index...character_index) Moves the cursor to a table cell in the current section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Tables::CellFormat::get_Preferre...

    Aspose::Words::Tables::CellFormat::get_PreferredWidth method. Returns or sets the preferred width of the cell in C++....Aspose::Words::Tables::CellFormat::get_PreferredWidth method...Words :: Tables :: PreferredWidth > Aspose :: Words :: Tables :: CellFormat...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Aspose::Words::DocumentBuilder::MoveToCell meth...

    Aspose::Words::DocumentBuilder::MoveToCell method. Moves the cursor to a Table cell in the current section in C++....method Moves the cursor to a table cell in the current section...tableIndex int32_t The index of the table to move to. rowIndex int32_t...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells....filter data both in a table and a pivot table. Microsoft Excel allows...slicer by selecting a table or pivot table and then clicking Insert...

    docs.aspose.com/cells/python-net/create-slicer/
  7. 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...
  8. Issue with tables having large number of rows w...

    I created a Table in Excel with around 120 rows. When I insert this Table back into Excel, all 120 rows are displayed correctly. However, when I insert the same Table into Word, only the first 55 rows are visible initia…...Issue with tables having large number of rows when saving as...2025, 1:49pm 1 I created a table in Excel with around 120 rows...

    forum.aspose.com/t/issue-with-tables-having-lar...
  9. 在演示文稿中使用 C++ 管理表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...pptx" ); auto table = System :: AsCast < ITable...Shape#0 is a table for ( int32_t i = 0 ; i < table -> get_Rows...

    docs.aspose.com/slides/zh/cpp/manage-cells/
  10. 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...