Pageflex Document Action API
Alignment Property
Namespaces > Pageflex.Scripting > IParagraph > Alignment
Gets or sets a HorizontalAlignment value specifying how to align the paragraph's lines of text.
Syntax| C# | Visual Basic | Managed C++ |
public abstract HorizontalAlignment Alignment { get; set; }
Public MustOverride Property Alignment As HorizontalAlignment
public: virtual HorizontalAlignment Alignment { HorizontalAlignment get () abstract; void set (HorizontalAlignment value) abstract; }
RemarksReturns 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)