Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ConditionalStyle Class
Properties Methods

In This Topic
    ConditionalStyle Class Members
    In This Topic

    The following tables list the members exposed by ConditionalStyle.

    Public Properties
     NameDescription
    Public Property Gets or sets the alignment of an inline table in the document. (Inherited from GrapeCity.Documents.Word.TableStyleBase)
    Public Property Gets or sets a value indicating whether the content within the cells can be rendered on multiple pages. (Inherited from GrapeCity.Documents.Word.TableStyleBase)
    Public Property Gets the cell borders formatting.  
    Public Property Gets the character formatting of the style.  
    Public Property Gets or sets a value indicating whether a table row shall be repeated at the top of each new page on which part of this table is displayed. This gives this table row the behavior of a 'header' row on each of these pages. (Inherited from GrapeCity.Documents.Word.TableStyleBase)
    Public Property Gets or sets the indentation (in points) that shall be added before the leading edge of the current table. (Inherited from GrapeCity.Documents.Word.TableStyleBase)
    Public Property Gets the default paddings for all cells in the current table.  
    Public Property Gets the paragraph formatting of the style.  
    Public Property Gets the shading that shall be applied to the extents of a table. Similarly to paragraph shading, this shading shall be applied to the contents of the tab up to the table borders, regardless of the presence of text - unlike cell shading, table shading shall include any cell padding. This property shall be superseded by any cell-level shading.  
    Public Property Gets or sets the default amount of space (in points) between the cells. (Inherited from GrapeCity.Documents.Word.TableStyleBase)
    Public Property Gets the type of conditional style (portion of table formatting to override).  
    Public Property Gets or sets the vertical alignment of text in cells. (Inherited from GrapeCity.Documents.Word.TableStyleBase)
    Public Property Gets or sets whether to wrap text in the cells. (Inherited from GrapeCity.Documents.Word.TableStyleBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Resets to default conditional table style formatting.  
    Top
    See Also