Click or drag to resize

BuiltInDocumentProperties Class

Returns collection that represents all the built-in document properties.
Inheritance Hierarchy
System Object
Spire.Xls.Core.Spreadsheet.Collections CollectionBase DocumentProperty
Spire.Xls.Core.Spreadsheet.Collections CollectionExtended DocumentProperty
Spire.Xls.Core.Spreadsheet.Collections XlsBuiltInDocumentProperties
Spire.Xls.Collections BuiltInDocumentProperties

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class BuiltInDocumentProperties : XlsBuiltInDocumentProperties

The BuiltInDocumentProperties type exposes the following members.

Properties
Name Description
Public property ApplicationName
Gets/Sets ApplicationName document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Author
Gets/Sets author document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Bytes
Gets/Sets ByteCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Capacity
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from CollectionBase T .)
Public property Category
Gets/Sets Category document proerty.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Characters
Gets/Sets CharCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Comments
Gets/Sets comments document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Company
Gets/Sets Company document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Count
Gets the number of elements contained in the System.Collections.CollectionBase instance.
(Inherited from CollectionBase T .)
Public property CreatedTime
Gets/Sets CreationDate document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property DocumentVersion
Gets/Sets version of the file.
(Inherited from XlsBuiltInDocumentProperties .)
Public property EditTime
Gets/Sets EditTime document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property HiddenCount
Gets/Sets HiddenCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Protected property InnerList
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from CollectionBase T .)
Public property Item Int32
Returns single entry from the collection. Read-only.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Item BuiltInPropertyType
Returns single entry from the collection. Read-only.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Keywords
Gets/Sets keywords document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property LastAuthor
Gets/Sets LastAuthor document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property LastPrinted
Gets/Sets LastPrinted document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property LastSaveTime
Gets/Sets LastSaveDate document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property LineCount
Gets/Sets LineCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property LinksDirty
Indicate whether the custom links are hampered.
(Inherited from XlsBuiltInDocumentProperties .)
Protected property List
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property Manager
Gets/Sets Manager document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property MultimediaClipCount
Gets/Sets MmclipCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property NoteCount
Gets/Sets NoteCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property PageCount
Gets/Sets PageCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property ParagraphCount
Gets/Sets ParagrahpCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Parent
Read-oonly. The parent object for the specified object.
(Inherited from CollectionExtended T .)
Public property PresentationTarget
Gets/Sets Target format document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property RevisionNumber
Gets/Sets revision number document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property ScaleCrop
Gets/Sets SacleCrop document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Security
Gets/Sets Security document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property SlideCount
Gets/Sets SlideCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Subject
Gets/Sets subject document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Template
Gets/Sets template document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Title
Gets/Sets title document property.
(Inherited from XlsBuiltInDocumentProperties .)
Public property Version
Gets or sets the version of the object. If the version property is not contained, it returns int.MinValue.
(Inherited from XlsBuiltInDocumentProperties .)
Public property WordCount
Gets/Sets WordCount document property.
(Inherited from XlsBuiltInDocumentProperties .)
Top
Methods
Name Description
Public method Add
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from CollectionBase T .)
Public method Clear
Removes all objects from the System.Collections.CollectionBase instance.
(Inherited from CollectionBase T .)
Public method Clone
Creates copy of the collection.
(Inherited from CollectionExtended T .)
Public method Contains(T)
Determines whether the collection contains a specific item.
(Inherited from CollectionBase T .)
Public method Contains(BuiltInPropertyType)
Indicates whether collection contains specified property.
(Inherited from XlsBuiltInDocumentProperties .)
Public method CopyTo
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from CollectionBase T .)
Public method EnsureCapacity
Enlarges internal storage if necessary.
(Inherited from CollectionExtended T .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Protected method FindParent(Type)
Method used to find parent within a specific type.
(Inherited from CollectionExtended T .)
Protected method FindParent(Type, Boolean)
Method used to find parent within a specific type.
(Inherited from CollectionExtended T .)
Public method GetEnumerator
Returns an enumerator that iterates through this instance.
(Inherited from CollectionBase T .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IndexOf
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from CollectionBase T .)
Public method Insert
Inserts an element into the list at the specified index.
(Inherited from CollectionBase T .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnClear
OnClear is invoked before Clear behavior.
(Inherited from CollectionExtended T .)
Protected method OnClearComplete
OnClear is invoked after Clear behavior.
(Inherited from CollectionExtended T .)
Protected method OnInsert
Performs additional processes before inserting a new element into the collection.
(Inherited from CollectionExtended T .)
Protected method OnInsertComplete
Performs additional processes after inserting a new element into the collection.
(Inherited from CollectionExtended T .)
Protected method OnRemove
Performs additional processes before removing an element from the collection.
(Inherited from CollectionExtended T .)
Protected method OnRemoveComplete
Performs additional processes after removing an element from the collection.
(Inherited from CollectionExtended T .)
Protected method OnSet
Performs additional processes before setting a value in the collection.
(Inherited from CollectionExtended T .)
Protected method OnSetComplete
Performs additional processes after setting a value in the collection.
(Inherited from CollectionExtended T .)
Public method Remove
Removes the first occurrence of a specific object from the collection.
(Inherited from CollectionBase T .)
Public method RemoveAt
Removes the element at the specified index of this instance.
(Inherited from CollectionBase T .)
Protected method SetParent
Sets parent object for class.
(Inherited from CollectionExtended T .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Events
See Also