Method | Description | |
---|---|---|
CopyTo ( this format, ParagraphFormat target ) : void |
Copy the pargraph format's settings into the target paragraph format.
|
public static CopyTo ( this format, ParagraphFormat target ) : void | ||
format | this | The paragraph format to copy settings from. |
target | ParagraphFormat | The paragraph format to copy settings to. |
return | void |