Story Object Members
Publisher Developer Reference |
Represents the text in an unlinked text frame, text flowing between linked text frames, or text in a table cell. The Story object is a member of the TextFrame and TextRange objects and the Stories collection.
Properties
Name | Description | |
---|---|---|
Application | Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application. | |
HasTable | Returns msoTrue if the shape represents a TableFrame object or msoFalse if the shape represents any other object type. Read-only MsoTriState. | |
HasTextFrame | Returns an MsoTriState constant if the specified shape has a TextFrame object associated with it. Read-only. | |
Parent | Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only. | |
Table | Returns a Table object that represents a table in Microsoft Publisher. | |
TextFrame | Returns a TextFrame object that represents the text in a shape as well as the properties that control the margins and orientation of the text. | |
TextRange | Returns a TextRange object that represents the text that's attached to a shape, as well as properties and methods for manipulating the text. | |
Type | Returns a PbStoryType constant that represents the type of story. Read-only. |