ITextRange.InsertImage 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將影像插入此範圍。
public:
void InsertImage(int width, int height, int ascent, VerticalCharacterAlignment verticalAlign, Platform::String ^ alternateText, IRandomAccessStream ^ value);
void InsertImage(int const& width, int const& height, int const& ascent, VerticalCharacterAlignment const& verticalAlign, winrt::hstring const& alternateText, IRandomAccessStream const& value);
public void InsertImage(int width, int height, int ascent, VerticalCharacterAlignment verticalAlign, string alternateText, IRandomAccessStream value);
function insertImage(width, height, ascent, verticalAlign, alternateText, value)
Public Sub InsertImage (width As Integer, height As Integer, ascent As Integer, verticalAlign As VerticalCharacterAlignment, alternateText As String, value As IRandomAccessStream)
參數
- width
-
Int32
int
影像的寬度,以裝置無關的圖元 (DIP) 。
- height
-
Int32
int
影像的高度,以 DIP 為單位。
- ascent
-
Int32
int
如果 verticalAlign 為 Baseline,則這個參數是以 DIP 為單位的距離,影像頂端會延伸至文字基準上方。 如果 verticalAlign 為 Baseline ,而 ascent 為零,則影像底部會放在文字基準。
- verticalAlign
- VerticalCharacterAlignment
影像的垂直對齊方式。
- alternateText
-
String
Platform::String
winrt::hstring
影像的替代文字。
- value
- IRandomAccessStream
包含影像資料的資料流程。