Click or drag to resize

DocxCell Class

La cella di una tabella Word
Inheritance Hierarchy
SystemObject
  QsGemBox.DocxDocxCell

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

The DocxCell type exposes the following members.

Constructors
 NameDescription
Public methodDocxCell Costruttore standard
Public methodDocxCell(TableCell) Costruttore wrapper
Top
Properties
 NameDescription
Public propertyBackgroundColor Gets or sets the color of the background.
Public propertyBold Sets a value indicating whether this DocxCell is bold.
Public propertyHeight Altezza della cella.
Public propertyInnerObject L'oggetto interno
Public propertyItalic Sets a value indicating whether this DocxCell is italic.
Public propertySection Ritorna la sezione di appartenenza
Public propertyText Get cell text.
Public propertyWidth Larghezza della cella.
Top
Methods
 NameDescription
Public methodAddBookmarkText Adds the bookmark text.
Public methodAddField Adds the field. Warning: not complete!
Public methodAddHyperlink Aggiunge un hyperlink
Public methodAddImage(Image, Int32, Int32) Aggiunge un'immagine. L'immagine deve essere in formato PNG.
Public methodAddImage(String, Int32, Int32) Aggiunge un'immagine
Public methodAddNewLine Aggiunge una linea vuota.
Public methodAddParagraph Aggiunge un paragrafo
Public methodAddTab Aggiunge una tabulazione
Public methodAddTable Aggiunge una tabella
Public methodAddText Aggiunge un testo al paragrafo corrente di una cella
Public methodCloneFormat Copia il formato della cella leggendo le informazioni dalla cella specificata in ingresso.
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 methodGetColumnIndex Ritorna l'indice della colonna a cui la cella appartiene.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRowIndex Ritorna l'indice della riga a cui la cella appartiene.
Public methodGetTable Ritorna la tabella in cui è contenuta la cella.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetAlignmentHorizontal Sets the alignement.
Public methodSetAlignmentVertical Sets the alignment vertical.
Public methodSetBackgroundColor(Color) Sets the color of the background.
Public methodSetBackgroundColor(Int32, Int32, Int32) Sets the color of the background.
Public methodSetBottomPadding Sets the bottom padding of the cell.
Public methodSetFontBold Sets the font bold.
Public methodSetFontItalic Imposta il font come italic
Public methodSetFontName Imposta il font di tutta la cella
Public methodSetFontSize Imposta l'altezza del font di tutta la cella
Public methodSetLeftPadding Sets the left padding of the cell.
Public methodSetLineSpacing Sets the line spacing.
Public methodSetRightPadding Sets the right padding of the cell.
Public methodSetTopPadding Sets the top padding of the cell.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also