TextParagraphPropertiesType.SpaceBefore Property
Space Before.Represents the element tag in schema: a:spcBef
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Property SpaceBefore As SpaceBefore
Get
Set
用法
Dim instance As TextParagraphPropertiesType
Dim value As SpaceBefore
value = instance.SpaceBefore
instance.SpaceBefore = value
public SpaceBefore SpaceBefore { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.SpaceBefore
See Also
Reference
TextParagraphPropertiesType Class