ListLevel.ApplyPictureBullet(String) 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.
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.