RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FormattedText

FormattedText.SetItalicStatus(Boolean)

Method
Description:
Sets the characters in the entire text to be italic or not italic.
Syntax
public void SetItalicStatus(
	bool isItalic
)
Parameters
Parameter Type Description
isItalic Boolean The desired italic status of characters in the entire text. True to set italic, false to set not italic.
Return Value