Ink
Contents
[
Hide
]Ink class
Represents an ink object on a slide.
class Ink : public Aspose::Slides::GraphicalObject,
public Aspose::Slides::Ink::IInk
Methods
Method | Description |
---|---|
System::SharedPtr<IPlaceholder> AddPlaceholder(System::SharedPtr<IPlaceholder>) override | Adds a new placeholder if there is no and sets placeholder properties to a specified one. |
virtual bool Equals(ptr) | Compares objects using C# Object.Equals semantics. |
static std::enable_if<IsSmartPtr<T1>::value&&IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&) | Compares reference type objects in C# style. |
static std::enable_if<!IsSmartPtr<T1>::value&&!IsSmartPtr<T2>::value, bool>::type Equals(T1 const&, T2 const&) | Compares value type objects in C# style. |
static bool Equals(float const&, float const&) | 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. |
static bool Equals(double const&, double const&) | 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. |
virtual bool FastCast(const Details::FastRttiBase&, void **) const | For internal purposes only. |
System::String get_AlternativeText() override | Returns the alternative text associated with a shape. Read System::String. |
System::String get_AlternativeTextTitle() override | Returns the title of alternative text associated with a shape. Read System::String. |
Aspose::Slides::BlackWhiteMode get_BlackWhiteMode() override | Property specifies how a shape will render in black-and-white display mode.. Read Slides::BlackWhiteMode. |
int32_t get_ConnectionSiteCount() override | Returns the number of connection sites on the shape. Read-only int32_t. |
System::SharedPtr<ICustomData> get_CustomData() override | Returns the shape’s custom data. Read-only ICustomData. |
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. |
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. |
System::SharedPtr<IShapeFrame> get_Frame() override | Returns the shape frame’s properties. Read IShapeFrame. |
System::SharedPtr<IGraphicalObjectLock> get_GraphicalObjectLock() override | Returns shape’s locks. Read-only IGraphicalObjectLock. |
float get_Height() override | Returns the height of the shape. Read float. |
bool get_Hidden() override | Determines whether the shape is hidden. Read bool. |
System::SharedPtr<IHyperlink> get_HyperlinkClick() override | Returns the hyperlink defined for mouse click. Read IHyperlink. |
System::SharedPtr<IHyperlinkManager> get_HyperlinkManager() override | Returns the hyperlink manager. Read-only IHyperlinkManager. |
System::SharedPtr<IHyperlink> get_HyperlinkMouseOver() override | Returns the hyperlink defined for mouse over. Read IHyperlink. |
bool get_IsDecorative() override | Gets ‘Mark as decorative’ option Reed/write bool. |
bool get_IsGrouped() override | Determines whether the shape is grouped. Read-only bool. |
bool get_IsTextHolder() override | Determines whether the shape is TextHolder_PPT. Read-only bool. |
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. |
System::String get_Name() override | Returns the name of a shape. Must be not null. Use empty string value if needed. Read System::String. |
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. |
System::SharedPtr<IGroupShape> get_ParentGroup() override | Returns parent GroupShape object if shape is grouped. Otherwise returns null. Read-only IGroupShape. |
System::SharedPtr<IPlaceholder> get_Placeholder() override | Returns the placeholder for a shape. Returns null if the shape has no placeholder. Read-only IPlaceholder. |
System::SharedPtr<IPresentation> get_Presentation() override | Returns the parent presentation of a slide. Read-only IPresentation. |
System::SharedPtr<IShapeFrame> get_RawFrame() override | Returns the raw shape frame’s properties. Read IShapeFrame. |
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. |
System::SharedPtr<IBaseShapeLock> get_ShapeLock() override | Returns shape’s locks. Read-only IBaseShapeLock. |
System::SharedPtr<IBaseSlide> get_Slide() override | Returns the parent slide of a shape. Read-only IBaseSlide. |
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. |
System::ArrayPtr<System::SharedPtr<IInkTrace>> get_Traces() override | Gets all traces containing in the IInk element IInkTrace. Read-only. |
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. |
float get_Width() override | Returns the width of the shape. Read float. |
float get_X() override | Returns the x-coordinate of the upper-left corner of the shape. Read float. |
float get_Y() override | Returns the y-coordinate of the upper-left corner of the shape. Read float. |
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. |
System::SharedPtr<IShape> GetBasePlaceholder() override | Returns a basic placeholder shape (shape from the layout and/or master slide that the current shape is inherited from). |
Detail::SmartPtrCounter * GetCounter() | Gets reference counter data structure associated with the object. |
virtual int32_t GetHashCode() const | Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. |
System::SharedPtr<IImage> GetImage() override | Returns shape thumbnail. ShapeThumbnailBounds::Shape shape thumbnail bounds type is used by default. |
System::SharedPtr<IImage> GetImage(ShapeThumbnailBounds, float, float) override | Returns shape thumbnail. |
System::SharedPtr<System::Drawing::Bitmap> GetThumbnail() override | Returns shape thumbnail. ShapeThumbnailBounds::Shape shape thumbnail bounds type is used by default. |
System::SharedPtr<System::Drawing::Bitmap> GetThumbnail(ShapeThumbnailBounds, float, float) override | Returns shape thumbnail. |
virtual const TypeInfo& GetType() const | Gets actual type of object. Analog of C# System.Object.GetType() call. |
virtual bool Is(const TypeInfo&) const | Check if object represents an instance of type described by targetType. Analog of C# ‘is’ operator. |
void Lock() | Implements C# lock() statement locking. Call directly or use LockContext sentry object. |
virtual ptr MemberwiseClone() const | Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. |
Object() | Creates object. Initializes all internal data structures. |
Object(Object const&) | Copy constructor. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses. |
Object& operator=(Object const&) | Assignment operator. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses. |
static bool ReferenceEquals(ptr const&, ptr const&) | Compares objects by reference. |
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, T const&) | Compares objects by reference. |
static std::enable_if<!IsSmartPtr<T>::value, bool>::type ReferenceEquals(T const&, std::nullptr_t) | Reference-compares value type object with nullptr. |
bool ReferenceEquals(String const&, std::nullptr_t) | Specialization of Object::ReferenceEquals for case of string and nullptr. |
bool ReferenceEquals(String const&, String const&) | Specialization of Object::ReferenceEquals for case of strings. |
int RemovedSharedRefs(int) | Decreases shared reference count by specified value. |
void RemovePlaceholder() override | Defines that this shape isn’t a placeholder. |
void set_AlternativeText(System::String) override | Sets the alternative text associated with a shape. Write System::String. |
void set_AlternativeTextTitle(System::String) override | Sets the title of alternative text associated with a shape. Write System::String. |
void set_BlackWhiteMode(Aspose::Slides::BlackWhiteMode) override | Property specifies how a shape will render in black-and-white display mode.. Write Slides::BlackWhiteMode. |
void set_Frame(System::SharedPtr<IShapeFrame>) override | Sets the shape frame’s properties. Write IShapeFrame. |
void set_Height(float) override | Sets the height of the shape. Write float. |
void set_Hidden(bool) override | Determines whether the shape is hidden. Write bool. |
void set_HyperlinkClick(System::SharedPtr<IHyperlink>) override | Sets the hyperlink defined for mouse click. Write IHyperlink. |
void set_HyperlinkMouseOver(System::SharedPtr<IHyperlink>) override | Sets the hyperlink defined for mouse over. Write IHyperlink. |
void set_IsDecorative(bool) override | Sets ‘Mark as decorative’ option Reed/write bool. |
void set_Name(System::String) override | Sets the name of a shape. Must be not null. Use empty string value if needed. Write System::String. |
void set_RawFrame(System::SharedPtr<IShapeFrame>) override | Sets the raw shape frame’s properties. Write IShapeFrame. |
void set_Rotation(float) 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. |
void set_Width(float) override | Sets the width of the shape. Write float. |
void set_X(float) override | Sets the x-coordinate of the upper-left corner of the shape. Write float. |
void set_Y(float) override | Sets the y-coordinate of the upper-left corner of the shape. Write float. |
virtual void SetTemplateWeakPtr(uint32_t) | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
int SharedCount() const | Gets current value of shared reference counter. |
Object * SharedRefAdded() | Increments shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
int SharedRefRemovedSafe() | Decrements and returns shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
virtual String ToString() const | Analog of C# Object.ToString() method. Enables converting custom objects to string. |
static const TypeInfo& Type() | Implements C# typeof(System.Object) construct. |
void Unlock() | Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. |
Detail::SmartPtrCounter * WeakRefAdded() | Increments weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
void WeakRefRemoved() | Decrements weak reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector. |
void WriteAsSvg(System::SharedPtr<System::IO::Stream>) override | Saves content of Shape as SVG file. |
void WriteAsSvg(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Export::ISVGOptions>) override | Saves content of Shape as SVG file. |
virtual ~Object() | Destroys object. Frees all internal data structures. |
See Also
- Class GraphicalObject
- Class IInk
- Namespace Aspose::Slides::Ink
- Library Aspose.Slides