Table of Contents

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

string

Author

Gets/Sets author document property.

public string Author { get; set; }

Property Value

string

Bytes

Gets/Sets ByteCount document property.

public int Bytes { get; set; }

Property Value

int

Category

Gets/Sets Category document proerty.

public string Category { get; set; }

Property Value

string

Characters

Gets/Sets CharCount document property.

public int Characters { get; set; }

Property Value

int

Comments

Gets/Sets comments document property.

public string Comments { get; set; }

Property Value

string

Company

Gets/Sets Company document property.

public string Company { get; set; }

Property Value

string

CreatedTime

Gets/Sets CreationDate document property.

public DateTime CreatedTime { get; set; }

Property Value

DateTime

DocumentVersion

Gets/Sets version of the file.

public string DocumentVersion { get; set; }

Property Value

string

EditTime

Gets/Sets EditTime document property.

public TimeSpan EditTime { get; set; }

Property Value

TimeSpan

HiddenCount

Gets/Sets HiddenCount document property.

public int HiddenCount { get; set; }

Property Value

int

this[BuiltInPropertyType]

public IDocumentProperty this[BuiltInPropertyType index] { get; }

Parameters

index BuiltInPropertyType

Property Value

IDocumentProperty

this[int]

public IDocumentProperty this[int iIndex] { get; }

Parameters

iIndex int

Property Value

IDocumentProperty

Keywords

Gets/Sets keywords document property.

public string Keywords { get; set; }

Property Value

string

LastAuthor

Gets/Sets LastAuthor document property.

public string LastAuthor { get; set; }

Property Value

string

LastPrinted

Gets/Sets LastPrinted document property.

public DateTime LastPrinted { get; set; }

Property Value

DateTime

LastSaveTime

Gets/Sets LastSaveDate document property.

public DateTime LastSaveTime { get; set; }

Property Value

DateTime

LineCount

Gets/Sets LineCount document property.

public int LineCount { get; set; }

Property Value

int

LinksDirty

Indicate whether the custom links are hampered.

public bool LinksDirty { get; set; }

Property Value

bool

Manager

Gets/Sets Manager document property.

public string Manager { get; set; }

Property Value

string

MultimediaClipCount

Gets/Sets MmclipCount document property.

public int MultimediaClipCount { get; set; }

Property Value

int

NoteCount

Gets/Sets NoteCount document property.

public int NoteCount { get; set; }

Property Value

int

PageCount

Gets/Sets PageCount document property.

public int PageCount { get; set; }

Property Value

int

ParagraphCount

Gets/Sets ParagrahpCount document property.

public int ParagraphCount { get; set; }

Property Value

int

PresentationTarget

Gets/Sets Target format document property.

public string PresentationTarget { get; set; }

Property Value

string

RevisionNumber

Gets/Sets revision number document property.

public string RevisionNumber { get; set; }

Property Value

string

ScaleCrop

Gets/Sets SacleCrop document property.

public bool ScaleCrop { get; set; }

Property Value

bool

Security

Gets/Sets Security document property.

public int Security { get; set; }

Property Value

int

SlideCount

Gets/Sets SlideCount document property.

public int SlideCount { get; set; }

Property Value

int

Subject

Gets/Sets subject document property.

public string Subject { get; set; }

Property Value

string

Template

Gets/Sets template document property.

public string Template { get; set; }

Property Value

string

Title

Gets/Sets title document property.

public string Title { get; set; }

Property Value

string

Version

public int Version { get; set; }

Property Value

int

WordCount

Gets/Sets WordCount document property.

public int WordCount { get; set; }

Property Value

int

Methods

Contains(BuiltInPropertyType)

Indicates whether collection contains specified property.

public bool Contains(BuiltInPropertyType index)

Parameters

index BuiltInPropertyType

Property id.

Returns

bool

True if collection contains specified property.