C# Class XWiki.Office.Word.ImageInfo

Contains the states of a image in both web an local file system environments.
ファイルを表示 Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Properties

Property Type Description
XWORD_IMG_ATTRIBUTE String
altText String
fileCreationDate System.DateTime
filePath String
fileSize Decimal
fileURI String
imgLocalSrc String
imgWebSrc String

Property Details

XWORD_IMG_ATTRIBUTE public_oe static_oe property

Image attribute used by XWord
public static String XWORD_IMG_ATTRIBUTE
return String

altText public_oe property

Alternative text used by the image
public String altText
return String

fileCreationDate public_oe property

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

filePath public_oe property

The full path to the local file.
public String filePath
return String

fileSize public_oe property

The size of the local file.
public Decimal fileSize
return Decimal

fileURI public_oe property

The URI representing the local file.
public String fileURI
return String

imgLocalSrc public_oe property

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

imgWebSrc public_oe property

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