Click or drag to resize

DocxTable Class

L'ogetto tabella
Inheritance Hierarchy
SystemObject
  QsGemBox.DocxDocxTable

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public class DocxTable

The DocxTable type exposes the following members.

Constructors
 NameDescription
Public methodDocxTable Costruttore standard
Public methodDocxTable(Table) Costruttore wrapper standard
Top
Properties
 NameDescription
Public propertyAutoResize Decide se la tabella deve ridimensionare le colonne automaticamente
Public propertyCells Gets the cells.
Public propertyColumnsCount Ritorna il numero di colonne della tabella.
Public propertyInnerObject Gets or sets the inner object.
Public propertyRows Returns an enumerator that iterates through the collection.
Public propertyRowsCount Ritorna il numero di righe della tabella.
Public propertySection Prende la sezione
Top
Methods
 NameDescription
Public methodAddRow Aggiunge una riga vuota
Public methodAddRow(ICollectionString) Aggiunge una riga riempiendo le celle con il contenuto della tabella lua
Public methodAddRow(IListString) Adds the row. To make it easy from Python...
Public methodAddRow(Int32) Adds the row.
Public methodClone Clones this DocxTable instance.
Public methodDeleteRow Deletes the row.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCell Prende la cella alle coordinate passate
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTableColumn Gets the table column.
Public methodGetTableRow Ritorna la riga di tabella
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHideBorders Nasconde i bordi della tabella. Si usa per le tabelle di allinemanto.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMergeCells Esegue il merging delle celle.
Public methodMergeColumnsAuto(IListInt32) Merges the columns automatic.
Public methodMergeColumnsAuto(Int32) Merges the columns automatic.
Public methodReadCell Legge il testo della cella
Public methodSetAlignmentHorizontal Sets the alignement.
Public methodSetAlignmentVertical Sets the alignment vertical.
Public methodSetBorders Set the table borders
Public methodSetColumnPreferredWidth Imposta la preferenza sulla larghezza di colonna (non garantita)
Public methodSetColumnsPreferredWidth Imposta le larghezze di colonna
Public methodSetFontBold Sets the font bold.
Public methodSetFontItalic Sets the font italic.
Public methodSetFontName Imposta il font di tutta la cella
Public methodSetFontSize Sets the size of the font.
Public methodSetLineSpacing Sets the line spacing.
Public methodSetRowHeight Sets the height.
Public methodSetStyle Imposta lo stile della tabella.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteCell Scrive il testo della cella
Public methodWriteRow Scrive l'intera riga della tabella
Top
See Also