C# 클래스 ApiExamples.ExRendering.HandleDocumentWarnings

상속: IWarningCallback
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mFontWarnings WarningInfoCollection

공개 메소드들

메소드 설명
Warning ( WarningInfo info ) : void

Our callback only needs to implement the "Warning" method. This method is called whenever there is a potential issue during document procssing. The callback can be set to listen for warnings generated during document load and/or document save.

메소드 상세

Warning() 공개 메소드

Our callback only needs to implement the "Warning" method. This method is called whenever there is a potential issue during document procssing. The callback can be set to listen for warnings generated during document load and/or document save.
public Warning ( WarningInfo info ) : void
info WarningInfo
리턴 void

프로퍼티 상세

mFontWarnings 공개적으로 프로퍼티

public WarningInfoCollection mFontWarnings
리턴 WarningInfoCollection