asposecells.api

Class ContentTypePropertyCollection

A collection of ContentTypeProperty objects that represent additional information.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
Gets the content type property by the specific index.
methodget(name)
Gets the content type property by the property name.
 
Method Summary
methodadd(value)
Reserved for internal use.
methodadd(name, value)
Adds content type property information.
methodadd(name, value, type)
Adds content type property information.
methodclear()
methodcontains(value)
Reserved for internal use.
methodget(index)
Reserved for internal use.
methodindexOf(value)
Reserved for internal use.
methoditerator()
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int 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

        int 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

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
      • get

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

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

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

        int indexOf(value)
        Reserved for internal use.