Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 43,454 for

table

(0.09 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  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. 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/
  7. 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...
  8. Table.PreferredWidth | Aspose.Words for .NET

    Table PreferredWidth property. Gets or sets the Table preferred width in C#....PreferredWidth Table.PreferredWidth property Gets or sets the table preferred...Examples Shows how to set a table to auto fit to 50% of the width...

    reference.aspose.com/words/net/aspose.words.tab...
  9. 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...
  10. Enum TableAlignment | Aspose.Words for .NET API 参考

    Aspose.Words.Tables.TableAlignment 枚举. 指定内联表的对齐方式...Document ( MyDir + "Tables.docx" ); Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; // 将表格与页面中心对齐。 table . Alignment =...

    reference.aspose.com/words/zh/net/aspose.words....