API Reference
Class
PdfRowCompose
Row builder with percentage-based columns.
Inheritance
- Object
- PdfRowCompose
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
- Method PdfRowCompose.Column
- Method PdfRowCompose.ColumnSeparator
- Method PdfRowCompose.Gap
- Method PdfRowCompose.Style
Accepted by parameters
- Method PdfContentCompose.Row
- Method PdfDocument.Row
Methods
public PdfRowCompose Column(Double widthPercent, Action<PdfRowColumnCompose> build) #Returns:
PdfRowComposeAdds a column with the given width percentage.
Parameters
- widthPercent System.Double
- build System.Action{OfficeIMO.Pdf.PdfRowColumnCompose}
public PdfRowCompose ColumnSeparator(PdfColor color, Double width = 0.5) #Returns:
PdfRowComposeDraws a vertical separator line between columns in this row.
Parameters
- color OfficeIMO.Pdf.PdfColor
- width System.Double = 0.5
public PdfRowCompose Gap(Double points) #Returns:
PdfRowComposeSets the horizontal gutter, in points, between columns in this row.
Parameters
- points System.Double
public PdfRowCompose Style(PdfRowStyle style) #Returns:
PdfRowComposeApplies row/column layout rhythm for this row.
Parameters
- style OfficeIMO.Pdf.PdfRowStyle