Zend Framework  1.12
Static Public Member Functions | Public Attributes | List of all members
Zend_Search_Lucene_Document_Docx Class Reference

Static Public Member Functions

static loadDocxFile ($fileName, $storeContent=false)
 Load Docx document from a file.
 

Public Attributes

const SCHEMA_WORDPROCESSINGML = 'http://schemas.openxmlformats.org/wordprocessingml/2006/main'
 
- Public Attributes inherited from Zend_Search_Lucene_Document_OpenXml
const SCHEMA_RELATIONSHIP = 'http://schemas.openxmlformats.org/package/2006/relationships'
 
const SCHEMA_OFFICEDOCUMENT = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument'
 
const SCHEMA_COREPROPERTIES = 'http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties'
 
const SCHEMA_DUBLINCORE = 'http://purl.org/dc/elements/1.1/'
 
const SCHEMA_DUBLINCORETERMS = 'http://purl.org/dc/terms/'
 
- Public Attributes inherited from Zend_Search_Lucene_Document
 $boost = 1.0
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Search_Lucene_Document
 __get ($offset)
 Proxy method for getFieldValue(), provides more convenient access to the string value of a field.
 
 addField (Zend_Search_Lucene_Field $field)
 Add a field object to this document.
 
 getFieldNames ()
 Return an array with the names of the fields in this document.
 
 getField ($fieldName)
 Returns Zend_Search_Lucene_Field object for a named field in this document.
 
 getFieldValue ($fieldName)
 Returns the string value of a named field in this document.
 
 getFieldUtf8Value ($fieldName)
 Returns the string value of a named field in UTF-8 encoding.
 
- Protected Member Functions inherited from Zend_Search_Lucene_Document_OpenXml
 extractMetaData (ZipArchive $package)
 Extract metadata from document.
 
 absoluteZipPath ($path)
 Determine absolute zip path.
 
- Protected Attributes inherited from Zend_Search_Lucene_Document
 $_fields = array()
 

Member Function Documentation

static loadDocxFile (   $fileName,
  $storeContent = false 
)
static

Load Docx document from a file.

Parameters
string$fileName
boolean$storeContent
Returns
Zend_Search_Lucene_Document_Docx
Exceptions
Zend_Search_Lucene_Document_Exception

Member Data Documentation

const SCHEMA_WORDPROCESSINGML = 'http://schemas.openxmlformats.org/wordprocessingml/2006/main'