|
| System::SharedPtr< IShapeStyle > | get_ShapeStyle () override |
| | Returns shape's style object. Read-only IShapeStyle. More...
|
| |
| Aspose::Slides::ShapeType | get_ShapeType () override |
| | Returns the geometry preset type. Note: on value changing all adjustment values will reset to their default values. Read Slides::ShapeType. More...
|
| |
| void | set_ShapeType (Aspose::Slides::ShapeType value) override |
| | Sets the geometry preset type. Note: on value changing all adjustment values will reset to their default values. Write Slides::ShapeType. More...
|
| |
| System::SharedPtr< IAdjustValueCollection > | get_Adjustments () override |
| | Returns a collection of shape's adjustment values. Read-only IAdjustValueCollection. More...
|
| |
| System::ArrayPtr< System::SharedPtr< IGeometryPath > > | GetGeometryPaths () override |
| | Returns the copy of path of the geometry shape. Coordinates are relative to the left top corner of the shape. More...
|
| |
| void | SetGeometryPath (System::SharedPtr< IGeometryPath > geometryPath) override |
| | Updates shape geometry from IGeometryPath object. Coordinates must be relative to the left top corner of the shape. Changes the type of the shape (ShapeType) to ShapeType::Custom. More...
|
| |
| void | SetGeometryPaths (System::ArrayPtr< System::SharedPtr< IGeometryPath >> geometryPaths) override |
| | Updates shape geometry from array of IGeometryPath. Coordinates must be relative to the left top corner of the shape. Changes the type of the shape (ShapeType) to ShapeType::Custom. More...
|
| |
| System::ArrayPtr< System::SharedPtr< IShapeElement > > | CreateShapeElements () override |
| | Creates and returns array of shape's elements. More...
|
| |
| bool | get_IsTextHolder () override |
| | Determines whether the shape is TextHolder_PPT. Read-only bool. More...
|
| |
| System::SharedPtr< IPlaceholder > | get_Placeholder () override |
| | Returns the placeholder for a shape. Returns null if the shape has no placeholder. Read-only IPlaceholder. More...
|
| |
| System::SharedPtr< ICustomData > | get_CustomData () override |
| | Returns the shape's custom data. Read-only ICustomData. More...
|
| |
| System::SharedPtr< IShapeFrame > | get_RawFrame () override |
| | Returns the raw shape frame's properties. Read IShapeFrame. More...
|
| |
| void | set_RawFrame (System::SharedPtr< IShapeFrame > value) override |
| | Sets the raw shape frame's properties. Write IShapeFrame. More...
|
| |
| System::SharedPtr< IShapeFrame > | get_Frame () override |
| | Returns the shape frame's properties. Read IShapeFrame. More...
|
| |
| void | set_Frame (System::SharedPtr< IShapeFrame > value) override |
| | Sets the shape frame's properties. Write IShapeFrame. More...
|
| |
| System::SharedPtr< ILineFormat > | get_LineFormat () override |
| | Returns the LineFormat object that contains line formatting properties for a shape. Note: can return null for certain types of shapes which don't have line properties. Read-only ILineFormat. More...
|
| |
| System::SharedPtr< IThreeDFormat > | get_ThreeDFormat () override |
| | Returns the ThreeDFormat object that 3d effect properties for a shape. Note: can return null for certain types of shapes which don't have 3d properties. Read-only IThreeDFormat. More...
|
| |
| System::SharedPtr< IEffectFormat > | get_EffectFormat () override |
| | Returns the EffectFormat object which contains pixel effects applied to a shape. Note: can return null for certain types of shapes which don't have effect properties. Read-only IEffectFormat. More...
|
| |
| System::SharedPtr< IFillFormat > | get_FillFormat () override |
| | Returns the FillFormat object that contains fill formatting properties for a shape. Note: can return null for certain types of shapes which don't have fill properties. Read-only IFillFormat. More...
|
| |
| System::SharedPtr< IHyperlink > | get_HyperlinkClick () override |
| | Returns the hyperlink defined for mouse click. Read IHyperlink. More...
|
| |
| void | set_HyperlinkClick (System::SharedPtr< IHyperlink > value) override |
| | Sets the hyperlink defined for mouse click. Write IHyperlink. More...
|
| |
| System::SharedPtr< IHyperlink > | get_HyperlinkMouseOver () override |
| | Returns the hyperlink defined for mouse over. Read IHyperlink. More...
|
| |
| void | set_HyperlinkMouseOver (System::SharedPtr< IHyperlink > value) override |
| | Sets the hyperlink defined for mouse over. Write IHyperlink. More...
|
| |
| System::SharedPtr< IHyperlinkManager > | get_HyperlinkManager () override |
| | Returns the hyperlink manager. Read-only IHyperlinkManager. More...
|
| |
| bool | get_Hidden () override |
| | Determines whether the shape is hidden. Read bool. More...
|
| |
| void | set_Hidden (bool value) override |
| | Determines whether the shape is hidden. Write bool. More...
|
| |
| int32_t | get_ZOrderPosition () override |
| | Returns the position of a shape in the z-order. Shapes[0] returns the shape at the back of the z-order, and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order. Read-only int32_t. More...
|
| |
| int32_t | get_ConnectionSiteCount () override |
| | Returns the number of connection sites on the shape. Read-only int32_t. More...
|
| |
| float | get_Rotation () override |
| | Returns the number of degrees the specified shape is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read float. More...
|
| |
| void | set_Rotation (float value) override |
| | Sets the number of degrees the specified shape is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Write float. More...
|
| |
| float | get_X () override |
| | Returns the x-coordinate of the upper-left corner of the shape. Read float. More...
|
| |
| void | set_X (float value) override |
| | Sets the x-coordinate of the upper-left corner of the shape. Write float. More...
|
| |
| float | get_Y () override |
| | Returns the y-coordinate of the upper-left corner of the shape. Read float. More...
|
| |
| void | set_Y (float value) override |
| | Sets the y-coordinate of the upper-left corner of the shape. Write float. More...
|
| |
| float | get_Width () override |
| | Returns the width of the shape. Read float. More...
|
| |
| void | set_Width (float value) override |
| | Sets the width of the shape. Write float. More...
|
| |
| float | get_Height () override |
| | Returns the height of the shape. Read float. More...
|
| |
| void | set_Height (float value) override |
| | Sets the height of the shape. Write float. More...
|
| |
| Aspose::Slides::BlackWhiteMode | get_BlackWhiteMode () override |
| | Property specifies how a shape will render in black-and-white display mode.. Read Slides::BlackWhiteMode. More...
|
| |
| void | set_BlackWhiteMode (Aspose::Slides::BlackWhiteMode value) override |
| | Property specifies how a shape will render in black-and-white display mode.. Write Slides::BlackWhiteMode. More...
|
| |
| uint32_t | get_UniqueId () override |
| | Gets unique shape identifier in presentation scope. Read-only uint32_t. See also Shape::get_OfficeInteropShapeId for getting unique shape identifier in slide scope. More...
|
| |
| uint32_t | get_OfficeInteropShapeId () override |
| | Gets unique shape identifier in slide scope. Read-only uint32_t. See also Shape::get_UniqueId for getting unique shape identifier in presentation scope. More...
|
| |
| System::String | get_AlternativeText () override |
| | Returns the alternative text associated with a shape. Read System::String. More...
|
| |
| void | set_AlternativeText (System::String value) override |
| | Sets the alternative text associated with a shape. Write System::String. More...
|
| |
| System::String | get_AlternativeTextTitle () override |
| | Returns the title of alternative text associated with a shape. Read System::String. More...
|
| |
| void | set_AlternativeTextTitle (System::String value) override |
| | Sets the title of alternative text associated with a shape. Write System::String. More...
|
| |
| System::String | get_Name () override |
| | Returns the name of a shape. Must be not null. Use empty string value if needed. Read System::String. More...
|
| |
| void | set_Name (System::String value) override |
| | Sets the name of a shape. Must be not null. Use empty string value if needed. Write System::String. More...
|
| |
| System::SharedPtr< IBaseShapeLock > | get_ShapeLock () override |
| | Returns shape's locks. Read-only IBaseShapeLock. More...
|
| |
| bool | get_IsGrouped () override |
| | Determines whether the shape is grouped. Read-only bool. More...
|
| |
| System::SharedPtr< IGroupShape > | get_ParentGroup () override |
| | Returns parent GroupShape object if shape is grouped. Otherwise returns null. Read-only IGroupShape. More...
|
| |
| System::SharedPtr< IBaseSlide > | get_Slide () override |
| | Returns the parent slide of a shape. Read-only IBaseSlide. More...
|
| |
| System::SharedPtr< IPresentation > | get_Presentation () override |
| | Returns the parent presentation of a slide. Read-only IPresentation. More...
|
| |
| void | RemovePlaceholder () override |
| | Defines that this shape isn't a placeholder. More...
|
| |
| System::SharedPtr< IPlaceholder > | AddPlaceholder (System::SharedPtr< IPlaceholder > placeholderToCopyFrom) override |
| | Adds a new placeholder if there is no and sets placeholder properties to a specified one. More...
|
| |
| System::SharedPtr< System::Drawing::Bitmap > | GetThumbnail () override |
| | Returns shape thumbnail. ShapeThumbnailBounds::Shape shape thumbnail bounds type is used by default. More...
|
| |
| System::SharedPtr< System::Drawing::Bitmap > | GetThumbnail (ShapeThumbnailBounds bounds, float scaleX, float scaleY) override |
| | Returns shape thumbnail. More...
|
| |
| void | WriteAsSvg (System::SharedPtr< System::IO::Stream > stream) override |
| | Saves content of Shape as SVG file. More...
|
| |
| void | WriteAsSvg (System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< Export::ISVGOptions > svgOptions) override |
| | Saves content of Shape as SVG file. 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...
|
| |
Represents the parent class for all geometric shapes.