C# 클래스 ExoMerge.Aspose.Extensions.ParagraphFormatExtensions

파일 보기 프로젝트 열기: vc3/ExoMerge

공개 메소드들

메소드 설명
CopyTo ( this format, ParagraphFormat target ) : void

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

메소드 상세

CopyTo() 공개 정적인 메소드

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.
리턴 void