Skip to content

Commit 18dc6b7

Browse files
committed
Added DIPs info.
1 parent a95303b commit 18dc6b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

libraries/radpdfprocessing/editing/table/tablerow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Since **Q1 2025** you can easily configure the TablRow's height through its **He
5151
* __Exact__: Sets an exact row height. The value is in [Device Independent Pixels]({%slug device-independent-pixels%}) (DIPs).
5252

5353
* __AtLeast__: Sets a minimum row height. The value is in [Device Independent Pixels]({%slug device-independent-pixels%}) (DIPs).
54+
55+
>note You can convert DIPs to other units using the [Unit](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Media.Unit.html) class.
5456
5557
__Example 3__ creates a table with three single-cell rows, each with a different **HeightType**.
5658

libraries/radspreadprocessing/working-with-cells/get-set-clear-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ __Example 2__ illustrates how to use these methods on the region A1:F6.
117117

118118
Using the above approach you can set the value of almost all cell properties. There are a few exceptions to the general get, set and clear rule, though, and each of them is described into one of the following sections.
119119

120-
>When using **GetFontSize()** and **SetFontSize()** methods you have to keep in mind that measurement units used in **RadSpreadProcessing** are [Device Independent Pixels]({%slug device-independent-pixels%}) (DIPs). For more information go to [Measurement Units]({%slug radspreadprocessing-working-with-rows-and-columns-resizing%}#measurement-units) help topic.
120+
>When using **GetFontSize()** and **SetFontSize()** methods you have to keep in mind that measurement units used in **RadSpreadProcessing** are [Device Independent Pixels]({%slug device-independent-pixels%}) (DIPs). You can convert it to points or other units using the [Unit](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Media.Unit.html) class. For more information go to [Measurement Units]({%slug radspreadprocessing-working-with-rows-and-columns-resizing%}#measurement-units) help topic.
121121
122122
## Value Property
123123

libraries/radspreadprocessing/working-with-rows-and-columns/resizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Another way to auto fit column widths is to use the __ExpandToFitNumberValuesWid
142142
columnSelection.ExpandToFitNumberValuesWidth();
143143
{{endregion}}
144144

145-
> The unit type used to set the width of the columns and the height of the rows in RadSpreadProcessing is [Device Independent Pixels]({%slug device-independent-pixels%}) (DIPs).
145+
> The unit type used to set the width of the columns and the height of the rows in RadSpreadProcessing is [Device Independent Pixels]({%slug device-independent-pixels%}) (DIPs). You can convert it to points or other units using the [Unit](https://docs.telerik.com/devtools/document-processing/api/Telerik.Windows.Documents.Media.Unit.html) class.
146146
147147
### Telerik RadSpreadProcessing vs MS Excel
148148

0 commit comments

Comments
 (0)