Paragraph.ParagraphProperties Property
Text Paragraph Properties.Represents the element tag in schema: a:pPr
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property ParagraphProperties As ParagraphProperties
Get
Set
'使用
Dim instance As Paragraph
Dim value As ParagraphProperties
value = instance.ParagraphProperties
instance.ParagraphProperties = value
public ParagraphProperties ParagraphProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.ParagraphProperties