new PdfRow()
A PdfRow is an object that represents a row that resides within a PdfTable. [NON-INSTANTIABLE]
MEMBERS
-
cells :Array.<PdfCell>
-
Array of PdfCells that reside within this PdfRow.
- Default Value:
- []
-
height :number
-
The height of this PdfRow.
- Default Value:
- 50
-
heightRule :string
-
Setting that determines how the height of a row is calculated in this table. For acceptable values, see 'nc.constants.pdfHeightRuleTypes'.
- Default Value:
- "autoFit"
-
inheritedTypes :object
-
Dictionary object listing all of the types this object is compatible with.
-
type :string
-
Type identifier.