'Declaration Public Function AppendDocProperty( _ ByVal cp As CustomProperty, _ Optional ByVal trackChanges As Boolean, _ Optional ByVal f As Formatting _ ) As Paragraph
'Usage Dim instance As Paragraph Dim cp As CustomProperty Dim trackChanges As Boolean Dim f As Formatting Dim value As Paragraph value = instance.AppendDocProperty(cp, trackChanges, f)
public Paragraph AppendDocProperty( CustomProperty cp, bool trackChanges, Formatting f )
Parameters
- cp
- The custom property to display.
- trackChanges
- true if this change should be tracked, otherwise false.
- f
- The formatting to use.
Return Value
This Paragraph with the document property field appended.