Script functions reference > Script functions in alphabetical order > S > StGetPropertyMm

StGetPropertyMm
Syntax
StGetPropertyMm(property);
property
 
The horizontal position of the object’s anchor point relative to the origin (upper left corner) of the parent object, normally the page.
The vertical position of the object’s anchor point relative to the origin (upper left corner) of the parent object, normally the page.
If Vertical size (or TextHeightGrow property if using scripting) is set to Limited, this is the minimum height of the text regardless of the height of the text area.
If Vertical size (or TextHeightGrow property if using scripting) is set to Limited, this is the maximum height of the text regardless of the height of the text area.
The column width of the nth column of the table, where n=0 is the left column.
The line thickness of the nth cell on the row, where n=0 is the left cell.
Cells[]/TopLineThickness
The line thickness of the top border of the nth cell on the row, where n=0 is the left cell.
Cells[]/LeftLineThickness
The line thickness of the left border of the nth cell on the row, where n=0 is the left cell.
Cells[]/RightLineThickness
The line thickness of the right border of the nth cell on the row, where n=0 is the left cell.
Cells[]/BottomLineThickness
The line thickness of the bottom border of the nth cell on the row, where n=0 is the left cell.
Description
Retrieves the value of the specified property in StoryTeller. The value is returned in millimeters
Returns
num
Example
$Height = StGetPropertyMm("Height");
OpenText StreamServe 5.6 Updated: 2013-03-01