FOM Reference > Formatting > Datatypes > fFormatPos interface
  
fFormatPos interface
A position in a stream during formatting.
attributes attribute
This array provides the attributes that were passed in when the formatting of this stream was started, either by passing XML attributes when calling the tag or via fFormatting::formatStream.
This property is only available when accessed from the fFormatting.streamHierarchy or fFormatting.currentStream properties. It will return null from the fdStream.streamHierarchy property.
attributes
Access
read-only
Returns
fStringArray
caller attribute
This provides a link to the caller of this stream, or null if this is the document stream. Also see fFormatting::streamHierarchy.
This property is only available when accessed from the fFormatting.streamHierarchy or fFormatting.currentStream properties. It will return null from the fdStream.streamHierarchy property.
caller
Access
read-only
Returns
fFormatPos
source attribute
The stream object whose contents is being formatted.
source
Access
read-only
Returns
fStream