Selection.ItalicRun Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the italic character format to or removes it from the current run.
public:
void ItalicRun();
public void ItalicRun ();
abstract member ItalicRun : unit -> unit
Public Sub ItalicRun ()
Remarks
If the run contains a mix of italic and non-italic text, this method adds the italic character format to the entire run.