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