DocxCell Class | 
Namespace: QsGemBox.Docx
The DocxCell type exposes the following members.
| Name | Description | |
|---|---|---|
| DocxCell | 
            Costruttore standard
              | |
| DocxCell(TableCell) | 
            Costruttore wrapper
              | 
| Name | Description | |
|---|---|---|
| BackgroundColor | 
            Gets or sets the color of the background.
              | |
| Bold | 
            Sets a value indicating whether this DocxCell is bold.
              | |
| Height | 
            Altezza della cella.
              | |
| InnerObject | 
            L'oggetto interno
              | |
| Italic | 
            Sets a value indicating whether this DocxCell is italic.
              | |
| Section | 
            Ritorna la sezione di appartenenza
              | |
| Text | 
            Get cell text.
              | |
| Width | 
            Larghezza della cella.
              | 
| Name | Description | |
|---|---|---|
| AddBookmarkText | 
            Adds the bookmark text.
              | |
| AddField | 
            Adds the field.
            Warning: not complete!
              | |
| AddHyperlink | 
            Aggiunge un hyperlink
              | |
| AddImage(Image, Int32, Int32) | 
            Aggiunge un'immagine. L'immagine deve essere in formato PNG.
              | |
| AddImage(String, Int32, Int32) | 
            Aggiunge un'immagine
              | |
| AddNewLine | 
            Aggiunge una linea vuota.
              | |
| AddParagraph | 
            Aggiunge un paragrafo
              | |
| AddTab | 
            Aggiunge una tabulazione
              | |
| AddTable | 
            Aggiunge una tabella
              | |
| AddText | 
            Aggiunge un testo al paragrafo corrente di una cella
              | |
| CloneFormat | 
            Copia il formato della cella leggendo le informazioni dalla cella specificata in ingresso.
              | |
| 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.) | |
| GetColumnIndex | 
            Ritorna l'indice della colonna a cui la cella appartiene.
              | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetRowIndex | 
            Ritorna l'indice della riga a cui la cella appartiene.
              | |
| GetTable | 
            Ritorna la tabella in cui è contenuta la cella.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetAlignmentHorizontal | 
            Sets the alignement.
              | |
| SetAlignmentVertical | 
            Sets the alignment vertical.
              | |
| SetBackgroundColor(Color) | 
            Sets the color of the background.
              | |
| SetBackgroundColor(Int32, Int32, Int32) | 
            Sets the color of the background.
              | |
| SetBottomPadding | 
            Sets the bottom padding of the cell.
              | |
| SetFontBold | 
            Sets the font bold.
              | |
| SetFontItalic | 
            Imposta il font come italic
              | |
| SetFontName | 
            Imposta il font di tutta la cella
              | |
| SetFontSize | 
            Imposta l'altezza del font di tutta la cella
              | |
| SetLeftPadding | 
            Sets the left padding of the cell.
              | |
| SetLineSpacing | 
            Sets the line spacing.
              | |
| SetRightPadding | 
            Sets the right padding of the cell.
              | |
| SetTopPadding | 
            Sets the top padding of the cell.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |