LayoutGuides.HorizontalBaseLineSpacing property (Publisher)

Returns a Single that represents the horizontal baseline spacing of the specified LayoutGuides object. Read/write.

Syntax

expression.HorizontalBaseLineSpacing

expression A variable that represents a LayoutGuides object.

Return value

Single

Remarks

When setting the layout guide properties of a Page object, it must be returned from the MasterPages collection.

Example

This example sets the horizontal baseline spacing of the LayoutGuides object to 20 for the second master page in the active document.

Dim objLayout As LayoutGuides 
Set objLayout = ActiveDocument.MasterPages(2).LayoutGuides 
objLayout.HorizontalBaseLineSpacing = 20 

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.