Class XlsBuiltInDocumentProperties
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class XlsBuiltInDocumentProperties : CollectionExtended<DocumentProperty>, IList<DocumentProperty>, ICollection<DocumentProperty>, IEnumerable<DocumentProperty>, IEnumerable, IExcelApplication, ICloneParent, IBuiltInDocumentProperties
- Inheritance
-
XlsBuiltInDocumentProperties
- Implements
- Derived
- Inherited Members
Properties
ApplicationName
Gets/Sets ApplicationName document property.
public string ApplicationName { get; set; }
Property Value
Author
Gets/Sets author document property.
public string Author { get; set; }
Property Value
Bytes
Gets/Sets ByteCount document property.
public int Bytes { get; set; }
Property Value
Category
Gets/Sets Category document proerty.
public string Category { get; set; }
Property Value
Characters
Gets/Sets CharCount document property.
public int Characters { get; set; }
Property Value
Comments
Gets/Sets comments document property.
public string Comments { get; set; }
Property Value
Company
Gets/Sets Company document property.
public string Company { get; set; }
Property Value
CreatedTime
Gets/Sets CreationDate document property.
public DateTime CreatedTime { get; set; }
Property Value
DocumentVersion
Gets/Sets version of the file.
public string DocumentVersion { get; set; }
Property Value
EditTime
Gets/Sets EditTime document property.
public TimeSpan EditTime { get; set; }
Property Value
HiddenCount
Gets/Sets HiddenCount document property.
public int HiddenCount { get; set; }
Property Value
this[BuiltInPropertyType]
public IDocumentProperty this[BuiltInPropertyType index] { get; }
Parameters
index
BuiltInPropertyType
Property Value
this[int]
public IDocumentProperty this[int iIndex] { get; }
Parameters
iIndex
int
Property Value
Keywords
Gets/Sets keywords document property.
public string Keywords { get; set; }
Property Value
LastAuthor
Gets/Sets LastAuthor document property.
public string LastAuthor { get; set; }
Property Value
LastPrinted
Gets/Sets LastPrinted document property.
public DateTime LastPrinted { get; set; }
Property Value
LastSaveTime
Gets/Sets LastSaveDate document property.
public DateTime LastSaveTime { get; set; }
Property Value
LineCount
Gets/Sets LineCount document property.
public int LineCount { get; set; }
Property Value
LinksDirty
Indicate whether the custom links are hampered.
public bool LinksDirty { get; set; }
Property Value
Manager
Gets/Sets Manager document property.
public string Manager { get; set; }
Property Value
MultimediaClipCount
Gets/Sets MmclipCount document property.
public int MultimediaClipCount { get; set; }
Property Value
NoteCount
Gets/Sets NoteCount document property.
public int NoteCount { get; set; }
Property Value
PageCount
Gets/Sets PageCount document property.
public int PageCount { get; set; }
Property Value
ParagraphCount
Gets/Sets ParagrahpCount document property.
public int ParagraphCount { get; set; }
Property Value
PresentationTarget
Gets/Sets Target format document property.
public string PresentationTarget { get; set; }
Property Value
RevisionNumber
Gets/Sets revision number document property.
public string RevisionNumber { get; set; }
Property Value
ScaleCrop
Gets/Sets SacleCrop document property.
public bool ScaleCrop { get; set; }
Property Value
Security
Gets/Sets Security document property.
public int Security { get; set; }
Property Value
SlideCount
Gets/Sets SlideCount document property.
public int SlideCount { get; set; }
Property Value
Subject
Gets/Sets subject document property.
public string Subject { get; set; }
Property Value
Template
Gets/Sets template document property.
public string Template { get; set; }
Property Value
Title
Gets/Sets title document property.
public string Title { get; set; }
Property Value
Version
public int Version { get; set; }
Property Value
WordCount
Gets/Sets WordCount document property.
public int WordCount { get; set; }
Property Value
Methods
Contains(BuiltInPropertyType)
Indicates whether collection contains specified property.
public bool Contains(BuiltInPropertyType index)
Parameters
index
BuiltInPropertyTypeProperty id.
Returns
- bool
True if collection contains specified property.