使用CustomLabels 属性设置或打印自定义邮件标签的格式。 以下示例为名为“MyLabel”的自定义标签设置标签行数和标签列数。VB 复制 With Application.MailingLabel.CustomLabels("MyLabel") .NumberAcross = 2 .NumberDown = 5 End With 另请参阅Word 对象模型参考支持和反馈...
需要expression。 代表 'MailingLabel' 物件的變數。 註解 只有當文件是郵件標籤合併列印的主文件時,LabelOptions方法的運作方式。 範例 本範例會判斷目前的檔是否為 [郵寄標籤] 檔,如果是,則會顯示 [標籤選項] 對話方塊。 VB SubLabelOps()IfActiveDocument.MailMerge _ .MainDocumentType = wdMailingLabelsThenAppli...
使用CustomLabels 屬性來格式化或列印自訂郵件標籤。 下列範例會針對名為 "MyLabel" 的自訂標籤設定標籤的橫向數目和縱向數目。VB 複製 With Application.MailingLabel.CustomLabels("MyLabel") .NumberAcross = 2 .NumberDown = 5 End With 請參閱Word 物件模型參考資料支援和意見反應有關於 Office VBA 或這份...
使用CustomLabels 属性设置或打印自定义邮件标签的格式。 以下示例为名为“MyLabel”的自定义标签设置标签行数和标签列数。VB 复制 With Application.MailingLabel.CustomLabels("MyLabel") .NumberAcross = 2 .NumberDown = 5 End With 另请参阅Word 对象模型参考支持和反馈...
Under1. Main document, click Create, and then click Mailing Labels. Click Active Window. The active document becomes the Mail Merge main document. Word returns to the Mail Merge Helper. Step 2: Data Source The data source contains the information that can vary in ...
MailingLabel使用 属性返回MailingLabel对象。 PrintOut(Object, Object, Object, Object, Object, Object, Object, Object, Object)使用 方法打印“标签选项”对话框中的“产品代码”框中列出的邮件标签。 CustomLabels使用 属性设置或打印自定义邮件标签的格式。
Mailing labels (serenity design) 自訂位置 Word下載Use these stylish green address labels when sending personal or business mail. The labels are 2-5/8 x 1 inch and work with Avery 5160, 5260, 5660, 5960, 5979, 8160, and 18660. Search for Green Wave design to find additional matching tem...
Under1. Main document, click Create, and then click Mailing Labels. Click Active Window. The active document becomes the Mail Merge main document. Word returns to the Mail Merge Helper. Step 2: Data Source The data source contains the information that can vary in each label. You can open ...
MailingLabel.PrintOut 方法 参考 反馈 定义 命名空间: Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 打印一个标签或具有相同地址的一页标签。 C# 复制 public void PrintOut (ref object Name, ref object Address, ref object ExtractAddress, ref object LaserTray, ref objec...
I have created a set of mailing labels using Word mail merge. I selected the option of 30 per page with 1" by 2.63" dimensions per label. When I...