Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 43,339 for

table

(0.09 sec)
  1. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional style....with certain area styles of a table. doc = aw . Document () builder...DocumentBuilder ( doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Class ListColumn | Aspose.Cells for .NET API Re...

    Aspose.Cells.Tables.ListColumn class. Represents a column in a Table...class Represents a column in a Table. public class ListColumn Properties...data in this column of the table. SetCustomCalculatedF (string...

    reference.aspose.com/cells/net/aspose.cells.tab...
  3. Table.Style | Aspose.Words for .NET API 参考

    Table 财产. 获取或设置应用于此表格的表格样式...Table.Style Table.Style property 获取或设置应用于此表格的表格样式。 public Style...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/zh/net/aspose.words....
  4. InlineStory.tables property | Aspose.Words for ...

    InlineStory.Tables property. Gets a collection of Tables that are immediate children of the story....tables property InlineStory.tables property Gets a collection...collection of tables that are immediate children of the story. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. InlineStory.LastParagraph | Aspose.Words for .NET

    InlineStory LastParagraph property. Gets the last paragraph in the story in C#.... Footnote , null ); // Table nodes have an "EnsureMinimum()"...the table has at least one cell. Table table = new Table ( doc...

    reference.aspose.com/words/net/aspose.words/inl...
  6. CellFormat.left_padding property | Aspose.Words...

    CellFormat.left_padding property. Returns or sets the amount of space (in points) to add to the left of the contents of cell....DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell.... end_row () builder . end_table () # The first cell was unaffected...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CellFormat.right_padding property | Aspose.Word...

    CellFormat.right_padding property. Returns or sets the amount of space (in points) to add to the right of the contents of cell....DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell.... end_row () builder . end_table () # The first cell was unaffected...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructureTypeStandard - Aspose.PDF for Java - A...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....portion of text describing a table or figure. static StructureTypeStandar...static StructureTypeStandar Table (Table) A two-dimensional layout...

    reference.aspose.com/pdf/java/com.aspose.pdf.ta...
  9. Working with Tables in C++|Aspose.Words for C++

    How to work with Tables in C++. Introducing to work with Tables and Table node concepts in Aspose.Words for C++....Working with Tables Contents [ Hide ] A table in a document is...structure similar data. That is why tables are a common content formatting...

    docs.aspose.com/words/cpp/working-with-tables/
  10. ParagraphFormat.KeepWithNext | Aspose.Words for...

    ParagraphFormat KeepWithNext property. True if the paragraph is to remains on the same page as the paragraph that follows it in C#....Examples Shows how to set a table to stay together on the same...MyDir + "Table spanning two pages.docx" ); Table table = doc ....

    reference.aspose.com/words/net/aspose.words/par...