Skip to content

Latest commit

 

History

History
94 lines (77 loc) · 2.62 KB

nf-tom-itextpara2-getsnaptogrid.md

File metadata and controls

94 lines (77 loc) · 2.62 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextPara2.GetSnapToGrid
ITextPara2::GetSnapToGrid (tom.h)
Gets whether paragraph lines snap to a vertical grid that could be defined for the whole document.
GetSnapToGrid
GetSnapToGrid method [Windows Controls]
GetSnapToGrid method [Windows Controls]
ITextPara2 interface
ITextPara2 interface [Windows Controls]
GetSnapToGrid method
ITextPara2.GetSnapToGrid
ITextPara2::GetSnapToGrid
controls.itextpara2_getsnaptogrid
tom/ITextPara2::GetSnapToGrid
controls\itextpara2_getsnaptogrid.htm
Controls
ee5fd1d8-cd2d-4674-bb0f-6021a3115aac
12/05/2018
GetSnapToGrid, GetSnapToGrid method [Windows Controls], GetSnapToGrid method [Windows Controls],ITextPara2 interface, ITextPara2 interface [Windows Controls],GetSnapToGrid method, ITextPara2.GetSnapToGrid, ITextPara2::GetSnapToGrid, controls.itextpara2_getsnaptogrid, tom/ITextPara2::GetSnapToGrid
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextPara2::GetSnapToGrid
tom/ITextPara2::GetSnapToGrid
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextPara2.GetSnapToGrid

ITextPara2::GetSnapToGrid

-description

Gets whether paragraph lines snap to a vertical grid that could be defined for the whole document.

-parameters

-param pValue [out, retval]

Type: long*

A tomBool value that can be one of the following.

Value Meaning
tomTrue Paragraph lines snap to a vertical grid.
tomFalse Paragraph lines do not snap to a grid.
tomUndefined The SnapToGrid property is undefined.

-returns

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

-see-also

ITextPara2

ITextPara2::SetSnapToGrid