DiagramShape
Contents
[
Hide
]
DiagramShape class
Represents a drawing shape in a Visio document.
public class DiagramShape : ShapeSearchAdapter, IRotatableTwoDObject
Properties
Name | Description |
---|---|
FormattedTextFragments { get; } | Gets the collection of formatted text fragments of this DiagramShape . |
Height { get; set; } | Gets or sets the height of this DiagramShape in points. |
Hyperlinks { get; } | Gets the collection of hyperlinks attached to this DiagramShape . |
Id { get; } | Gets the identifier of this DiagramShape . |
Image { get; set; } | Gets or sets the image of this DiagramShape . |
Name { get; } | Gets the name of this DiagramShape . |
Page { get; } | Gets the parent page of this DiagramShape . |
RotateAngle { get; set; } | Gets or sets the rotate angle of this DiagramShape in degrees. |
Text { get; set; } | Gets or sets the text of this DiagramShape . |
Width { get; set; } | Gets or sets the width of this DiagramShape in points. |
X { get; set; } | Gets or sets the horizontal offset of this DiagramShape from page left border in points. |
Y { get; set; } | Gets or sets the vertical offset of this DiagramShape from page bottom border in points. |
See Also
- class ShapeSearchAdapter
- interface IRotatableTwoDObject
- namespace GroupDocs.Watermark.Contents.Diagram
- assembly GroupDocs.Watermark