Interface IBuiltInDocumentProperties
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IBuiltInDocumentProperties
Properties
ApplicationName
string ApplicationName { get; set; }
Property Value
- string
Author
string Author { get; set; }
Property Value
- string
Bytes
Property Value
- int
Category
string Category { get; set; }
Property Value
- string
Characters
int Characters { get; set; }
Property Value
- int
string Comments { get; set; }
Property Value
- string
Company
string Company { get; set; }
Property Value
- string
Count
Property Value
- int
CreatedTime
DateTime CreatedTime { get; set; }
Property Value
- DateTime
EditTime
TimeSpan EditTime { get; set; }
Property Value
- TimeSpan
HiddenCount
int HiddenCount { get; set; }
Property Value
- int
this[BuiltInPropertyType]
IDocumentProperty this[BuiltInPropertyType index] { get; }
Parameters
index
BuiltInPropertyType
Property Value
- IDocumentProperty
this[int]
IDocumentProperty this[int iIndex] { get; }
Parameters
iIndex
int
Property Value
- IDocumentProperty
Keywords
string Keywords { get; set; }
Property Value
- string
LastAuthor
string LastAuthor { get; set; }
Property Value
- string
LastPrinted
DateTime LastPrinted { get; set; }
Property Value
- DateTime
LastSaveTime
DateTime LastSaveTime { get; set; }
Property Value
- DateTime
LineCount
int LineCount { get; set; }
Property Value
- int
LinksDirty
bool LinksDirty { get; set; }
Property Value
- bool
Manager
string Manager { get; set; }
Property Value
- string
int MultimediaClipCount { get; set; }
Property Value
- int
NoteCount
int NoteCount { get; set; }
Property Value
- int
PageCount
int PageCount { get; set; }
Property Value
- int
ParagraphCount
int ParagraphCount { get; set; }
Property Value
- int
PresentationTarget
string PresentationTarget { get; set; }
Property Value
- string
RevisionNumber
string RevisionNumber { get; set; }
Property Value
- string
SlideCount
int SlideCount { get; set; }
Property Value
- int
Subject
string Subject { get; set; }
Property Value
- string
Template
string Template { get; set; }
Property Value
- string
Title
string Title { get; set; }
Property Value
- string
WordCount
int WordCount { get; set; }
Property Value
- int
Methods
Clear()
Contains(BuiltInPropertyType)
bool Contains(BuiltInPropertyType index)
Parameters
index
BuiltInPropertyType
Returns
- bool