PreviousSectionProperties.PaperSource Property
Paper Source Information.Represents the element tag in schema: w:paperSrc
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property PaperSource As PaperSource
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As PaperSource
value = instance.PaperSource
instance.PaperSource = value
public PaperSource PaperSource { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PaperSource
Returns PaperSource.
See Also
Reference
PreviousSectionProperties Class