FontSize Property

Pageflex Document Action API

Pageflex Document Action API FontSize Property
Namespaces > Pageflex.Scripting > ICharacter > FontSize
Gets or sets the font size used to compose text.
Syntax
C# Visual Basic Managed C++
public abstract Measurement FontSize { get; set; }
Public MustOverride Property FontSize As Measurement
public:
virtual Measurement^ FontSize {
	Measurement^ get () abstract;
	void set (Measurement^ value) abstract;
}
Remarks
Specifies a Measurement representing the font size used to compose text.
Exceptions
Exception Condition
ValueTooSmallException The value must be at least 0.1pt.
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)