aspose.cells

Class ContentTypePropertyCollection

A collection of ContentTypeProperty objects that represent additional information.

Property Getters/Setters Summary
functiongetCount()
functionget(index)
Gets the content type property by the specific index.
functionget(name)
Gets the content type property by the property name.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionadd(name, value)
Adds content type property information.
functionadd(name, value, type)
Adds content type property information.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : Number 

        function getCount()
        
      • get : ContentTypeProperty 

        function get(index)
        
        Gets the content type property by the specific index.
        Parameters:
        index - The index.
        Returns:
        The content type property
      • get : ContentTypeProperty 

        function get(name)
        
        Gets the content type property by the property name.
        Parameters:
        name - The property name.
        Returns:
        The content type property
    • Method Detail

      • add

        function add(name, value)
        Adds content type property information.
        Parameters:
        name: String - The name of the content type property.
        value: String - The value of the content type property.
      • add

        function add(name, value, type)
        Adds content type property information.
        Parameters:
        name: String - The name of the content type property.
        value: String - The value of the content type property.
        type: String - The type of the content type property.
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.