Language Property

Pageflex Document Action API

Pageflex Document Action API Language Property
Namespaces > Pageflex.Scripting > TextElement > Language
Gets or sets the Language used to hyphenate and spell-check text.
Syntax
C# Visual Basic Managed C++
public Language Language { get; set; }
Public Property Language As Language
public:
virtual Language Language {
	Language get () sealed;
	void set (Language value) sealed;
}
Remarks
Specifies which Language should be used to hyphenate and spell-check text.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.
IndeterminateValueException The property value is not consistent across the range.
RangeNotEditableException Setting this property is not permitted when the range only partially contains a variable, table of contents, or page number.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)