Search Results: Value-priced treatments https://simplemedrx.top"></a>

Object Structures padding

Reference
Specifies the top, bottom, left, and right paddings of the DataGrid cell.

: function(options) { const { gridCell, pdfCell } = options; if(gridCell.rowType === 'data') { pdfCell.padding = { top: 10, right: 10, bottom...') { pdfCell.padding = { top: 10, right: 10, bottom: 10, left: 10 }; } } }).then(() => { doc.save('Customers.pdf'); }) } } import

Object Structures margin

Reference
Specifies the margin for the top, bottom, left, and right sides of the exported Grid.

() { const doc = new jsPDF(); DevExpress.pdfExporter.exportDataGrid({ margin: { top: 20, right: 20, bottom: 20, left: 20 }, jsPDFDocument: doc... { @ViewChild(DxDataGridComponent, { static: false }) dataGrid: DxDataGridComponent; exportGrid() { const doc = new jsPDF(); exportDataGridToPdf({ margin: { top: 20, right: 20

Object Structures from

Reference
Coordinates of the top left cell.

column The index of a column that contains the cell. This index begins with 1 which corresponds to column A in Excel. row The index of a row that contains the cell. This index begins with 1 to...

dxDiagram dxDiagramShape position

Reference
Specifies the position of the top left shape corner relative to the top left corner of the diagram work area.

x The horizontal shape position specified in units. y The vertical shape position specified in...

Object Structures topLeft

Reference
Specifies the top left position of the DataGrid in the exported PDF document. Contains x and y properties. You can locate this position only below the page margins.

View Demo x Specifies the horizontal position of the exported DataGrid. y Specifies the vertical position of the exported DataGrid. ...