TextFrameItem nextFrame throws
Hey guys,
I've been going through the documentation on using (docs)
TextFrameItem.nextFrame
From the docs as well:
- When you create a text frame, you also create a Story object.
- However, threading text frames combines the frames into a single story object.
- To thread frames, use the nextFrame or previousFrame property.
When I try to access this property on a TextFrame that I have I get the following error:
The requested property is not available for this type of text frame.
Has anyone else encoutered this error? My guess is that this means that there is no nextFrame to follow so I can just ignore it
