Italic Property

Pageflex Document Action API

Pageflex Document Action API Italic Property
Namespaces > Pageflex.Scripting > ParagraphStyle > Italic
Gets or sets whether to use the italic member of the assigned font family to compose text.
Syntax
C# Visual Basic Managed C++
public bool Italic { get; set; }
Public Property Italic As Boolean
public:
virtual bool Italic {
	bool get () sealed;
	void set (bool value) sealed;
}
Remarks
Specifies trueTruetrue if the italic member of the assigned font family should be used to compose text, 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.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)