ParagraphMarkRunProperties.MoveFrom Property
Move Source Paragraph.Represents the element tag in schema: w:moveFrom
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MoveFrom As MoveFrom
Get
Set
'Usage
Dim instance As ParagraphMarkRunProperties
Dim value As MoveFrom
value = instance.MoveFrom
instance.MoveFrom = value
public MoveFrom MoveFrom { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.MoveFrom
Returns MoveFrom.
See Also
Reference
ParagraphMarkRunProperties Class