PreviousParagraphProperties.KeepLines Property
KeepLines.Represents the element tag in schema: w:keepLines
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property KeepLines As KeepLines
Get
Set
'使用
Dim instance As PreviousParagraphProperties
Dim value As KeepLines
value = instance.KeepLines
instance.KeepLines = value
public KeepLines KeepLines { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.KeepLines
Returns KeepLines.
See Also
Reference
PreviousParagraphProperties Class