使用CustomLabels 属性设置或打印自定义邮件标签的格式。 以下示例为名为“MyLabel”的自定义标签设置标签行数和标签列数。VB 复制 With Application.MailingLabel.CustomLabels("MyLabel") .NumberAcross = 2 .NumberDown = 5 End With 另请参阅Word 对象模型参考支持和反馈...
WithApplication.MailingLabel.CustomLabels("MyLabel") .NumberAcross =2.NumberDown =5EndWith 請參閱 Word 物件模型參考資料 支援和意見反應 有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱Office VBA 支援與意見反應。
For a Microsoft Word 7.0 and earlier version of this article, see 141992. IN THIS TASK SUMMARY How to Create Mailing Labels by Using Mail Merge Step 1: Main Document Step 2: Data Source Method 1: Create a New Data Source Method 2: Open an Existing Data Sourc...
Launch Microsoft Word Click the “Mailings” tab Select “Labels” in the Create group Choose “Options” to view available formats Selecting Label Specifications Choose vendor (Avery, etc.) Enter product number Verify dimensions Confirm layout options ...
TheCreatorproperty was primarily designed to be used on the Macintosh, where each application has a four-character creator code. For example, Microsoft Word has the creator code MSWD. For additional information about this property, consult the language reference Help included with Microsoft Office Mac...
Word 程序集: Microsoft.Office.Interop.Word.dll 代表一个邮件标签。 C# 复制 [System.Runtime.InteropServices.Guid("00020917-0000-0000-C000-000000000046")] public interface MailingLabel 属性 GuidAttribute 注解 MailingLabel使用 属性返回 MailingLabel 对象。 PrintOut(Object, Object, Object, Object, ...
you can avoid that awful permanent-marker smell and get all your holiday card and package labeling done in a few quick steps. Once your mailing addresses are set up in an Excel spreadsheet (see the previous video to learn how), it's a snap to get Word to create ma...
Visual Basic for Applications Browse by product VBA language reference Office library reference MailingLabel object MailingLabel object Methods Properties Application Creator CustomLabels DefaultLabelName DefaultLaserTray Parent Vertical MailMerge object
Word 程序集: Microsoft.Office.Interop.Word.dll 如果POSTNET 条形码默认添加到信封或邮件标签,则该属性值为 True。 C# 复制 public bool DefaultPrintBarCode { get; set; } 属性值 Boolean 注解 美国邮件。 对于信封,在设置属性之前DefaultPrintFIMA,此属性必须设置为 True。 适用于 产品版本 Word prima...
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...