API Reference

Class

PdfRowCompose

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf

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.

Accepted by parameters

Methods

public PdfRowCompose Column(Double widthPercent, Action<PdfRowColumnCompose> build) #
Returns: PdfRowCompose

Adds a column with the given width percentage.

Parameters

widthPercent System.Double requiredposition: 0
build System.Action{OfficeIMO.Pdf.PdfRowColumnCompose} requiredposition: 1
public PdfRowCompose ColumnSeparator(PdfColor color, Double width = 0.5) #
Returns: PdfRowCompose

Draws a vertical separator line between columns in this row.

Parameters

color OfficeIMO.Pdf.PdfColor requiredposition: 0
width System.Double = 0.5 optionalposition: 1
public PdfRowCompose Gap(Double points) #
Returns: PdfRowCompose

Sets the horizontal gutter, in points, between columns in this row.

Parameters

points System.Double requiredposition: 0
public PdfRowCompose Style(PdfRowStyle style) #
Returns: PdfRowCompose

Applies row/column layout rhythm for this row.

Parameters

style OfficeIMO.Pdf.PdfRowStyle requiredposition: 0