Document.ViewVerticalBaseLineGuides property (Publisher)

Sets or returns a Boolean that represents whether or not the vertical baseline guides are visible in the specified Document object. True if they are visible. False if they are not visible. Read/write.

Syntax

expression.ViewVerticalBaseLineGuides

expression A variable that represents a Document object.

Return value

Boolean

Remarks

The default setting for this property is False.

Example

The following example makes the vertical baseline guides visible in the active document.

Dim objDocument As Document 
Set objDocument = ActiveDocument 
objDocument.ViewVerticalBaseLineGuides = True 

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.