DocxTable Class

QsInformatica.Utils

DocxTable Class

L'ogetto tabella
Inheritance Hierarchy
SystemObject  QsGemBox.DocxDocxTable

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public class DocxTable
Public Class DocxTable
public ref class DocxTable
type DocxTable =  class end

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 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