LayoutGuides.VerticalBaseLineOffset property (Publisher)

Returns a Single that represents the vertical baseline offset of the specified LayoutGuides object. Read/write.

Syntax

expression.VerticalBaseLineOffset

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 vertical baseline offset of the LayoutGuides object to 12 for the second master page in the active document.

Dim objLayout As LayoutGuides 
Set objLayout = ActiveDocument.MasterPages(2).LayoutGuides 
objLayout.VerticalBaseLineOffset = 12 

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.