FOM Reference > Display > Page Content > fdStreamPos interface
  
fdStreamPos interface
The position for a stream being formatted saved at the bottom of the page.
counters attribute
A read only snapshot of the X-Counters stored at the bottom of this page. It is not possible to change any of the counters accessed through this array, they can only be modified during formatting using the fFormatting.counters array.
counters
Access
read-only
Returns
fIntArray
fish attribute
A read only snapshot of the fish variables stored at the bottom of this page. It is not possible to iterate over values in these fish arrays or change any of the fish variables accessed through this array, they can only be modified during formatting using the fFormatting.fish arrays.
fish
Access
read-only
Returns
fStringArray[]
pageNumber attribute
The page number this position was saved on.
pageNumber
Access
read-only
Returns
int
runningHeaders attribute
A read only snapshot of the running headers stored at the bottom of this page.
runningHeaders
Access
read-only
Returns
fdRunningHeaderGroup[]
source attribute
The stream object whose contents are being formatted.
source
Access
read-only
Returns
fStream
streamHierarchy attribute
A read only snapshot of the formatting hierarchy for this stream at the bottom of the page.
streamHierarchy
Access
read-only
Returns
fArray
stringCounters attribute
A read only snapshot of the String-Counters stored at the bottom of this page. It is not possible to change any of the string counters accessed through this array, they can only be modified during formatting using the fFormatting.stringCounters array.
stringCounters
Access
read-only
Returns
fStringArray