Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 43,447 for

table

(0.1 sec)
  1. Row.IsLastRow | Aspose.Words for .NET

    Row IsLastRow property. True if this is the last row in a Table false otherwise in C#....if this is the last row in a table; false otherwise. public bool...Examples Shows how to set a table to stay together on the same...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Cell.Accept | Aspose.Words for .NET

    Cell Accept method. Accepts a visitor in C#....the node structure of every table in a document. public void TableToText...a string of all encountered Table nodes and their children. ///...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Row.AcceptEnd | Aspose.Words for .NET

    Row AcceptEnd method. Accepts a visitor for visiting the end of the row in C#....the node structure of every table in a document. public void TableToText...a string of all encountered Table nodes and their children. ///...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Aspose::Words::DocumentBuilder::Write method | ...

    Aspose::Words::DocumentBuilder::Write method. Inserts a string into the document at the current insert position in C++....docx" ); Shows how to build a table with custom borders. auto doc...-> StartTable (); // Setting table formatting options for a document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. ShapeBase.allow_overlap property | Aspose.Words...

    ShapeBase.allow_overlap property. Gets or sets a value that specifies whether this shape can overlap other shapes....Shows how to work with floating tables properties. doc = aw . Document...= MY_DIR + 'Table wrapped by text.docx' ) table = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Tables::Row::EnsureMinimum metho...

    Aspose::Words::Tables::Row::EnsureMinimum method. If the Row has no cells, creates and appends one Cell in C++....Aspose::Words::Tables::Row::EnsureMinimum method Contents [ Hide...Cell . void Aspose :: Words :: Tables :: Row :: EnsureMinimum ()...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Table.AllowCellSpacing | Aspose.Words for .NET ...

    Table 财产. 获取或设置允许单元格之间的间距选项...Table.AllowCellSpacing Table.AllowCellSpacing property 获取或设置“允许单元格之间的间距”选项。...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/zh/net/aspose.words....
  8. Row.NextRow | Aspose.Words for .NET

    Row NextRow property. Gets the next Row node in C#....need to have typed access to table rows. If a StructuredDocumentTa...StructuredDocumentTa node is found in a table instead of a row, it is automatically...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Aspose::Words::Fonts::TableSubstitutionRule cla...

    Aspose::Words::Fonts::TableSubstitutionRule class. Table font substitution rule. To learn more, visit the documentation article in C++....TableSubstitutionRul class Table font substitution rule. To learn...(const System::String&) Loads table substitution settings from XML...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Paragraph.IsEndOfCell | Aspose.Words for .NET

    Paragraph IsEndOfCell property. True if this paragraph is the last paragraph in a Cell false otherwise 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...