Options.ParagraphAlignmentGuides property (Word)
Returns or sets a Boolean that specifies whether paragraph alignment guides are displayed in the user interface. Read/write.
Syntax
expression. ParagraphAlignmentGuides
expression A variable that represents an Options object.
Remarks
If ParagraphAlignmentGuides is set to True, paragraph alignment guides are displayed. Setting ParagraphAlignmentGuides to True corresponds to selecting Paragraph guides under Alignment Guides in the Grid and Guides dialog box. (Click Grid Settings on the Align drop-down menu in the Arrange group on the Format contextual ribbon tab in the user interface.) For the ParagraphAlignmentGuides setting to have any effect, DisplayAlignmentGuides must be set to True.
Property value
BOOL
See also
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.