Share via


WrapFormat Object Members

Publisher Developer Reference

Represents all the properties for wrapping text around a shape or shape range.

Properties

  Name Description
Aa438940.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.
Aa438940.properties(en-us,office.12).gif DistanceAuto Returns or sets an MsoTriState constant indicating whether an appropriate distance between an inline shape and any surrounding text is automatically calculated. Read/write.
Aa438940.properties(en-us,office.12).gif DistanceBottom When the Type property of the WrapFormat object is set to pbWrapTypeSquare, returns or sets a Variant that represents the distance (in points) between the document text and the bottom edge of the specified shape. Read/write.
Aa438940.properties(en-us,office.12).gif DistanceLeft When the Type property of the WrapFormat object is set to pbWrapTypeSquare, returns or sets a Variant that represents the distance (in points) between the document text and the left edge of the specified shape. Read/write.
Aa438940.properties(en-us,office.12).gif DistanceRight When the Type property of the WrapFormat object is set to pbWrapTypeSquare, returns or sets a Variant that represents the distance (in points) between the document text and the right edge of the specified shape. Read/write.
Aa438940.properties(en-us,office.12).gif DistanceTop When the Type property of the WrapFormat object is set to pbWrapTypeSquare, returns or sets a Variant that represents the distance (in points) between the document text and the top edge of the specified shape. Read/write.
Aa438940.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.
Aa438940.properties(en-us,office.12).gif Side Returns or sets a PbWrapSideType constant that indicates whether text should wrap around a shape. Read/write.
Aa438940.properties(en-us,office.12).gif Type Returns a PbWrapType constant that represents how text wraps around the specified shape. Read/write.