Represents parameters of PdfTable.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfTableStyle
Public Class PdfTableStyle
public ref class PdfTableStyle
type PdfTableStyle =  class end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfTableStyle()()()()
Initializes a new instance of the class.
AlternateStyle
Gets or sets the odd row cell style.
BorderOverlapStyle
Gets or sets a value indicating whether the cell borders should overlap its neighbour's borders or be drawn in the cell interior.
BorderPen
Gets or sets the pen of the table border.
CellPadding
Gets or sets the cell padding.
CellSpacing
Gets or sets the cell spacing.
DefaultStyle
Gets or sets the default cell style.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HeaderRowCount
Gets or sets the header rows count.
HeaderSource
Gets or sets a value indicating whether to use rows or column captions for forming header.
HeaderStyle
Gets or sets the header cell style.
IsFixWidth
get or set the value of fitWidth.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RepeatHeader
Gets or sets a value indicating whether to repeat header on each page.
ShowHeader
Gets or sets a value indicating whether the header is visible.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Tables..::..PdfTableStyle

See Also