TableStyleProperties.StyleParagraphProperties Property
Table Style Conditional Formatting Paragraph Properties.Represents the element tag in schema: w:pPr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property StyleParagraphProperties As StyleParagraphProperties
Get
Set
'使用
Dim instance As TableStyleProperties
Dim value As StyleParagraphProperties
value = instance.StyleParagraphProperties
instance.StyleParagraphProperties = value
public StyleParagraphProperties StyleParagraphProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties