API Reference
PdfRowStyle
Describes reusable layout rhythm for row/column blocks.
Inheritance
- Object
- PdfRowStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfOptions.DefaultRowStyle
- Method PdfRowStyle.Clone
- Property PdfTheme.RowStyle
Accepted by parameters
- Method PdfDocument.DefaultRowStyle
- Method PdfPageCompose.DefaultRowStyle
- Method PdfRowCompose.Style
Constructors
public PdfRowStyle() #Methods
Inherited Methods
Properties
public Nullable<Double> Gap { get; set; } #Horizontal gutter between row columns, in points. When null the row uses its explicit gap or the built-in Word-like gutter.
public Double SpacingBefore { get; set; } #Vertical space before the row, in points.
public Double SpacingAfter { get; set; } #Vertical space after the row, in points.
public Nullable<PdfColor> ColumnSeparatorColor { get; set; } #Optional vertical separator color drawn between row columns.
public Double ColumnSeparatorWidth { get; set; } #Vertical separator line width, in points. A non-positive width disables separator drawing.
public Boolean KeepTogether { get; set; } #When true, the row moves to the next page instead of splitting across pages.
public Boolean KeepWithNext { get; set; } #When true, the row moves with the first visible part of the following block when they fit together.
Fields
public const Double DefaultGap #Built-in gutter used for multi-column rows when neither the row nor a default row style specifies one.
18