TextBodyProperties.UseParagraphSpacing Property

Paragraph Spacing.Represents the attribte in schema: spcFirstLastPara

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "spcFirstLastPara")> _
Public Property UseParagraphSpacing As BooleanValue
    Get
    Set
'Usage
Dim instance As TextBodyProperties
Dim value As BooleanValue

value = instance.UseParagraphSpacing

instance.UseParagraphSpacing = value
[SchemaAttrAttribute(, "spcFirstLastPara")]
public BooleanValue UseParagraphSpacing { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

TextBodyProperties Class

TextBodyProperties Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace