C# 클래스 XWiki.Office.Word.ImageDownloadInfo

Class used to package the image information between threads.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
ImageDownloadInfo ( String URI, String downloadFolder, ImageInfo imageInfo ) : System

Creates a new instance for the ImageInfo class.

메소드 상세

ImageDownloadInfo() 공개 메소드

Creates a new instance for the ImageInfo class.
public ImageDownloadInfo ( String URI, String downloadFolder, ImageInfo imageInfo ) : System
URI String The URI of the image.
downloadFolder String The folder where the image will be downloaded.
imageInfo ImageInfo The states of the image on the server and on the local file system.
리턴 System