_ParagraphFormat.Duplicate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a read-only _ParagraphFormat object that represents the paragraph formatting of the specified paragraph.
public:
property Microsoft::Office::Interop::Word::ParagraphFormat ^ Duplicate { Microsoft::Office::Interop::Word::ParagraphFormat ^ get(); };
public Microsoft.Office.Interop.Word.ParagraphFormat Duplicate { get; }
member this.Duplicate : Microsoft.Office.Interop.Word.ParagraphFormat
Public ReadOnly Property Duplicate As ParagraphFormat
Property Value
Remarks
You can use the Duplicate property to pick up the settings of all the properties of a duplicated ParagraphFormat object. You can assign the object returned by the Duplicate property to another object of the same type to apply those settings all at once. Before assigning the duplicate object to another object, you can change any of the properties of the duplicate object without affecting the original.