TextColor Property

Pageflex Document Action API

Pageflex Document Action API TextColor Property
Namespaces > Pageflex.Scripting > ICharacter > TextColor
Gets or sets the name of the Color used for drawing text.
Syntax
C# Visual Basic Managed C++
public abstract string TextColor { get; set; }
Public MustOverride Property TextColor As String
public:
virtual String^ TextColor {
	String^ get () abstract;
	void set (String^ value) abstract;
}
Remarks
Specifies a String naming the Color used to draw text.
Exceptions
Exception Condition
ColorNotFoundException The specified color 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.
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.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)