全部显示 应用于 Cell 对象的 WordWrap 属性。 如果该属性值为 True,则 Microsoft Word 使文本自动换行并加长单元格,使单元格的宽度保持相同。Boole…
Word) (WdWrapType 列舉 發行項 2023/04/07 7 位參與者 意見反應 會指定文字如何環繞圖形換行。 名稱值描述 wdWrapInline7圖形與文字排列。 wdWrapNone3會將圖形置於文字之前。 請參閱wdWrapFront。 wdWrapSquare0文字環繞圖形換行。 線條接續位於圖形的相反側。
運算式。WordWrap 需要expression。 代表 'Paragraphs' 集合的變數。 註解 此屬性會傳回 wdUndefined 如果它僅針對某些指定的段落設為 True。 此屬性可能無法以,視您所選取或安裝的語言支援 (例如 US English)。 範例 本範例會設定 Microsoft Word,在使用中文件第一段的某個英文字中間換行。 VB 複製 ActiveDocume...
{ word-wrap:sWrap} 可能的值 sWrap 一个字符串,用于指定以下值之一: normal 默认值。内容超出其容器边界。 break-word 内容换行到下一行,必要时会发生词内换行。 该属性的默认值为normal。该属性会被继承。 注解 该属性不同于打开和关闭文本换行的white-space属性。word-wrap属性仅说明是否允许在语言规则实际上...
如果Microsoft Word 在指定段落或文本框架的西文单词中间断字换行,则该属性值为True。 读/写Long。 语法 表达式。WordWrap expression是必需的。 一个代表“ParagraphFormat”对象的变量。 备注 如果只有一些指定段落或文本框架的此属性设置为True,则此属性返回wdUndefined。 根据您所选择或安装的语言支持(例如,美国英语...
WordWrap屬性語法具有下列部分: 展開資料表 部分描述 物件 必要。 有效物件。 布林值 選用。 控制項是否展開以符合文字。 設定 布林值的設定如下: 展開資料表 值描述 True 文字會 (預設) 。 False 文字不會換行。 註解 對於支援 MultiLine 屬性和 WordWrap 屬性的控制項,如果 MultiLine 為False,就會略過 Wo...
HRESULT value = object.put_wordWrap( v);HRESULT value = object.get_wordWrap(* p); Property values Type:BSTR normal(normal) Default. Content exceeds the boundaries of its container. break-word(break-word) Content wraps to next line, and a word-break occurs when necessary. ...
trueWord wrap is enabled. falseDefault. Word wrap is disabled. If the text does not fit within the control, the text is cropped. Remarks The Text control does not split words apart. If a word extends beyond the width of the control, word wrap is employed to move the word to the next...
Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 如果Microsoft Word 在指定段落或文本框架的西文单词中间断字换行,则该属性值为True。 C# publicintWordWrap {get;set; } 属性值 Int32 注解 如果仅对某些指定的段落或文本框架设置为True,WordWrap属性将返回wdUndefined。
Microsoft.Office.Interop.Word.dll 确定Microsoft Word是否在指定段落或文本框架中的单词中间换行拉丁文文本。 C# publicintWordWrap {get;set; } 属性值 Int32 注解 如果Word在指定段落或文本框架中的单词中间换行拉丁文文本,则此属性返回True;否则返回False。 将属性值设置为True或False以启用或禁用该功能。