Interface IBuiltInDocumentProperties
Represents user interface for built-in document properties.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IBuiltInDocumentProperties
Properties
ApplicationName
ApplicationName document property.
Declaration
string ApplicationName { get; set; }
Property Value
Type |
---|
System.String |
Author
Author document property.
Declaration
string Author { get; set; }
Property Value
Type |
---|
System.String |
ByteCount
ByteCount.
Declaration
int ByteCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Category
Category.
Declaration
string Category { get; set; }
Property Value
Type |
---|
System.String |
CharCount
CharCount document property.
Declaration
int CharCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Comments
Comments document property.
Declaration
string Comments { get; set; }
Property Value
Type |
---|
System.String |
Company
Company.
Declaration
string Company { get; set; }
Property Value
Type |
---|
System.String |
Count
Returns number of elements in the collection. Read-only.
Declaration
int Count { get; }
Property Value
Type |
---|
System.Int32 |
CreationDate
CreationDate document property.
Declaration
DateTime CreationDate { get; set; }
Property Value
Type |
---|
System.DateTime |
EditTime
EditTime document property.
Declaration
TimeSpan EditTime { get; set; }
Property Value
Type |
---|
System.TimeSpan |
HiddenCount
HiddenCount.
Declaration
int HiddenCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Item[ExcelBuiltInProperty]
Returns single entry from the collection. Read-only.
Declaration
IDocumentProperty this[ExcelBuiltInProperty index] { get; }
Parameters
Type | Name | Description |
---|---|---|
ExcelBuiltInProperty | index |
Property Value
Type |
---|
IDocumentProperty |
Item[Int32]
Returns single entry from the collection. Read-only.
Declaration
IDocumentProperty this[int iIndex] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | iIndex |
Property Value
Type |
---|
IDocumentProperty |
Keywords
Keywords document property.
Declaration
string Keywords { get; set; }
Property Value
Type |
---|
System.String |
LastAuthor
LastAuthor document property.
Declaration
string LastAuthor { get; set; }
Property Value
Type |
---|
System.String |
LastPrinted
LastPrinted document property.
Declaration
DateTime LastPrinted { get; set; }
Property Value
Type |
---|
System.DateTime |
LastSaveDate
LastSaveDate document property.
Declaration
DateTime LastSaveDate { get; set; }
Property Value
Type |
---|
System.DateTime |
LineCount
LineCount.
Declaration
int LineCount { get; set; }
Property Value
Type |
---|
System.Int32 |
LinksDirty
Boolean value to indicate whether the custom links are hampered by excessive noise, for all applications.
Declaration
bool LinksDirty { get; set; }
Property Value
Type |
---|
System.Boolean |
Manager
Manager.
Declaration
string Manager { get; set; }
Property Value
Type |
---|
System.String |
MultimediaClipCount
MmclipCount.
Declaration
int MultimediaClipCount { get; set; }
Property Value
Type |
---|
System.Int32 |
NoteCount
NoteCount.
Declaration
int NoteCount { get; set; }
Property Value
Type |
---|
System.Int32 |
PageCount
PageCount document property.
Declaration
int PageCount { get; set; }
Property Value
Type |
---|
System.Int32 |
ParagraphCount
ParCount.
Declaration
int ParagraphCount { get; set; }
Property Value
Type |
---|
System.Int32 |
PresentationTarget
Target format for presentation (35mm, printer, video, and so on).
Declaration
string PresentationTarget { get; set; }
Property Value
Type |
---|
System.String |
RevisionNumber
Revnumber document property.
Declaration
string RevisionNumber { get; set; }
Property Value
Type |
---|
System.String |
SlideCount
SlideCount.
Declaration
int SlideCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Subject
Subject document property.
Declaration
string Subject { get; set; }
Property Value
Type |
---|
System.String |
Template
Template document property.
Declaration
string Template { get; set; }
Property Value
Type |
---|
System.String |
Title
Title document property.
Declaration
string Title { get; set; }
Property Value
Type |
---|
System.String |
WordCount
WordCount document property.
Declaration
int WordCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Clear()
Removes all properties from the collection.
Declaration
void Clear()
Contains(ExcelBuiltInProperty)
Indicates whether collection contains specified property.
Declaration
bool Contains(ExcelBuiltInProperty index)
Parameters
Type | Name | Description |
---|---|---|
ExcelBuiltInProperty | index | Property id. |
Returns
Type | Description |
---|---|
System.Boolean | True if collection contains required property. |