ITextParagraphFormat.SetClone(ITextParagraphFormat) Method
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.
Sets the paragraph formatting by copying another paragraph formatting object.
public:
void SetClone(ITextParagraphFormat ^ format);
void SetClone(ITextParagraphFormat const& format);
public void SetClone(ITextParagraphFormat format);
function setClone(format)
Public Sub SetClone (format As ITextParagraphFormat)
Parameters
- format
- ITextParagraphFormat
The paragraph formatting to apply.
Remarks
Any paragraph formatting values that are undefined in value have no effect.