Share via


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
Aa438806.properties(en-us,office.12).gif 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.
Aa438806.properties(en-us,office.12).gif HasTable Returns msoTrue if the shape represents a TableFrame object or msoFalse if the shape represents any other object type. Read-only MsoTriState.
Aa438806.properties(en-us,office.12).gif HasTextFrame Returns an MsoTriState constant if the specified shape has a TextFrame object associated with it. Read-only.
Aa438806.properties(en-us,office.12).gif 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.
Aa438806.properties(en-us,office.12).gif Table Returns a Table object that represents a table in Microsoft Publisher.
Aa438806.properties(en-us,office.12).gif 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.
Aa438806.properties(en-us,office.12).gif 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.
Aa438806.properties(en-us,office.12).gif Type Returns a PbStoryType constant that represents the type of story. Read-only.