Click or drag to resize

PdfGridStyle Class

Grid style
Inheritance Hierarchy
System Object
Spire.Pdf.Grid PdfGridStyleBase
Spire.Pdf.Grid PdfGridStyle

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfGridStyle : PdfGridStyleBase

The PdfGridStyle type exposes the following members.

Constructors
Name Description
Public method PdfGridStyle
Initializes a new instance of theclass.
Top
Properties
Name Description
Public property AllowHorizontalOverflow
Gets or sets a value indicating whether to allow horizontal overflow.
Public property BackgroundBrush
Gets or sets the background brush.
(Inherited from PdfGridStyleBase .)
Public property BorderOverlapStyle
Gets or sets the border overlap style.
Public property CellPadding
Gets or sets the cell padding.
Public property CellSpacing
Gets or sets the cell spacing.
Public property Font
Gets or sets the font.
(Inherited from PdfGridStyleBase .)
Public property HorizontalOverflowType
Gets or sets the type of the horizontal overflow.
Public property TextBrush
Gets or sets the text brush.
(Inherited from PdfGridStyleBase .)
Public property TextPen
Gets or sets the text pen.
(Inherited from PdfGridStyleBase .)
Top
Methods
Name Description
Public method Clone
Creates a new object that is a copy of the current instance.
(Inherited from PdfGridStyleBase .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_cellPadding
the cell padding.
(Inherited from PdfGridStyleBase .)
Top
See Also