Packagecom.myflashlab.air.extensions.spotlight
Classpublic class AttributeSetDocuments
InheritanceAttributeSetDocuments Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
AttributeSetDocuments
Property Detail
audiencesproperty
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.

contentDescriptionproperty 
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.

creatorproperty 
public var creator:String

Application used to create the document content (e.g. "Word", "Framemaker", etc.).

fileSizeproperty 
public var fileSize:Number

Size of the document in MB.

fontNamesproperty 
public var fontNames:Array

Array of font names used in the item.

identifierproperty 
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.

kindproperty 
public var kind:String

Kind that this item represents.

pageCountproperty 
public var pageCount:Number

Number of pages in the item.

pageHeightproperty 
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).

pageWidthproperty 
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).

securityMethodproperty 
public var securityMethod:String

Security (encryption) method used in the file

subjectproperty 
public var subject:String

Subject of the this item.

themeproperty 
public var theme:String

Theme of the this item.

Constructor Detail
AttributeSetDocuments()Constructor
public function AttributeSetDocuments()