C# Class ExoMerge.Aspose.Extensions.ParagraphFormatExtensions

Mostrar archivo Open project: vc3/ExoMerge

Public Methods

Method Description
CopyTo ( this format, ParagraphFormat target ) : void

Copy the pargraph format's settings into the target paragraph format.

Method Details

CopyTo() public static method

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