Click or drag to resize

IBuiltInDocumentProperties Interface

Represents user interface for built-in document properties.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IBuiltInDocumentProperties

The IBuiltInDocumentProperties type exposes the following members.

Properties
Name Description
Public property ApplicationName
ApplicationName document property.
Public property Author
Author document property.
Public property Bytes
ByteCount.
Public property Category
// Security document property. //
Public property Characters
CharCount document property.
Public property Comments
Comments document property.
Public property Company
Company.
Public property Count
Returns number of elements in the collection. Read-only.
Public property CreatedTime
CreationDate document property.
Public property EditTime
EditTime document property.
Public property HiddenCount
HiddenCount.
Public property Item Int32
Returns single entry from the collection. Read-only.
Public property Item BuiltInPropertyType
Returns single entry from the collection. Read-only.
Public property Keywords
Keywords document property.
Public property LastAuthor
LastAuthor document property.
Public property LastPrinted
LastPrinted document property.
Public property LastSaveTime
LastSaveDate document property.
Public property LineCount
LineCount.
Public property LinksDirty
Boolean value to indicate whether the custom links are hampered by excessive noise, for all applications.
Public property Manager
Manager.
Public property MultimediaClipCount
MmclipCount.
Public property NoteCount
NoteCount.
Public property PageCount
PageCount document property.
Public property ParagraphCount
ParCount.
Public property PresentationTarget
Target format for presentation (35mm, printer, video, and so on).
Public property RevisionNumber
Revnumber document property.
Public property SlideCount
SlideCount.
Public property Subject
Subject document property.
Public property Template
Template document property.
Public property Title
Title document property.
Public property WordCount
WordCount document property.
Top
Methods
Name Description
Public method Clear
Removes all properties from the collection.
Public method Contains
Indicates whether collection contains specified property.
Top
See Also