Home
last modified time | relevance | path

Searched refs:setRowHeights (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/R-cran-openxlsx/openxlsx/man/
H A DsetRowHeights.Rd3 \name{setRowHeights}
4 \alias{setRowHeights}
7 setRowHeights(wb, sheet, rows, heights)
29 setRowHeights(wb, 1, rows = c(1, 4, 22, 2, 19), heights = c(24, 28, 32, 42, 33))
32 setRowHeights(wb, 1, rows = 1, heights = 40)
H A DremoveRowHeights.Rd30 \code{\link[=setRowHeights]{setRowHeights()}}
H A DconditionalFormatting.Rd232 setRowHeights(wb, "colourScale", rows = 1:nrow(df), heights = 7.5)
/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-styles.R34 setRowHeights(wb, "Test", 1, 150)
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/layout/
H A Dqgslayoutitemmanualtable.sip.in68 .. seealso:: :py:func:`setRowHeights`
73 void setRowHeights( const QList< double > &heights );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/layout/
H A Dqgslayoutitemmanualtable.sip.in68 .. seealso:: :py:func:`setRowHeights`
73 void setRowHeights( const QList< double > &heights );
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitemmanualtable.h89 void setRowHeights( const QList< double > &heights );
H A Dqgslayoutitemmanualtable.cpp137 void QgsLayoutItemManualTable::setRowHeights( const QList<double> &heights ) in setRowHeights() function in QgsLayoutItemManualTable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitemmanualtable.h89 void setRowHeights( const QList< double > &heights );
H A Dqgslayoutitemmanualtable.cpp137 void QgsLayoutItemManualTable::setRowHeights( const QList<double> &heights ) in setRowHeights() function in QgsLayoutItemManualTable
/dports/textproc/R-cran-openxlsx/openxlsx/inst/extdata/
H A Dconditional_formatting_testing.R61 setRowHeights(wb, "colourScale", rows = 1:nrow(df), heights = 7.5)
/dports/textproc/R-cran-openxlsx/openxlsx/
H A DNAMESPACE77 export(setRowHeights)
H A DMD5142 edad5e0cdc25d0eb517c5f26856b1b78 *man/setRowHeights.Rd
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutmanualtable.cpp243 table->setRowHeights( QList< double >() << 5.5 << 4.0 ); in setContents()
411 table->setRowHeights( QList< double >() << 0 << 40.0 ); in rowHeight()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutmanualtable.cpp243 table->setRowHeights( QList< double >() << 5.5 << 4.0 ); in setContents()
411 table->setRowHeights( QList< double >() << 0 << 40.0 ); in rowHeight()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutmanualtablewidget.cpp238 mTable->setRowHeights( rowHeights ); in setTableContents()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutmanualtablewidget.cpp238 mTable->setRowHeights( rowHeights ); in setTableContents()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DQuattroSpreadsheet.cpp350 void setRowHeights(int minRow, int maxRow, int h) in setRowHeights() function in QuattroSpreadsheetInternal::Spreadsheet
1265 m_state->getSheet(m_state->m_actSheet, defFontType)->setRowHeights(minRow, maxRow, height); in readRowRangeSize()
/dports/textproc/R-cran-openxlsx/openxlsx/inst/doc/
H A DFormatting.Rmd254 setRowHeights(wb, "colourScale", rows = 1:nrow(df), heights = 7.5)
/dports/textproc/R-cran-openxlsx/openxlsx/vignettes/
H A DFormatting.Rmd254 setRowHeights(wb, "colourScale", rows = 1:nrow(df), heights = 7.5)
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A Dwrappers.R1323 setRowHeights <- function(wb, sheet, rows, heights) { function
1345 wb$setRowHeights(sheet, rows, heights)
H A DWorkbookClass.R2160 setRowHeights = function(sheet, rows, heights) { function
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/layouts/
H A DConstraintLayout.as567 setRowHeights(measureRows(constrainedHeight));
616 mx_internal function setRowHeights(value:Vector.<Number>):void
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTLegend.m932 -(void)setRowHeights:(NSArray *)newRowHeights