Underline Property

Pageflex Document Action API

Pageflex Document Action API Underline Property
Namespaces > Pageflex.Scripting > ParagraphStyle > Underline
Gets or sets whether text should be underlined.
Syntax
C# Visual Basic Managed C++
public bool Underline { get; set; }
Public Property Underline As Boolean
public:
virtual bool Underline {
	bool get () sealed;
	void set (bool value) sealed;
}
Remarks
Specifies trueTruetrue if text should be underlined, and falseFalsefalse otherwise.
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)