DocGridValues Enumeration
Defines the DocGridValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration DocGridValues
用法
Dim instance As DocGridValues
public enum DocGridValues
Members
Member name | Description | |
---|---|---|
Default | No Document Grid. When the item is serialized out as xml, its value is "default". | |
Lines | Line Grid Only. When the item is serialized out as xml, its value is "lines". | |
LinesAndChars | Line and Character Grid. When the item is serialized out as xml, its value is "linesAndChars". | |
SnapToChars | Character Grid Only. When the item is serialized out as xml, its value is "snapToChars". |