Alignment Property

Pageflex Document Action API

Pageflex Document Action API Alignment Property
Namespaces > Pageflex.Scripting > Range > Alignment
Gets or sets a HorizontalAlignment value specifying how to align the paragraph's lines of text.
Syntax
C# Visual Basic Managed C++
public HorizontalAlignment Alignment { get; set; }
Public Property Alignment As HorizontalAlignment
public:
virtual HorizontalAlignment Alignment {
	HorizontalAlignment get () sealed;
	void set (HorizontalAlignment value) sealed;
}
Remarks
Returns a HorizontalAlignment value specifying how to align the paragraph's lines of text.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.
IndeterminateValueException The property value is not consistent across the range.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)