com.aspose.cells

Class ContentTypePropertyCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class ContentTypePropertyCollection 
    extends CollectionBase

A collection of ContentTypeProperty objects that represent additional information.

Property Getters/Setters Summary
intgetCount()
ContentTypePropertyget(int index)
Gets the content type property by the specific index.
ContentTypePropertyget(java.lang.String name)
Gets the content type property by the property name.
 
Method Summary
intadd(java.lang.Object value)
Reserved for internal use.
intadd(java.lang.String name, java.lang.String value)
Adds content type property information.
intadd(java.lang.String name, java.lang.String value, java.lang.String type)
Adds content type property information.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

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

        public ContentTypeProperty get(java.lang.String name)
        
        Gets the content type property by the property name.
        Parameters:
        name - The property name.
        Returns:
        The content type property
    • Method Detail

      • add

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

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

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.