Pageflex Document Action API
IFlexibleShape Interface
Namespaces > Pageflex.Scripting > IFlexibleShape
The IFlexibleShape interface contains members unique to shape elements which can be flexibly sized.
Syntax
C# | Visual Basic | Managed C++ |
public interface IFlexibleShape
Public Interface IFlexibleShape
public interface class IFlexibleShape
Members
All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
FlexHeightBehavior |
Gets the FlexBehavior of this shape's height.
|
|
FlexMaxHeight |
Gets or sets the maximum height.
|
|
FlexMaxWidth |
Gets or sets the maximum width.
|
|
FlexMinHeight |
Gets or sets the minimum height.
|
|
FlexMinWidth |
Gets or sets the minumm width.
|
|
FlexWidthBehavior |
Gets the FlexBehavior of this shape's width.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)