Package | com.myflashlab.air.extensions.spotlight |
Class | public class AttributeSetDocuments |
Inheritance | AttributeSetDocuments Object |
Property | Defined By | ||
---|---|---|---|
audiences : Array A class of entity for whom the resource is intended or useful. | AttributeSetDocuments | ||
contentDescription : String An account of the content of the resource. | AttributeSetDocuments | ||
creator : String Application used to create the document content (e.g. | AttributeSetDocuments | ||
fileSize : Number Size of the document in MB. | AttributeSetDocuments | ||
fontNames : Array Array of font names used in the item. | AttributeSetDocuments | ||
identifier : String Used to reference to the resource within a given context. | AttributeSetDocuments | ||
kind : String Kind that this item represents. | AttributeSetDocuments | ||
pageCount : Number Number of pages in the item. | AttributeSetDocuments | ||
pageHeight : Number Height in points (72 points per inch) of the document page (first page only for PDF's - other pages within the PDF may not be the same height). | AttributeSetDocuments | ||
pageWidth : Number Width in points (72 points per inch) of the document page (first page only for PDF's - other pages within the PDF may not be the same width). | AttributeSetDocuments | ||
securityMethod : String Security (encryption) method used in the file | AttributeSetDocuments | ||
subject : String Subject of the this item. | AttributeSetDocuments | ||
theme : String Theme of the this item. | AttributeSetDocuments |
Method | Defined By | ||
---|---|---|---|
AttributeSetDocuments |
audiences | property |
public var audiences:Array
A class of entity for whom the resource is intended or useful. A class of entity may be determined by the creator or the publisher or by a third party.
contentDescription | property |
public var contentDescription:String
An account of the content of the resource. Description may include but is not limited to: an abstract, table of contents, reference to a graphical representation of content or a free-text account of the content.
creator | property |
public var creator:String
Application used to create the document content (e.g. "Word", "Framemaker", etc.).
fileSize | property |
public var fileSize:Number
Size of the document in MB.
fontNames | property |
public var fontNames:Array
Array of font names used in the item.
identifier | property |
public var identifier:String
Used to reference to the resource within a given context. Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system.
kind | property |
public var kind:String
Kind that this item represents.
pageCount | property |
public var pageCount:Number
Number of pages in the item.
pageHeight | property |
public var pageHeight:Number
Height in points (72 points per inch) of the document page (first page only for PDF's - other pages within the PDF may not be the same height).
pageWidth | property |
public var pageWidth:Number
Width in points (72 points per inch) of the document page (first page only for PDF's - other pages within the PDF may not be the same width).
securityMethod | property |
public var securityMethod:String
Security (encryption) method used in the file
subject | property |
public var subject:String
Subject of the this item.
theme | property |
public var theme:String
Theme of the this item.
AttributeSetDocuments | () | Constructor |
public function AttributeSetDocuments()