GutterWidth Property

Pageflex Document Action API

Pageflex Document Action API GutterWidth Property
Namespaces > Pageflex.Scripting > TextFrame > GutterWidth
Gets/Sets the amount of space between columns in a text frame.
Syntax
C# Visual Basic Managed C++
public Measurement GutterWidth { get; set; }
Public Property GutterWidth As Measurement
public:
virtual Measurement^ GutterWidth {
	Measurement^ get () sealed;
	void set (Measurement^ value) sealed;
}
Remarks
Returns a Measurement representing the amount of space between columns in a text frame.
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)