DocxTable Methods

QsInformatica.Utils

DocxTable Methods

The DocxTable type exposes the following members.

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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTableColumn
Gets the table column.
Public methodGetTableRow
Ritorna la riga di tabella
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHideBorders
Nasconde i bordi della tabella. Si usa per le tabelle di allinemanto.
Protected methodMemberwiseClone
Creates 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 methodToString
Returns 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