ParagraphPropertiesExtended.KeepLines Property

KeepLines.Represents the element tag in schema: w:keepLines

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property KeepLines As KeepLines
    Get
    Set
'Usage
Dim instance As ParagraphPropertiesExtended
Dim value As KeepLines

value = instance.KeepLines

instance.KeepLines = value
public KeepLines KeepLines { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.KeepLines

See Also

Reference

ParagraphPropertiesExtended Class

ParagraphPropertiesExtended Members

DocumentFormat.OpenXml.Wordprocessing Namespace