다음을 통해 공유


PrintDocumentAdapter.LayoutResultCallback.OnLayoutFinished 메서드

정의

레이아웃이 완료되었으며 콘텐츠가 변경되었는지 여부를 알 수 있습니다.

[Android.Runtime.Register("onLayoutFinished", "(Landroid/print/PrintDocumentInfo;Z)V", "GetOnLayoutFinished_Landroid_print_PrintDocumentInfo_ZHandler")]
public virtual void OnLayoutFinished (Android.Print.PrintDocumentInfo? info, bool changed);
[<Android.Runtime.Register("onLayoutFinished", "(Landroid/print/PrintDocumentInfo;Z)V", "GetOnLayoutFinished_Landroid_print_PrintDocumentInfo_ZHandler")>]
abstract member OnLayoutFinished : Android.Print.PrintDocumentInfo * bool -> unit
override this.OnLayoutFinished : Android.Print.PrintDocumentInfo * bool -> unit

매개 변수

info
PrintDocumentInfo

문서를 설명하는 정보 개체입니다. 다음의 null 일 수 없습니다.

changed
Boolean

레이아웃이 변경되었는지 여부입니다.

특성

설명

레이아웃이 완료되었으며 콘텐츠가 변경되었는지 여부를 알 수 있습니다.

에 대한 android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFinished(android.print.PrintDocumentInfo, boolean)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상