Document Summary.
More...
Inherited by X3g::Plugin::IDocumentSummery.
void X3g::Plugin::DocumentSummary::DeleteCustomInfo |
( |
String^ |
pInfoKey) | |
|
Deletes custom information by key.
void X3g::Plugin::DocumentSummary::DeleteCustomInfo |
( |
int |
pInfoIndex) | |
|
Deletes custom information by index.
String X3g::Plugin::DocumentSummary::GetCustomInfo |
( |
String^ |
pInfoKey) | |
|
Retrieves custom information by key.
String X3g::Plugin::DocumentSummary::GetCustomInfo |
( |
int |
pInfoIndex, |
|
|
[Out] String^ % |
pInfoKey |
|
) |
| |
Retrieves custom information by index.
void X3g::Plugin::DocumentSummary::SetCustomInfo |
( |
String^ |
pInfoKey, |
|
|
String^ |
pValue |
|
) |
| |
Sets custom information by key.
void X3g::Plugin::DocumentSummary::SetCustomInfo |
( |
int |
pInfoIndex, |
|
|
String^ |
pInfoKey, |
|
|
String^ |
pValue |
|
) |
| |
Sets custom information by index.
String^ X3g::Plugin::DocumentSummary::Author |
|
getset |
String^ X3g::Plugin::DocumentSummary::Comments |
|
getset |
int X3g::Plugin::DocumentSummary::CustomInfoCount |
|
get |
Number of custom information fields in the document.
String^ X3g::Plugin::DocumentSummary::Hyperlink |
|
getset |
The document's hyperlink field.
String^ X3g::Plugin::DocumentSummary::Keywords |
|
getset |
String^ X3g::Plugin::DocumentSummary::LastSavedBy |
|
getset |
The document's LastSavedBy field.
String^ X3g::Plugin::DocumentSummary::RevisionNumber |
|
getset |
The document's revision number.
String^ X3g::Plugin::DocumentSummary::Subject |
|
getset |
String^ X3g::Plugin::DocumentSummary::Title |
|
getset |