Pageflex Document Action API
AvailableSpace Property
Namespaces > Pageflex.Scripting > TextFrame > AvailableSpace
Gets the amount of vertical space in the container not occupied by lines of text.
Syntax| C# | Visual Basic | Managed C++ |
public Measurement AvailableSpace { get; }
Public ReadOnly Property AvailableSpace As Measurement
public: virtual Measurement^ AvailableSpace { Measurement^ get () sealed; }
RemarksReturns a Measurement representing the amount of space available in the container for lines of text.
Exceptions| Exception | Condition |
|---|---|
| ElementNotVisibleException | The referenced shape is not Visible. |
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)