ListLevel.ApplyPictureBullet(String) Method

Definition

Formats a paragraph or range of paragraphs with a picture bullet.

public:
 Microsoft::Office::Interop::Word::InlineShape ^ ApplyPictureBullet(System::String ^ FileName);
public Microsoft.Office.Interop.Word.InlineShape ApplyPictureBullet (string FileName);
abstract member ApplyPictureBullet : string -> Microsoft.Office.Interop.Word.InlineShape
Public Function ApplyPictureBullet (FileName As String) As InlineShape

Parameters

FileName
String

Required String. The path and file name of the picture file.

Returns

Applies to