Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents a group of shapes within the document More...
Public Member Functions | |
override void | Dispose () |
SolidFramework.Model.Plumbing.SolidObjectsCollection | GetSolidObjects () |
Gets the collection of SolidObject within the group. More... | |
override string | ToString () |
int | GetID () |
SolidFramework.Model.Plumbing.SolidObjectType | GetObjectType () |
bool | Equals (SolidFramework.Model.Plumbing.SolidObject other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2) |
static bool | operator!= (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2) |
Properties | |
SolidFramework.Model.Plumbing.SolidObject | this[int index] [getset] |
int | Count [get] |
Gets the number of SolidObject within the group. More... | |
SolidFramework.Model.Plumbing.LineStyle | Line [get] |
Gets the LineStyle for this Shape. More... | |
SolidFramework.Model.Plumbing.FillStyle | Fill [get] |
Gets the FillStyle for this Shape. More... | |
string | AltText [get] |
SolidFramework.Model.Plumbing.MatrixSO | Transform [get] |
Gets the transformation matrix that is to be appleid to the shape. More... | |
double | Width [get] |
Gets the width of the shape in points. More... | |
double | Height [get] |
Gets the height of the shape in points. More... | |
SolidFramework.Model.Plumbing.WrappingType | WrappingType [get] |
Gets the properties for wrapping text around the specified shape. Default is SquareBoth . More... | |
SolidFramework.Model.Plumbing.VerticalAlignment | VerticalAlignment [get] |
Gets the vertical alignment of the shape. Default is Top . More... | |
SolidFramework.Model.Plumbing.VerticalAnchoring | VerticalAnchoring [get] |
Gets the vertical anchoring for the shape. The default is Margin . More... | |
SolidFramework.Model.Plumbing.HorizontalAlignment | HorizontalAlignment [get] |
Gets the horizontal alignment of the shape. Default is Left . More... | |
SolidFramework.Model.Plumbing.HorizontalAnchoring | HorizontalAnchoring [get] |
Gets the horizontal anchoring for the shape. The default is Top . More... | |
Represents a group of shapes within the document
|
virtual |
Reimplemented from SolidFramework.Model.Plumbing.SolidObject.
SolidFramework.Model.Plumbing.SolidObjectsCollection SolidFramework.Model.Plumbing.Group.GetSolidObjects | ( | ) |
Gets the collection of SolidObject within the group.
|
get |
Gets the number of SolidObject within the group.
|
getinherited |
|
getinherited |
Gets the height of the shape in points.
|
getinherited |
Gets the horizontal alignment of the shape. Default is Left
.
|
getinherited |
Gets the horizontal anchoring for the shape. The default is Top
.
|
getinherited |
|
getinherited |
Gets the transformation matrix that is to be appleid to the shape.
|
getinherited |
Gets the vertical alignment of the shape. Default is Top
.
|
getinherited |
Gets the vertical anchoring for the shape. The default is Margin
.
|
getinherited |
Gets the width of the shape in points.
|
getinherited |
Gets the properties for wrapping text around the specified shape. Default is SquareBoth
.