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

Contains the states of a image in both web an local file system environments.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
XWORD_IMG_ATTRIBUTE String
altText String
fileCreationDate System.DateTime
filePath String
fileSize Decimal
fileURI String
imgLocalSrc String
imgWebSrc String

프로퍼티 상세

XWORD_IMG_ATTRIBUTE 공개적으로 정적으로 프로퍼티

Image attribute used by XWord
public static String XWORD_IMG_ATTRIBUTE
리턴 String

altText 공개적으로 프로퍼티

Alternative text used by the image
public String altText
리턴 String

fileCreationDate 공개적으로 프로퍼티

The creation date of the local file.
public DateTime,System fileCreationDate
리턴 System.DateTime

filePath 공개적으로 프로퍼티

The full path to the local file.
public String filePath
리턴 String

fileSize 공개적으로 프로퍼티

The size of the local file.
public Decimal fileSize
리턴 Decimal

fileURI 공개적으로 프로퍼티

The URI representing the local file.
public String fileURI
리턴 String

imgLocalSrc 공개적으로 프로퍼티

The value of the src attribute while on file system.
public String imgLocalSrc
리턴 String

imgWebSrc 공개적으로 프로퍼티

The value of the src attribute while on a website.
public String imgWebSrc
리턴 String