BuiltInDocumentPropertyCollection Class
Contents
[
Hide
]BuiltInDocumentPropertyCollection class
A collection of built-in document properties.
type BuiltInDocumentPropertyCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewBuiltInDocumentPropertyCollection | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
Get_String | Returns a |
Get_Int | Returns a |
GetLanguage | Gets or sets the document’s language. |
SetLanguage | Gets or sets the document’s language. |
GetAuthor | Gets or sets the name of the document’s author. |
SetAuthor | Gets or sets the name of the document’s author. |
GetComments | Gets or sets the document comments. |
SetComments | Gets or sets the document comments. |
GetCategory | Gets or sets the category of the document. |
SetCategory | Gets or sets the category of the document. |
GetContentType | Gets or sets the content type of the document. |
SetContentType | Gets or sets the content type of the document. |
GetContentStatus | Gets or sets the content status of the document. |
SetContentStatus | Gets or sets the content status of the document. |
GetCompany | Gets or sets the company property. |
SetCompany | Gets or sets the company property. |
GetHyperlinkBase | Gets or sets the hyperlinkbase property. |
SetHyperlinkBase | Gets or sets the hyperlinkbase property. |
GetCreatedTime | Gets or sets date of the document creation in local timezone. |
SetCreatedTime | Gets or sets date of the document creation in local timezone. |
GetCreatedUniversalTime | Gets or sets the Universal time of the document creation. |
SetCreatedUniversalTime | Gets or sets the Universal time of the document creation. |
GetKeywords | Gets or sets the document keywords. |
SetKeywords | Gets or sets the document keywords. |
GetLastPrinted | Gets or sets the date when the document was last printed in local timezone. |
SetLastPrinted | Gets or sets the date when the document was last printed in local timezone. |
GetLastPrintedUniversalTime | Gets or sets the Universal time when the document was last printed. |
SetLastPrintedUniversalTime | Gets or sets the Universal time when the document was last printed. |
GetLastSavedBy | Gets or sets the name of the last author. |
SetLastSavedBy | Gets or sets the name of the last author. |
GetLastSavedTime | Gets or sets the time of the last save in local timezone. |
SetLastSavedTime | Gets or sets the time of the last save in local timezone. |
GetLastSavedUniversalTime | Gets or sets the universal time of the last save. |
SetLastSavedUniversalTime | Gets or sets the universal time of the last save. |
GetManager | Gets or sets the manager property. |
SetManager | Gets or sets the manager property. |
GetNameOfApplication | Gets or sets the name of the application. |
SetNameOfApplication | Gets or sets the name of the application. |
GetPages | Represents an estimate of the number of pages in the document. |
SetPages | Represents an estimate of the number of pages in the document. |
GetRevisionNumber | Gets or sets the document revision number. |
SetRevisionNumber | Gets or sets the document revision number. |
GetSubject | Gets or sets the subject of the document. |
SetSubject | Gets or sets the subject of the document. |
GetTemplate | Gets or sets the informational name of the document template. |
SetTemplate | Gets or sets the informational name of the document template. |
GetTitle | Gets or sets the title of the document. |
SetTitle | Gets or sets the title of the document. |
GetTotalEditingTime | Gets or sets the total editing time in minutes. |
SetTotalEditingTime | Gets or sets the total editing time in minutes. |
GetVersion | Represents the version number of the application that created the document. |
SetVersion | Represents the version number of the application that created the document. |
GetDocumentVersion | Represents the version of the file. |
SetDocumentVersion | Represents the version of the file. |
GetScaleCrop | Indicates the display mode of the document thumbnail. |
SetScaleCrop | Indicates the display mode of the document thumbnail. |
GetLinksUpToDate | Indicates whether hyperlinks in a document are up-to-date. |
SetLinksUpToDate | Indicates whether hyperlinks in a document are up-to-date. |
GetWords | Represents an estimate of the number of words in the document. |
SetWords | Represents an estimate of the number of words in the document. |
Contains | Returns true if a property with the specified name exists in the collection. |
IndexOf | Gets the index of a property by name. |
Remove | Removes a property with the specified name from the collection. |
RemoveAt | Removes a property at the specified index. |
GetCount |