pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::DocumentSummary Class Reference

Document Summary. More...

Inherited by X3g::Plugin::IDocumentSummery.

Public Member Functions

StringGetCustomInfo (String^ pInfoKey)
 Retrieves custom information by key. More...
 
StringGetCustomInfo (int pInfoIndex,[Out] String^ %pInfoKey)
 Retrieves custom information by index. More...
 
void SetCustomInfo (String^ pInfoKey, String^ pValue)
 Sets custom information by key. More...
 
void SetCustomInfo (int pInfoIndex, String^ pInfoKey, String^ pValue)
 Sets custom information by index. More...
 
void DeleteCustomInfo (String^ pInfoKey)
 Deletes custom information by key. More...
 
void DeleteCustomInfo (int pInfoIndex)
 Deletes custom information by index. More...
 

Properties

String^  Title [get, set]
 The document's title. More...
 
String^  Author [get, set]
 The document's author. More...
 
String^  Subject [get, set]
 The document's subject. More...
 
String^  RevisionNumber [get, set]
 The document's revision number. More...
 
String^  Keywords [get, set]
 The document's keywords. More...
 
String^  LastSavedBy [get, set]
 The document's LastSavedBy field. More...
 
String^  Hyperlink [get, set]
 The document's hyperlink field. More...
 
String^  Comments [get, set]
 Additional comments. More...
 
int CustomInfoCount [get]
 Number of custom information fields in the document. More...
 

Detailed Description

Document Summary.

Member Function Documentation

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.

Property Documentation

String^ X3g::Plugin::DocumentSummary::Author
getset

The document's author.

String^ X3g::Plugin::DocumentSummary::Comments
getset

Additional comments.

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

The document's keywords.

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

The document's subject.

String^ X3g::Plugin::DocumentSummary::Title
getset

The document's title.