HasOverflow Property

Pageflex Document Action API

Pageflex Document Action API HasOverflow Property
Namespaces > Pageflex.Scripting > ITextContainer > HasOverflow
Tests whether any visible content did not fit in this text container.
Syntax
C# Visual Basic Managed C++
public abstract bool HasOverflow { get; }
Public MustOverride ReadOnly Property HasOverflow As Boolean
public:
virtual bool HasOverflow {
	bool get () abstract;
}
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)