C# Class XWiki.Office.Word.ImageInfo

Contains the states of a image in both web an local file system environments.
Show file 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 static property

Image attribute used by XWord
public static String XWORD_IMG_ATTRIBUTE
return String

altText public property

Alternative text used by the image
public String altText
return String

fileCreationDate public property

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

filePath public property

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

fileSize public property

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

fileURI public property

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

imgLocalSrc public property

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

imgWebSrc public property

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