|
|
The DocumentInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
DocumentInfo |
Create an empty DocumentInfoDocumentInfo
|
Methods
| Name | Description | |
|---|---|---|
|
|
CreateCopy |
Create a new copy of this item
(Inherited from SavedItem.) |
|
|
CreateCopyWithoutChildren |
Create a new copy of this item without its child-items
(Inherited from GroupItem.) |
|
|
CreateNewInstance |
Create a new item of the same type as this item
(Inherited from SavedItem.) |
|
|
CreateUniqueCopy |
Create an unique copy of item
(Inherited from SavedItem.) |
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
FindSheet |
Find Sheet by sheet Id
|
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IndexOfSheetId |
Get Index by sheet Id
|
|
|
MakeDisplayNameUnique(GroupItem) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MakeDisplayNameUnique(GroupItem, String) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from NativeHandle.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Children |
Children of the group
(Inherited from GroupItem.) |
|
|
Comments |
Comments about the item
(Inherited from SavedItem.) |
|
|
CurrentSheet |
Get the currently active sheet
|
|
|
CurrentSheetId |
Get the id of the currently active sheet
|
|
|
DisplayName |
Name for item as displayed in the GUI
(Inherited from SavedItem.) |
|
|
FileVersionGuid |
Get Guid generated when current version of corresponding file was saved. Changes whenever document is saved.
|
|
|
Guid |
Globally Unique Id for item
(Inherited from SavedItem.) |
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsGroup |
True if this item is a GroupItem
(Inherited from SavedItem.) |
|
|
IsReadOnly | (Overrides GroupItem..::..IsReadOnly.) |
|
|
Parent |
Parent of this item. Null if item has no parent
(Inherited from SavedItem.) |
|
|
PropertyCategories |
Get the property category collection
|
|
|
SourceGuid |
Get original Guid when FileInfo was first created. Once set remains the same while Guid changes when saving to a file of a different type.
|