Version

TableProperties Class Members

The following tables list the members exposed by TableProperties.

Public Properties
 NameDescription
Public PropertyAlignmentReturns or sets a value which determines the horizontal alignment for the associated paragraph or table. (Inherited from Infragistics.Documents.Word.ParagraphPropertiesBase)
Public PropertyBorderPropertiesReturns an object which provides a way to customize borders for the cells in the associated table. (Inherited from Infragistics.Documents.Word.TablePropertiesBase)
Public PropertyCellMarginsReturns or sets a value which determines the amount of padding applied between the inside of the cell borders and the cell content.  
Public PropertyCellSpacingReturns or sets a value which determines the amount of spacing applied between adjacent cells and the table borders. (Inherited from Infragistics.Documents.Word.TablePropertiesBase)
Public PropertyLayoutReturns or sets a value which determines the layout algorithm that is used to determine the size and position of cells in the associated table.  
Public PropertyLeftIndentReturns or sets a value which determines the indentation from the left margin for the associated paragraph or table. (Inherited from Infragistics.Documents.Word.ParagraphPropertiesBase)
Public PropertyPreferredWidthReturns or sets the preferred width of the associated table, expressed as an explicit linear quantity.  
Public PropertyPreferredWidthAsPercentageReturns or sets the preferred width of the associated table, expressed as a percentage of the width of the containing element.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateReturns a new instance which is associated with the specified WordDocumentWriter.  
Public MethodResetOverridden. Restores all property values for this instance to their respective defaults.  
See Also

View on GitHub