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

StGetProperty
Syntax
StGetProperty(property);
property
The non-dimensional StoryTeller property to retrieve the value for. For available properties, see the table below:
 
Name
Description
Visibility
0 – Normal
1 – Hidden (Object is suppressed)
2 – Invisible
Rotation
SizeMode
0 – Resize
1 – Original
Positioning
0 – Left top
1 – Left center
2 – Left bottom
3 – Center top
4 – Center center
5 – Center bottom
6 – Right top
7 – Right center
8 – Right bottom
Alignment
For images when SizeMode is set to Resize and ScaleMode is None or Proportional, this specifies the alignment of the image within the bounding box (or just refer to ST doc)
0 – Left top
1 – Left center
2 – Left bottom
3 – Center top
4 – Center center
5 – Center bottom
6 – Right top
7 – Right center
8 – Right bottom
Visibility
TextHeightGrow
0 – Fixed
1 – Limited
Note:
Use the TextHeightMin/TextHeightMax property keys with StSetPropertyMm() or StSetPropertyPt() to set the limits. To use "no limit" for the text height, specify a very high number.
LineColor
FillType
FillColor
FillSecondColor
ScaleMode
0 – None
1 – Scale
2 – Proportional
ImageURI
ImageFormat
ImageBitDepth
ImagePixelWidth
ImagePixelHeight
ImageResolutionX
ImageResolutionY
ImagePage
OverlayURI
OverlayPage
BarcodeName
BarcodeData
SubstitutionURI
Cells[n]/FillColor
The fill color of the nth cell on the row, where n=0 is the left cell.
Cells[]/LineColor
The border color of the nth cell on the row, where n=0 is the left cell.
Cells[]/TopLineColor
The border color of the top border of the nth cell on the row, where n=0 is the left cell.
Cells[]/LeftLineColor
The border color of the left border of the nth cell on the row, where n=0 is the left cell.
Cells[]/RightLineColor
The border color of the right border of the nth cell on the row, where n=0 is the left cell.
Cells[]/BottomLineColor
The border color of the bottom border of the nth cell on the row, where n=0 is the left cell.
ColumnsCount
CellsCount
Description
Retrieves the value of the specified non-dimensional property in StoryTeller.
Returns
string
Example
$visibility = StGetProperty("Visibility");
OpenText StreamServe 5.6 Updated: 2013-03-01