CustomLabels 接口

定义

“标签选项”对话框中可用的对象的集合 CustomLabel

public interface class CustomLabels : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020916-0000-0000-C000-000000000046")]
public interface CustomLabels : System.Collections.IEnumerable
type CustomLabels = interface
    interface IEnumerable
Public Interface CustomLabels
Implements IEnumerable
属性
实现

注解

CustomLabels 集合包括所有打印机类型的自定义标签, (点阵打印机、激光打印机和喷墨打印机) 。

CustomLabels使用 属性可返回 CustomLabels 集合。

Add(String, Object)使用 方法创建自定义标签。

使用 CustomLabels (index) (其中 index 是自定义标签名称或索引号)返回单个 CustomLabel 对象。

索引号代表 CustomLabels 集合中的自定义邮件标签的位置。

属性

Application

返回一个Application对象,该对象表示 Microsoft Word 应用程序。

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Object]

返回集合中的单个对象。

Parent

返回一个对象,代表指定对象的父对象。

方法

Add(String, Object)

将自定义邮件标签添加到集合。CustomLabels

GetEnumerator()

“标签选项”对话框中可用的对象的集合 CustomLabel

适用于