|
virtual System::String | get_AppVersion ()=0 |
| Returns the app version. Read-only System::String. More...
|
|
virtual System::String | get_NameOfApplication ()=0 |
| Returns the name of the application. Read System::String. More...
|
|
virtual void | set_NameOfApplication (System::String value)=0 |
| Sets the name of the application. Write System::String. More...
|
|
virtual System::String | get_Company ()=0 |
| Returns the company property. Read System::String. More...
|
|
virtual void | set_Company (System::String value)=0 |
| Sets the company property. Write System::String. More...
|
|
virtual System::String | get_Manager ()=0 |
| Returns the manager property. Read System::String. More...
|
|
virtual void | set_Manager (System::String value)=0 |
| Sets the manager property. Write System::String. More...
|
|
virtual System::String | get_PresentationFormat ()=0 |
| Returns the intended format of a presentation. Read System::String. More...
|
|
virtual void | set_PresentationFormat (System::String value)=0 |
| Sets the intended format of a presentation. Write System::String. More...
|
|
virtual bool | get_SharedDoc ()=0 |
| Determines whether the presentation is shared between multiple people. Read bool. More...
|
|
virtual void | set_SharedDoc (bool value)=0 |
| Determines whether the presentation is shared between multiple people. Write bool. More...
|
|
virtual System::String | get_ApplicationTemplate ()=0 |
| Returns the template of a application. Read System::String. More...
|
|
virtual void | set_ApplicationTemplate (System::String value)=0 |
| Sets the template of a application. Write System::String. More...
|
|
virtual System::TimeSpan | get_TotalEditingTime ()=0 |
| Total editing time of a presentation. Read System::TimeSpan. More...
|
|
virtual void | set_TotalEditingTime (System::TimeSpan value)=0 |
| Total editing time of a presentation. Write System::TimeSpan. More...
|
|
virtual System::String | get_Title ()=0 |
| Returns the title of a presentation. Read System::String. More...
|
|
virtual void | set_Title (System::String value)=0 |
| Sets the title of a presentation. Write System::String. More...
|
|
virtual System::String | get_Subject ()=0 |
| Returns the subject of a presentation. Read System::String. More...
|
|
virtual void | set_Subject (System::String value)=0 |
| Sets the subject of a presentation. Write System::String. More...
|
|
virtual System::String | get_Author ()=0 |
| Returns the author of a presentation. Read System::String. More...
|
|
virtual void | set_Author (System::String value)=0 |
| Sets the author of a presentation. Write System::String. More...
|
|
virtual System::String | get_Keywords ()=0 |
| Returns the keywords of a presentation. Read System::String. More...
|
|
virtual void | set_Keywords (System::String value)=0 |
| Sets the keywords of a presentation. Write System::String. More...
|
|
virtual System::String | get_Comments ()=0 |
| Returns the comments of a presentation. Read System::String. More...
|
|
virtual void | set_Comments (System::String value)=0 |
| Sets the comments of a presentation. Write System::String. More...
|
|
virtual System::String | get_Category ()=0 |
| Returns the category of a presentation. Read System::String. More...
|
|
virtual void | set_Category (System::String value)=0 |
| Sets the category of a presentation. Write System::String. More...
|
|
virtual System::DateTime | get_CreatedTime ()=0 |
| Returns the date when a presentation was created. Read System::DateTime. More...
|
|
virtual void | set_CreatedTime (System::DateTime value)=0 |
| Returns the date when a presentation was created. Write System::DateTime. More...
|
|
virtual System::DateTime | get_LastSavedTime ()=0 |
| Returns the date when a presentation was modified last time. Read-only in case of Presentation.DocumentProperties (because it will be updated internally while IPresentation object saving process). Can be changed via DocumentProperties instance returning by method IPresentationInfo::ReadDocumentProperties Please see the example in IPresentationInfo::UpdateDocumentProperties method summary. More...
|
|
virtual void | set_LastSavedTime (System::DateTime value)=0 |
| Returns the date when a presentation was modified last time. Read-only in case of Presentation.DocumentProperties (because it will be updated internally while IPresentation object saving process). Can be changed via DocumentProperties instance returning by method IPresentationInfo::ReadDocumentProperties Please see the example in IPresentationInfo::UpdateDocumentProperties method summary. More...
|
|
virtual System::DateTime | get_LastPrinted ()=0 |
| Returns the date when a presentation was printed last time. Read System::DateTime. More...
|
|
virtual void | set_LastPrinted (System::DateTime value)=0 |
| Returns the date when a presentation was printed last time. Write System::DateTime. More...
|
|
virtual System::String | get_LastSavedBy ()=0 |
| Returns the name of a last person who modified a presentation. Read System::String. More...
|
|
virtual void | set_LastSavedBy (System::String value)=0 |
| Sets the name of a last person who modified a presentation. Write System::String. More...
|
|
virtual int32_t | get_RevisionNumber ()=0 |
| Returns the presentation revision number. Read int32_t. More...
|
|
virtual void | set_RevisionNumber (int32_t value)=0 |
| Sets the presentation revision number. Write int32_t. More...
|
|
virtual System::String | get_ContentStatus ()=0 |
| Returns the content status of a presentation. Read System::String. More...
|
|
virtual void | set_ContentStatus (System::String value)=0 |
| Sets the content status of a presentation. Write System::String. More...
|
|
virtual System::String | get_ContentType ()=0 |
| Returns the content type of a presentation. Read System::String. More...
|
|
virtual void | set_ContentType (System::String value)=0 |
| Sets the content type of a presentation. Write System::String. More...
|
|
virtual System::String | get_HyperlinkBase ()=0 |
| Returns the HyperlinkBase document property. Read System::String. More...
|
|
virtual void | set_HyperlinkBase (System::String value)=0 |
| Sets the HyperlinkBase document property. Write System::String. More...
|
|
virtual int32_t | get_CountOfCustomProperties ()=0 |
| Returns the number of custom properties actually contained in a collection. Read-only int32_t. More...
|
|
virtual System::String | GetCustomPropertyName (int32_t index)=0 |
| Return a custom property name at the specified index. More...
|
|
virtual bool | RemoveCustomProperty (System::String name)=0 |
| Remove a custom property associated with a specified name. More...
|
|
virtual bool | ContainsCustomProperty (System::String name)=0 |
| Check presents of a custom property with a specified name. More...
|
|
virtual System::SharedPtr< System::Object > | idx_get (System::String name)=0 |
| Returns the custom property associated with a specified name. Read System::Object. More...
|
|
virtual void | idx_set (System::String name, System::SharedPtr< System::Object > value)=0 |
| Sets the custom property associated with a specified name. Write System::Object. More...
|
|
virtual void | ClearCustomProperties ()=0 |
| Removes all custom properties. More...
|
|
virtual void | ClearBuiltInProperties ()=0 |
| Clears and sets default values for all builtIn properties. More...
|
|
virtual void | GetCustomPropertyValue (System::String name, bool &value)=0 |
| Gets a named boolean value from the custom properties. More...
|
|
virtual void | GetCustomPropertyValue (System::String name, int32_t &value)=0 |
| Gets a named integer value from the custom properties. More...
|
|
virtual void | GetCustomPropertyValue (System::String name, System::DateTime &value)=0 |
| Gets a named DateTime value from the custom properties. More...
|
|
virtual void | GetCustomPropertyValue (System::String name, System::String &value)=0 |
| Gets a named string value from the custom properties. More...
|
|
virtual void | GetCustomPropertyValue (System::String name, float &value)=0 |
| Gets a named float value from the custom properties. More...
|
|
virtual void | GetCustomPropertyValue (System::String name, double &value)=0 |
| Gets a named double value from the custom properties. More...
|
|
virtual void | SetCustomPropertyValue (System::String name, bool value)=0 |
| Sets a named boolean custom property. More...
|
|
virtual void | SetCustomPropertyValue (System::String name, int32_t value)=0 |
| Sets a named integer custom property. More...
|
|
virtual void | SetCustomPropertyValue (System::String name, System::DateTime value)=0 |
| Sets a named DateTime custom property. More...
|
|
virtual void | SetCustomPropertyValue (System::String name, System::String value)=0 |
| Sets a named string custom property. More...
|
|
virtual void | SetCustomPropertyValue (System::String name, float value)=0 |
| Sets a named float custom property. More...
|
|
virtual void | SetCustomPropertyValue (System::String name, double value)=0 |
| Sets a named double custom property. More...
|
|
| Object () |
| Creates object. Initializes all internal data structures. More...
|
|
virtual | ~Object () |
| Destroys object. Frees all internal data structures. More...
|
|
| Object (Object const &x) |
| Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object & | operator= (Object const &x) |
| Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object * | SharedRefAdded () |
| Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | SharedRefRemovedSafe () |
| Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | RemovedSharedRefs (int count) |
| Decreases shared reference count by specified value. More...
|
|
Detail::SmartPtrCounter * | WeakRefAdded () |
| Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
void | WeakRefRemoved () |
| Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
Detail::SmartPtrCounter * | GetCounter () |
| Gets reference counter data structure associated with the object. More...
|
|
int | SharedCount () const |
| Gets current value of shared reference counter. More...
|
|
void | Lock () |
| Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
|
|
void | Unlock () |
| Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
|
|
virtual bool | Equals (ptr obj) |
| Compares objects using C# Object.Equals semantics. More...
|
|
virtual int32_t | GetHashCode () const |
| Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
|
|
virtual String | ToString () const |
| Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
|
|
virtual ptr | MemberwiseClone () const |
| Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
|
|
virtual const TypeInfo & | GetType () const |
| Gets actual type of object. Analog of C# System.Object.GetType() call. More...
|
|
virtual bool | Is (const TypeInfo &targetType) const |
| Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
|
|
virtual void | SetTemplateWeakPtr (uint32_t argument) |
| Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
|
|
virtual bool | FastCast (const Details::FastRttiBase &helper, void **out_ptr) const |
| For internal purposes only. More...
|
|
template<> |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
| Specialization of Object::ReferenceEquals for case of string and nullptr. More...
|
|
template<> |
bool | ReferenceEquals (String const &str1, String const &str2) |
| Specialization of Object::ReferenceEquals for case of strings. More...
|
|
|
typedef SmartPtr< Object > | ptr |
| Alias for smart pointer type. More...
|
|
static bool | ReferenceEquals (ptr const &objA, ptr const &objB) |
| Compares objects by reference. More...
|
|
template<typename T > |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, T const &objB) |
| Compares objects by reference. More...
|
|
template<typename T > |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, std::nullptr_t) |
| Reference-compares value type object with nullptr. More...
|
|
template<typename T1 , typename T2 > |
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
| Compares reference type objects in C# style. More...
|
|
template<typename T1 , typename T2 > |
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
| Compares value type objects in C# style. More...
|
|
static const TypeInfo & | Type () |
| Implements C# typeof(System.Object) construct. More...
|
|
template<> |
bool | Equals (float const &objA, float const &objB) |
| Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
|
|
template<> |
bool | Equals (double const &objA, double const &objB) |
| Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
|
|
Represents properties of a presentation.