FontFamily Property

Pageflex Document Action API

Pageflex Document Action API FontFamily Property
Namespaces > Pageflex.Scripting > TextElement > FontFamily
Gets or sets the name of the font family used to compose text.
Syntax
C# Visual Basic Managed C++
public string FontFamily { get; set; }
Public Property FontFamily As String
public:
virtual String^ FontFamily {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Remarks
Specifies a String naming the font family used to compose text.
Exceptions
Exception Condition
FontNotFoundException The specified font is not installed on the current computer.
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)