ig.excel.DocumentProperties

Class which exposes the document level properties for a Microsoft Excel file.

Remarks

The properties exposed by this class can be changed on a Microsoft Excel file by right-clicking it in Windows Explorer and editing the properties on the Summary tab.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
  • author

    .author( );
    Return Type:
    string
    Return Type Description:
    A string specifying the author of the document.

    Gets the author of the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • author

    .author( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the author of the document.

    Sets the author of the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • category

    .category( );
    Return Type:
    string
    Return Type Description:
    A string specifying the category of the document.

    Gets the category of the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • category

    .category( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the category of the document.

    Sets the category of the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • comments

    .comments( );
    Return Type:
    string
    Return Type Description:
    A string specifying the comments associated with the document.

    Gets the comments associated with the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • comments

    .comments( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the comments associated with the document.

    Sets the comments associated with the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • company

    .company( );
    Return Type:
    string
    Return Type Description:
    A string specifying the company to which the document belongs.

    Gets the company to which the document belongs.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • company

    .company( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the company to which the document belongs.

    Sets the company to which the document belongs.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • keywords

    .keywords( );
    Return Type:
    string
    Return Type Description:
    A string specifying the keywords which describe the document.

    Gets the keywords which describe the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • keywords

    .keywords( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the keywords which describe the document.

    Sets the keywords which describe the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • manager

    .manager( );
    Return Type:
    string
    Return Type Description:
    A string specifying the manager associated with the document.

    Gets the manager associated with the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • manager

    .manager( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the manager associated with the document.

    Sets the manager associated with the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • status

    .status( );
    Return Type:
    string
    Return Type Description:
    A string representing the current status of the document.

    Gets the current status of the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • status

    .status( value:string );
    Return Type:
    string
    Return Type Description:
    A string representing the current status of the document.

    Sets the current status of the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • subject

    .subject( );
    Return Type:
    string
    Return Type Description:
    A string specifying the subject of the contents of the document.

    Gets the subject of the contents of the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • subject

    .subject( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the subject of the contents of the document.

    Sets the subject of the contents of the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • title

    .title( );
    Return Type:
    string
    Return Type Description:
    A string specifying the title of the document.

    Gets the title of the document.

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

  • title

    .title( value:string );
    Return Type:
    string
    Return Type Description:
    A string specifying the title of the document.

    Sets the title of the document.

    • value
    • Type:string

    Remarks

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.