CopyFitRule Property

Pageflex Document Action API

Pageflex Document Action API CopyFitRule Property
Namespaces > Pageflex.Scripting > TextFrame > CopyFitRule
Gets or sets the name of the CopyFitRule to use for this text container.
Syntax
C# Visual Basic Managed C++
public string CopyFitRule { get; set; }
Public Property CopyFitRule As String
public:
virtual String^ CopyFitRule {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Remarks
Specifies a String naming the CopyFitRule assigned to this text container. A value of the empty string means that no Copy Fit rule is assigned.
Exceptions
Exception Condition
CopyFitRuleNotFoundException The specified Copy Fit rule is not defined in the current document.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)