DocxTable Class | 
Namespace: QsGemBox.Docx
The DocxTable type exposes the following members.
| Name | Description | |
|---|---|---|
| DocxTable | 
            Costruttore standard
              | |
| DocxTable(Table) | 
            Costruttore wrapper standard
              | 
| Name | Description | |
|---|---|---|
| AutoResize | 
            Decide se la tabella deve ridimensionare le colonne automaticamente
              | |
| Cells | 
            Gets the cells.
              | |
| ColumnsCount | 
            Ritorna il numero di colonne della tabella.
              | |
| InnerObject | 
            Gets or sets the inner object.
              | |
| Rows | 
            Returns an enumerator that iterates through the collection.
              | |
| RowsCount | 
            Ritorna il numero di righe della tabella.
              | |
| Section | 
            Prende la sezione
              | 
| Name | Description | |
|---|---|---|
| AddRow | 
            Aggiunge una riga vuota
              | |
| AddRow(ICollectionString) | 
            Aggiunge una riga riempiendo le celle con il contenuto della tabella lua
              | |
| AddRow(IListString) | 
            Adds the row. To make it easy from Python...
              | |
| AddRow(Int32) | 
            Adds the row.
              | |
| Clone | 
            Clones this DocxTable instance.
              | |
| DeleteRow | 
            Deletes the row.
              | |
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetCell | 
            Prende la cella alle coordinate passate
              | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetTableColumn | 
            Gets the table column.
              | |
| GetTableRow | 
            Ritorna la riga di tabella
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HideBorders | 
            Nasconde i bordi della tabella. Si usa per le tabelle di allinemanto.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| MergeCells | 
            Esegue il merging delle celle.
              | |
| MergeColumnsAuto(IListInt32) | 
            Merges the columns automatic.
              | |
| MergeColumnsAuto(Int32) | 
            Merges the columns automatic.
              | |
| ReadCell | 
            Legge il testo della cella
              | |
| SetAlignmentHorizontal | 
            Sets the alignement.
              | |
| SetAlignmentVertical | 
            Sets the alignment vertical.
              | |
| SetBorders | 
            Set the table borders
              | |
| SetColumnPreferredWidth | 
            Imposta la preferenza sulla larghezza di colonna (non garantita)
              | |
| SetColumnsPreferredWidth | 
            Imposta le larghezze di colonna
              | |
| SetFontBold | 
            Sets the font bold.
              | |
| SetFontItalic | 
            Sets the font italic.
              | |
| SetFontName | 
            Imposta il font di tutta la cella
              | |
| SetFontSize | 
            Sets the size of the font.
              | |
| SetLineSpacing | 
            Sets the line spacing.
              | |
| SetRowHeight | 
            Sets the height.
              | |
| SetStyle | 
            Imposta lo stile della tabella.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| WriteCell | 
            Scrive il testo della cella
              | |
| WriteRow | 
            Scrive l'intera riga della tabella
              |