Click or drag to resize

XlsBuiltInDocumentProperties Class

Represents a collection of built-in document properties for an Excel workbook. These properties include metadata such as title, author, and creation date, which are commonly used for organizing and identifying documents.
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.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class XlsBuiltInDocumentProperties : CollectionExtended<DocumentProperty>, 
	IBuiltInDocumentProperties

The XlsBuiltInDocumentProperties type exposes the following members.

Properties
Name Description
Public property ApplicationName
Gets/Sets ApplicationName document property.
Public property Author
Gets/Sets author document property.
Public property Bytes
Gets/Sets ByteCount document property.
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.
Public property Characters
Gets/Sets CharCount document property.
Public property Comments
Gets/Sets comments document property.
Public property Company
Gets/Sets Company document property.
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.
Public property DocumentVersion
Gets/Sets version of the file.
Public property EditTime
Gets/Sets EditTime document property.
Public property HiddenCount
Gets/Sets HiddenCount document property.
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.
Public property Item BuiltInPropertyType
Returns single entry from the collection. Read-only.
Public property Keywords
Gets/Sets keywords document property.
Public property LastAuthor
Gets/Sets LastAuthor document property.
Public property LastPrinted
Gets/Sets LastPrinted document property.
Public property LastSaveTime
Gets/Sets LastSaveDate document property.
Public property LineCount
Gets/Sets LineCount document property.
Public property LinksDirty
Indicate whether the custom links are hampered.
Protected property List
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property Manager
Gets/Sets Manager document property.
Public property MultimediaClipCount
Gets/Sets MmclipCount document property.
Public property NoteCount
Gets/Sets NoteCount document property.
Public property PageCount
Gets/Sets PageCount document property.
Public property ParagraphCount
Gets/Sets ParagrahpCount document property.
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.
Public property RevisionNumber
Gets/Sets revision number document property.
Public property ScaleCrop
Gets/Sets SacleCrop document property.
Public property Security
Gets/Sets Security document property.
Public property SlideCount
Gets/Sets SlideCount document property.
Public property Subject
Gets/Sets subject document property.
Public property Template
Gets/Sets template document property.
Public property Title
Gets/Sets title document property.
Public property Version
Gets or sets the version of the object. If the version property is not contained, it returns int.MinValue.
Public property WordCount
Gets/Sets WordCount document property.
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.
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